Documentation ¶
Index ¶
- func DeleteInKVDB(ctx *generic.Context, key string)
- func GetExactFromKVDB(ctx *generic.Context, key string) string
- func GetMultipleWithPrefixFromKVDB(ctx *generic.Context, keyprefix string) []string
- func HandleError(ctx *generic.Context, err error)
- func KeyExistsInKVDB(ctx *generic.Context, key string) bool
- func SaveinKVDB(ctx *generic.Context, key string, data string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteInKVDB ¶
DeleteInKVDB deletes the key specified in database
func GetExactFromKVDB ¶
GetExactFromKVDB gets specific value which matches exact string
func GetMultipleWithPrefixFromKVDB ¶
GetMultipleWithPrefixFromKVDB gets multiple values whose keys match specified prefix in database
func HandleError ¶
func KeyExistsInKVDB ¶
KeyExistsInKVDB checks if paticular key not in DB
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.