This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
scrm
/
wechat-api
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
a154c7e0c5
Haarat
Tagit
cow
debug
feature/api-key
feature/fastgpt
feature/sop-wecom-2
feature/ws
fixbug03081722
master
yhg_200228
yhg_241210_dify
yhg_250102
yhg_250224
wechat-api
/
internal
/
enum
/
taskresult
/
task_result.go
task_result.go
64 B
Historia
Raaka
1
2
3
4
5
6
package taskresult
const (
Success uint8 = 1 + iota
Failed
)