This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
scrm
/
wechat-api
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
4e130df363
Branch-ok
Tag-ek
cow
debug
feature/api-key
feature/compapi
feature/fastgpt
feature/sync-wx
feature/ws
master
yhg_200228
yhg_241210_dify
yhg_250102
yhg_250224
wechat-api
/
internal
/
enum
/
taskresult
/
task_result.go
task_result.go
64 B
Előzmények
Nyers
1
2
3
4
5
6
package taskresult
const (
Success uint8 = 1 + iota
Failed
)