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 LogRequestToDisk(requestMethod string, requestPath string, requestBytes []byte, ...) error
- func SaveRequest(title string, requestBytes []byte, responseBytes []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ProfileName = "default"
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 LogRequestToDisk ¶ added in v0.6.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.