This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
scrm
/
wechat-api
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
6034aa935f
Gałęzie
Tagi
cow
debug
feature/apikey_and_agent
feature/compapi
feature/compapi_v1.02
feature/fastgpt
feature/sync-wx
feature/ws
fixbug/20250322
master
test_douyin
yhg_200228
yhg_20250327
yhg_241210_dify
yhg_250102
yhg_250224
wechat-api
/
internal
/
enum
/
taskresult
/
task_result.go
task_result.go
64 B
Historia
Czysty
1
2
3
4
5
6
package taskresult
const (
Success uint8 = 1 + iota
Failed
)