mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
5 lines
202 B
Go
5 lines
202 B
Go
export declare const NODE_STATUS_UNREGISTERED = "u";
|
|
export declare const NODE_STATUS_REGISTERED = "r";
|
|
export declare const NODE_STATUS_ONLINE = "on";
|
|
export declare const NODE_STATUS_OFFLINE = "off";
|