Documentation
¶
Index ¶
- func GetAllValues(kv *keystore.KeyStore) http.HandlerFunc
- func GetValues(kv *keystore.KeyStore) http.HandlerFunc
- func SetValues(kv *keystore.KeyStore, kafkaWriter *kafkaGo.Writer) http.HandlerFunc
- func Subscribes(kv *keystore.KeyStore, kafkaReader *kafkaGo.Reader) http.HandlerFunc
- type IncomingGetRequest
- type IncommingPostReqest
- type OutgoingPostRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllValues ¶
func GetAllValues(kv *keystore.KeyStore) http.HandlerFunc
func Subscribes ¶
Types ¶
type IncomingGetRequest ¶
type IncomingGetRequest struct {
Key string `json:"key"`
}
type IncommingPostReqest ¶
type OutgoingPostRequest ¶
Click to show internal directories.
Click to hide internal directories.