mirror of
https://github.com/wahyd4/crawlab.git
synced 2026-08-11 22:27:01 +10:00
7 lines
82 B
Go
7 lines
82 B
Go
package constants
|
|
|
|
const (
|
|
StatusOnline = "online"
|
|
StatusOffline = "offline"
|
|
)
|