Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
Id string `json:"id,omitempty"`
Name base.Name `json:"name,omitempty"`
Kind base.Kind `json:"kind,omitempty"`
Version float32 `json:"version"`
Description string `json:"description,omitempty"`
Tags AgentTags `json:"tags,omitempty"`
Created string `json:"created,omitempty"`
LastModified string `json:"lastModified,omitempty"`
Links base.Links `json:"links,omitempty"`
Status AgentStatus `json:"status,omitempty"`
}
type AgentInfo ¶
type AgentInfo struct {
LastActive string `json:"lastActive,omitempty"`
Env AgentInfoEnv `json:"env,omitempty"`
PeerCount float32 `json:"peerCount"`
ServiceCount float32 `json:"serviceCount"`
}
type AgentInfoEnv ¶
type AgentStatus ¶
type AgentStatus struct {
BootstrapConfig BootstrapConfig `json:"bootstrapConfig,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.