Documentation ¶ Index ¶ type KvStoreAPI func New(kv store.KvStore) *KvStoreAPI func (kv *KvStoreAPI) Register(r *mux.Router, basicAuth func(http.Handler) http.Handler) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type KvStoreAPI ¶ type KvStoreAPI struct { // contains filtered or unexported fields } func New ¶ func New(kv store.KvStore) *KvStoreAPI func (*KvStoreAPI) Register ¶ func (kv *KvStoreAPI) Register(r *mux.Router, basicAuth func(http.Handler) http.Handler) Source Files ¶ View all Source files api.go Click to show internal directories. Click to hide internal directories.