package
module
Version:
v0.0.0-...-94f56a3
Opens a new window with list of versions in this module.
Published: Jan 8, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type CacheInfo struct {
GsId string `json:"sId"`
Gdata interface{} `json:"data"`
GdCreate time.Time `json:"dCreate"`
GdLast time.Time `json:"dLast"`
}
用于定义缓存信息的类
*
- 新建缓存信息结构体
- @param sId 编号,作为关键字存在
- @param data 缓存的数据对象
- @return 返回新创建的结构体
Source Files
¶
Click to show internal directories.
Click to hide internal directories.