Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RedisErrorNotExists = redis.Nil ErrWhereMapValueMustInterfaceSlice = fmt.Errorf("knownMap value 必须是 []interface{} 类型") ErrTablerNotImplement = fmt.Errorf("Tabler接口未实现") ErrIGetIDNotImplement = fmt.Errorf("IGetID接口未实现") ErrInputListNotPtr = fmt.Errorf("传入的list字段并非指针") ErrInputListNotSlice = fmt.Errorf("传入的list字段并非切片") ErrInputModelNotPtr = fmt.Errorf("传入的model字段并非指针") ErrInputModelNotStruct = fmt.Errorf("传入的model字段并非结构体") ErrInputMpNotMap = fmt.Errorf("参数mp的类型不是Map") )
Functions ¶
func Expire10Min ¶
func Expire10Min() int
func Expire30Min ¶
func Expire30Min() int
func Expire5Min ¶
func Expire5Min() int
func ExpireDuration ¶
func ExpireHour ¶
func ExpireHour() int
Types ¶
Click to show internal directories.
Click to hide internal directories.