Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type AtcConfig ¶
type AtcConfig struct { WebPath string Port string RedisAddress string RedisAuth string Envs map[string]string IsDev bool Page404 string Caches map[string]int64 }
AtcConfig AtcConfig
type AtcPageCache ¶
AtcPageCache 内存缓存
type AtcStatic ¶
type AtcStatic struct { // Dir is the directory to serve static files from Dir http.FileSystem // Prefix is the optional prefix used to serve the static directory content Prefix string // IndexFile defines which file to serve as index if it exists. IndexFile string }
AtcStatic Static
Click to show internal directories.
Click to hide internal directories.