Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UpdateBroadcastTimeout time.Duration = 3 * time.Second UpdateBroadcastRetryPause time.Duration = 100 * time.Millisecond )
View Source
var ( // From Patrick FakeSecret = false DelayJob = false RetryJob = false DelayJobTime = 60 * time.Second MaxCancelAttempts = 30 MaxJobAttempts = 2 // From Monkey RetryErrorString = "Retry this job" MockedPatrick = false TimeoutTest = false DefaultLockTime = 600 * time.Second DefaultLockMinWaitTime = 10 * time.Second DefaultRefreshLockTime = 60 * time.Second DefaultTestTimeOut = 5 * time.Second )
View Source
var ( Auth = "auth" AuthProtocol = "/auth/v1" Hoarder = "hoarder" HoarderProtocol = "/hoarder/v1" Monkey = "monkey" MonkeyProtocol = "/monkey/v1" Substrate = "substrate" SubstrateProtocol = "/substrate/v1" Tns = "tns" TnsProtocol = "/tns/v1" Seer = "seer" SeerProtocol = "/seer/v1" // TODO: Merge with substrate SubstrateP2P = "substrate-p2p" SubstrateP2PProtocol = "/substrate/p2p/v1" Gateway = "gateway" Patrick = "patrick" PatrickProtocol = "/patrick/v1" OraclePubSubPath = "/seer/oracle/v1" )
View Source
var (
DefaultDnsPort = 53
)
TODO: These ports are tied to generic config/dreamland and will need looked at moving generic config
View Source
var ( // A wrap for the generate method for tests to override GetNewProjectID = id.Generate )
Functions ¶
func SeerBeaconOptionMeta ¶
func StartSeerBeacon ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.