This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
karmen
/
core
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
0ae71f71be
Gałęzie
Tagi
master
core
/
documents
/
documents.go
documents.go
102 B
Historia
Czysty
1
2
3
4
5
6
7
package documents
type Generator interface {
Run(jobId uint)
}
var Generators map[string]Generator