Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrorKeyNotFound = 100 ErrorNodeExist = 105 ErrorEventIndexCleared = 401 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Node ¶
type Node struct {
Key string `json:"key"`
Value string `json:"value"`
TTL int `json:"ttl"`
Nodes Nodes `json:"nodes"`
ModifiedIndex uint64 `json:"modifiedIndex"`
CreatedIndex uint64 `json:"createdIndex"`
}
func (Node) TTLDuration ¶ added in v0.14.0
type Result ¶
type Set ¶
Click to show internal directories.
Click to hide internal directories.