This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
karmen
/
core
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
33fa643efb
Větve
Značky
master
core
/
documents
/
documents.go
documents.go
102 B
Historie
Surový
1
2
3
4
5
6
7
package documents
type Generator interface {
Run(jobId uint)
}
var Generators map[string]Generator