Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CyphernodeIsDockerSwarm ¶
Types ¶
type CyphernodeFeature ¶
type CyphernodeInfo ¶
type CyphernodeInfo struct { ApiVersions []string `json:"api_versions"` Features []*CyphernodeFeature `json:"features"` OptionalFeatures []*CyphernodeFeature `json:"optional_features"` BitcoinCoreVersion *version.Version `json:"bitcoin_version"` DockerMode string `json:"docker_mode"` }
func (*CyphernodeInfo) FindCyphernodeFeature ¶
func (cyphernodeInfo *CyphernodeInfo) FindCyphernodeFeature(label string) *CyphernodeFeature
type DockerImage ¶
func (*DockerImage) UnmarshalJSON ¶
func (dockerImage *DockerImage) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.