Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Framework ConfigFramework `json:"framework"` Application ConfigApplication `json:"application"` }
type ConfigApplication ¶
type ConfigFramework ¶
type ConfigFramework struct { WebServer ConfigWebServer `json:"web_server"` WebServerSSL ConfigWebServerSSL `json:"web_server_ssl"` SystemLog log551.Config `json:"system_log"` CommandLog log551.Config `json:"command_log"` Session ConfigSession `json:"session"` Database mysql551.Config `json:"database"` Auth auth551.Config `json:"auth"` }
type ConfigSession ¶
type ConfigSession struct { CookieKeyName string `json:"cookie_key_name"` Server memcache551.Config `json:"server"` }
type ConfigWebServer ¶
Click to show internal directories.
Click to hide internal directories.