Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct { ServerConfig *ServerConfig `json:'serverConfig'` CacheConfig *CacheConfig `json:"cacheConfig"` DBConfig *DBConfig `json:"dbConfig"` }
type CacheConfig ¶
type CacheConfig struct {
Size int `json:"capacity"`
}
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.