This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
scrm
/
wechat-api
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
a154c7e0c5
브랜치
태그
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
히스토리
Raw
1
2
3
4
5
6
package taskresult
const (
Success uint8 = 1 + iota
Failed
)