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的event机制,改为对外提供API
pull/1/head
Sydonian
2 years ago
parent
89ed2ee4c0
commit
f7310a93c4
2 changed files
with
2 additions
and
13 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
consts/consts.go
+0
-11
consts/event/event.go
+ 2
- 2
consts/consts.go
View File
@@ -6,9 +6,9 @@ const (
)
)
const (
const (
IPFS_STAT
US
_OK = "OK"
IPFS_STAT
E
_OK = "OK"
STORAGE_DIRECTORY_STAT
US
_OK = "OK"
STORAGE_DIRECTORY_STAT
E
_OK = "OK"
NODE_STATE_NORMAL = "Normal"
NODE_STATE_NORMAL = "Normal"
NODE_STATE_UNAVAILABLE = "Unavailable"
NODE_STATE_UNAVAILABLE = "Unavailable"
+ 0
- 11
consts/event/event.go
View File
@@ -1,11 +0,0 @@
package event
const (
UPDATE_CACHE_DELETE_TEMP = "DeleteTemp"
UPDATE_CACHE_CREATE_TEMP = "CreateTemp"
)
const (
UPDATE_STORAGE_DELETE = "Delete"
UPDATE_STORAGE_SET_NORMAL = "SetNormal"
)
Write
Preview
Loading…
Cancel
Save