Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { ResponseTimeHeaderName string `json:"responseTimeHeaderName"` ResponseTimeLimitMs string `json:"responseTimeLimitMs"` CookieSetHeaderValue string `json:"cookieSetHeaderValue"` LogStartup bool `json:"logStartup"` LogSetCookie bool `json:"logSetCookie"` LogLimitNotReached bool `json:"logLimitNotReached"` LogHeaderNotFound bool `json:"logHeaderNotFound"` }
Config the plugin configuration.
func CreateConfig ¶
func CreateConfig() *Config
Click to show internal directories.
Click to hide internal directories.