Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConnFun ¶
type ConnFun interface { GetConnStatus() string SetConnStatus(status string) Connect() bool ReConnect() bool HeartCheck() Close() bool Insert(key string, data interface{}) (bool, error) Update(key string, data interface{}) (bool, error) Del(key string) (bool, error) SendToList(key string, data interface{}) (bool, error) SetExpir(Expir int) SetMustBeSuccess(b bool) }
type TypeAndRule ¶
func GetTypeAndRule ¶
func GetTypeAndRule(name string) TypeAndRule
Click to show internal directories.
Click to hide internal directories.