This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
common
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
增加Agent的检查状态任务
pull/1/head
Sydonian
2 years ago
parent
cee69fded3
commit
5a6992bc0c
1 changed files
with
1 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
consts/consts.go
+ 1
- 2
consts/consts.go
View File
@@ -6,8 +6,7 @@ const (
)
)
const (
const (
IPFS_STATUS_OK = "OK"
LOCAL_DIR_STATUS_OK = "OK"
IPFS_STATUS_OK = "OK"
NODE_STATE_NORMAL = "Normal"
NODE_STATE_NORMAL = "Normal"
NODE_STATE_UNAVAILABLE = "Unavailable"
NODE_STATE_UNAVAILABLE = "Unavailable"
Write
Preview
Loading…
Cancel
Save