This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
scrm
/
wechat-job
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
1ff55e349a
Ramuri
Etichete
master
wechat-job
/
internal
/
enum
/
taskresult
/
task_result.go
task_result.go
64 B
Istoric
Crud
1
2
3
4
5
6
package taskresult
const (
Success uint8 = 1 + iota
Failed
)