Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Clusters = NewClusters()
Functions ¶
Types ¶
type ClusterType ¶
type ClustersType ¶
type ClustersType struct {
M map[string]ClusterType
}
func NewClusters ¶
func NewClusters() ClustersType
func (*ClustersType) Get ¶
func (cs *ClustersType) Get(name string) (ClusterType, bool)
func (*ClustersType) Put ¶
func (cs *ClustersType) Put(name string, cluster ClusterType)
Click to show internal directories.
Click to hide internal directories.