Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionName ¶
type ActionName string
func (ActionName) String ¶
func (name ActionName) String() string
type DeliveryMethod ¶ added in v0.1.2
type DeliveryMethod string
type NodeVersionName ¶
type NodeVersionName string
func (NodeVersionName) String ¶
func (name NodeVersionName) String() string
type TargetAction ¶
type TargetAction struct { Name NodeName `json:"name"` Version uint `json:"version"` Block BlockName `json:"block"` Action ActionName `json:"action"` }
func (*TargetAction) Validate ¶
func (ta *TargetAction) Validate() error
Click to show internal directories.
Click to hide internal directories.