Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
CookiePodIdName string `json:"cookiePodIdName"`
AdditionalCookie string `json:"additionalCookie"`
ResponseTimeHeaderName string `json:"responseTimeHeaderName"`
ResponseTimeDiffMs string `json:"responseTimeDiffMsToInvalidate"`
LogStart bool `json:"logStart"`
LogCookieFound bool `json:"logCookieFound"`
LogCookieResetToBest bool `json:"logCookieResetToBest"`
LogIdle bool `json:"logIdle"`
LogBestUpdate bool `json:"logBestUpdate"`
}
func CreateConfig ¶
func CreateConfig() *Config
type CurrentBestPod ¶ added in v1.0.9
type CurrentBestPod struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.