Documentation ¶
Index ¶
- func GenerateName(txn *Txn) (string, error)
- func ValidateName(s string) (string, error)
- type Node
- type NodeGroup
- type Store
- type Txn
- func (t *Txn) Current(key string) (*NodeGroup, error)
- func (t *Txn) List() ([]*NodeGroup, error)
- func (t *Txn) NodeGroupByName(name string) (*NodeGroup, error)
- func (t *Txn) Remove(name string) error
- func (t *Txn) Save(ng *NodeGroup) error
- func (t *Txn) SetCurrent(key, name string, global, def bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateName ¶
func ValidateName ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.