This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
karmen
/
core
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
0ae71f71be
Branches
Tags
master
core
/
documents
/
documents.go
documents.go
102 B
Histórico
Raw
1
2
3
4
5
6
7
package documents
type Generator interface {
Run(jobId uint)
}
var Generators map[string]Generator