mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
5 lines
85 B
Go
5 lines
85 B
Go
package cache
|
|
|
|
// CacheConf is an alias of ClusterConf.
|
|
type CacheConf = ClusterConf
|