go_dreamfactory/sys/cache/pack.go
2022-06-06 13:45:59 +08:00

8 lines
93 B
Go

package cache
const ( //Redis
Redis_PackCache string = "pack:%d"
)
type IPack interface{}