This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
karmen
/
core
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
0ae71f71be
Ramuri
Etichete
master
core
/
documents
/
documents.go
documents.go
102 B
Istoric
Crud
1
2
3
4
5
6
7
package documents
type Generator interface {
Run(jobId uint)
}
var Generators map[string]Generator