Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICache ¶
type ICache interface {
//KeyName key
KeyName() string
// PrimaryKey 返回主键名称,
PrimaryKey(model interface{}) string
// GetAllData 获取所有数据
GetAllData() (data interface{}, err error)
}
ICache 缓存接口
Click to show internal directories.
Click to hide internal directories.