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