Documentation
¶
Index ¶
- Variables
- func ClearAllRequestLogs() error
- func GetAllRequestLogTitles() ([]string, error)
- func GetConfigFilePath() string
- func GetNthRequestLog(n int) (string, error)
- func GetProfile(name string) *config.Env
- func GetProfileDataDirectory() string
- func GetProfileDirectory() string
- func GetProfileName() string
- func LogRequestToDisk(requestMethod string, requestPath string, requestBytes []byte, ...) error
- func SaveRequest(title string, requestBytes []byte, responseBytes []byte) error
- func SetProfileName(s string)
Constants ¶
This section is empty.
Variables ¶
View Source
var SanitizeLogs = true
Functions ¶
func ClearAllRequestLogs ¶ added in v0.6.0
func ClearAllRequestLogs() error
func GetAllRequestLogTitles ¶ added in v0.6.0
func GetConfigFilePath ¶ added in v0.6.0
func GetConfigFilePath() string
func GetNthRequestLog ¶ added in v0.6.0
func GetProfile ¶ added in v0.6.0
func GetProfileDataDirectory ¶ added in v0.6.0
func GetProfileDataDirectory() string
func GetProfileDirectory ¶
func GetProfileDirectory() string
func GetProfileName ¶
func GetProfileName() string
func LogRequestToDisk ¶ added in v0.6.0
func SaveRequest ¶ added in v0.6.0
func SetProfileName ¶ added in v0.10.0
func SetProfileName(s string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.