mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
feat: added modules
This commit is contained in:
8
core/constants/node.go
Normal file
8
core/constants/node.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
NodeStatusUnregistered = "u"
|
||||
NodeStatusRegistered = "r"
|
||||
NodeStatusOnline = "on"
|
||||
NodeStatusOffline = "off"
|
||||
)
|
||||
Reference in New Issue
Block a user