This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
karmen
/
core
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
33fa643efb
Branches
Tags
master
core
/
documents
/
documents.go
documents.go
102 B
Lịch sử
Raw
1
2
3
4
5
6
7
package documents
type Generator interface {
Run(jobId uint)
}
var Generators map[string]Generator