Versions in this module Expand all Collapse all v1 v1.0.7 Jun 6, 2022 Changes in this version + func CreateIfNecessary(key, val string, ops clientv3.KV, opts ...clientv3.OpOption) error + func Delete(key string, ops clientv3.KV, opts ...clientv3.OpOption) error + func Get(key string, ops clientv3.KV) ([]byte, int64, error) + func HasChildren(key string, ops clientv3.KV) (bool, error) + func List(key string, ops clientv3.KV) (map[string]*Node, error) + func Save(key, val string, ops clientv3.KV, opts ...clientv3.OpOption) error + func UpdateOrCreate(key, val string, ops clientv3.KV, opts ...clientv3.OpOption) error + type Node struct + Key string + Revision int64 + Value []byte