Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Cache *freecache.Cache `json:"-" toml:"-"` // 本地缓存实例【必填】 Expire time.Duration `json:"expire" toml:"expire"` // 失效时间 【必填】 DisableMetric bool `json:"disableMetric" toml:"disableMetric"` // metric上报 false 开启 ture 关闭【选填,默认开启】 Name string `json:"-" toml:"-"` // 本地缓存名称,用于日志标识&metric上报【选填】 }
Click to show internal directories.
Click to hide internal directories.