Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FMPScc HealthCheck FMPScc = "FMPScc" // ConfigurationScc Healthcheck ConfigurationScc = "ConfigurationScc" // TxDelegationScc Healthcheck TxDelegationScc = "TxDelegationScc" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SmokeTestResult ¶
type SmokeTestResult struct { Message string `json:"message,omitempty"` Status int `json:"status,omitempty"` }
SmokeTestResult is a structure representing the results of a SmokeTest
func UnmarshalEchoResponse ¶
func UnmarshalEchoResponse(objBytes []byte) (*SmokeTestResult, error)
UnmarshalEchoResponse will JSON Unmarshal an object of type []byte
Click to show internal directories.
Click to hide internal directories.