mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-08 15:39:59 +08:00
6 lines
112 B
Go
6 lines
112 B
Go
package cache
|
|
|
|
import "github.com/tal-tech/go-zero/core/stores/internal"
|
|
|
|
type CacheConf = internal.ClusterConf
|