Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = makeCmd()
Functions ¶
This section is empty.
Types ¶
type NetworkVerifyState ¶
type NetworkVerifyState string
const ( NetworkVerifyPending NetworkVerifyState = "pending" NetworkVerifyRunning NetworkVerifyState = "running" NetworkVerifyPassed NetworkVerifyState = "passed" NetworkVerifyFailed NetworkVerifyState = "failed" )
Click to show internal directories.
Click to hide internal directories.