Documentation ¶
Index ¶
Constants ¶
View Source
const ( RestPort = "rest_api_port" RestProtocol = "rest_proto" RestInsecureSkipVerify = "rest_insecure" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agreement ¶
type Member ¶
type Member struct { Tags map[string]string `json:"tags,omitempty"` Name string `json:"name"` Node *memberlist.Node `json:"-"` PluginAgreement *pluginAgreement `json:"-"` TaskAgreements map[string]*taskAgreement `json:"-"` }
func NewMember ¶
func NewMember(node *memberlist.Node) *Member
func (*Member) GetRestInsecureSkipVerify ¶
func (*Member) GetRestPort ¶
func (*Member) GetRestProto ¶
Click to show internal directories.
Click to hide internal directories.