Documentation ¶
Overview ¶
Package constants for farmerbot constants
Index ¶
Constants ¶
View Source
const ( //TimeoutPowerStateChange a timeout for changing nodes power TimeoutPowerStateChange = time.Minute * 30 //DefaultWakeUpThreshold default threshold to wake up a new node DefaultWakeUpThreshold = uint64(80) //MinWakeUpThreshold min threshold to wake up a new node MinWakeUpThreshold = uint64(50) //MaxWakeUpThreshold max threshold to wake up a new node MaxWakeUpThreshold = uint64(80) )
Variables ¶
View Source
var RelayURLS = map[string]string{ // contains filtered or unexported fields }
RelayURLS relay urls
View Source
var SubstrateURLs = map[string][]string{ // contains filtered or unexported fields }
SubstrateURLs for substrate urls
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.