Documentation
¶
Index ¶
- Constants
- type HyperDB
- func (h *HyperDB) All() string
- func (h *HyperDB) Clear() bool
- func (h *HyperDB) Delete(key string) bool
- func (h *HyperDB) Empty() bool
- func (h *HyperDB) Get(key string) string
- func (h *HyperDB) Has(key string) bool
- func (h *HyperDB) Ping() bool
- func (h *HyperDB) Reload() bool
- func (h *HyperDB) Reset() bool
- func (h *HyperDB) Save() bool
- func (h *HyperDB) Set(key string, value string) string
- func (h *HyperDB) Version() string
Constants ¶
View Source
const R_AUTH_FAILED string = "AUTH_FAILED"
View Source
const R_INVALID_CREDENTIALS string = "INVALID_CREDENTIALS"
View Source
const R_OK string = "OK"
View Source
const R_PONG string = "PONG"
View Source
const R_TRUE string = "YES"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.