This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
scrm
/
wechat-job
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
1ff55e349a
Rami (Branch)
Tag
master
wechat-job
/
internal
/
enum
/
taskresult
/
task_result.go
task_result.go
64 B
Cronologia
Originale
1
2
3
4
5
6
package taskresult
const (
Success uint8 = 1 + iota
Failed
)