Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { ID string `json:"id"` Name string `json:"name"` Type string `json:"type"` Port string `json:"port"` Address string `json:"address"` }
Cluster type
func (*Cluster) ConvertToJSON ¶
ConvertToJSON convert object to json
func (*Cluster) LoadFromJSON ¶
LoadFromJSON update object from json
Click to show internal directories.
Click to hide internal directories.