Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EventToKeyValue ¶
func EventToKeyValue(jsonData json.RawMessage) (string, map[string]interface{})
Types ¶
type KVStoreManager ¶
type KVStoreManager interface { Connect() Close() error HMSet(key string, fields map[string]interface{}) error StatusCode(err error) int DeleteKey(key string) (err error) HMGet(key string, fields ...string) (result []interface{}, err error) HGetAll(key string) (result map[string]string, err error) }
func New ¶
func New(provider string, config map[string]interface{}) (m KVStoreManager)
Click to show internal directories.
Click to hide internal directories.