Documentation
¶
Index ¶
- func GetAllValues(kvstore *kvstore.KVStore) http.HandlerFunc
- func GetValue(kvstore *kvstore.KVStore) http.HandlerFunc
- func SetValue(kvstore *kvstore.KVStore, kafkaWriter *kafkaGo.Writer) http.HandlerFunc
- func Subscribe(kvstore *kvstore.KVStore, kafkaReader *kafkaGo.Reader) http.HandlerFunc
- type IncomingGETRequest
- type IncomingPOSTRequest
- type KafkaRecord
- type OutgoingPOSTRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllValues ¶
func GetAllValues(kvstore *kvstore.KVStore) http.HandlerFunc
Types ¶
type IncomingGETRequest ¶
type IncomingGETRequest struct {
Key string `json:"Key"`
}
type IncomingPOSTRequest ¶
type KafkaRecord ¶
type OutgoingPOSTRequest ¶
Click to show internal directories.
Click to hide internal directories.