Documentation ¶
Index ¶
- func DeleteKeyHandler(w http.ResponseWriter, req *http.Request, s Server) error
- func GetKeyHandler(w http.ResponseWriter, req *http.Request, s Server) error
- func SetKeyHandler(w http.ResponseWriter, req *http.Request, s Server) error
- func WatchKeyHandler(w http.ResponseWriter, req *http.Request, s Server) error
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteKeyHandler ¶
Removes a key from the store.
func GetKeyHandler ¶
Retrieves the value for a given key.
func SetKeyHandler ¶
Sets the value for a given key.
func WatchKeyHandler ¶
Watches a given key prefix for changes.
Types ¶
Click to show internal directories.
Click to hide internal directories.