Documentation ¶
Index ¶
- func HashDEL(key string) error
- func HashGetALL() (values map[string]Data, err error)
- func HashSet(key string, value Data) error
- func Init()
- func NewTimer(id string, timeout time.Duration)
- func RegisterCallBackFunc(_func CallbackFunc)
- func ResetTimer(id string, timeout time.Duration)
- type CallbackFunc
- type Data
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HashGetALL ¶
func RegisterCallBackFunc ¶
func RegisterCallBackFunc(_func CallbackFunc)
func ResetTimer ¶
Types ¶
type CallbackFunc ¶
type CallbackFunc func(id string)
Click to show internal directories.
Click to hide internal directories.