mirror of
https://gitee.com/goploy/goploy.git
synced 2024-12-01 19:57:34 +08:00
6 lines
71 B
Go
6 lines
71 B
Go
package config
|
|
|
|
type CacheConfig struct {
|
|
Type string `toml:"type"`
|
|
}
|