Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintConfig ¶
func PrintConfig(cfg Cfg)
Types ¶
type Cfg ¶
type Cfg struct { LogLocationErr string LogLocationInfo string LogLocationWarn string LogLocationDebug string TOInsecure bool TOUser string TOPass string TOUrl string Transport *http.Transport }
func (Cfg) WarningLog ¶
func (cfg Cfg) WarningLog() log.LogLocation
type ToResponse ¶
type ToResponse struct {
Response string `json:"response"`
}
Click to show internal directories.
Click to hide internal directories.