Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PlugInstancer ¶
type PlugInstancer struct {
// contains filtered or unexported fields
}
type PlugOptions ¶
type PlugOptions struct {
Id string `json:"id,omitempty"`
}
type PlugResponse ¶
type PlugResponse struct { Agents []string `json:"agents,omitempty"` Resources []string `json:"resources,omitempty"` ErrAgents map[string]string `json:"err_agents,omitempty"` ErrAgentResource map[string]map[string]string `json:"err_agent_resources,omitempty"` }
func (*PlugResponse) AddAgentErr ¶
func (pr *PlugResponse) AddAgentErr(agent string, err error)
func (*PlugResponse) AddResourceErr ¶
func (pr *PlugResponse) AddResourceErr(agent, res string, err error)
Click to show internal directories.
Click to hide internal directories.