Documentation ¶
Index ¶
- Variables
- func CheckErrorAndChannelLog(e error, ec chan error)
- func CheckErrorAndLog(e error)
- func CheckErrorAndPanic(e error)
- func CommonErrorChannel() chan error
- func NewExtendedError(text string, cause []error) *extendedError
- func ResponseErrors(ec chan error, errs []error, text string) bool
- func ResponseOrStatusErrors(ec chan error, r gorequest.Response, errs []error, text string) bool
- func StatusErrors(ec chan error, r gorequest.Response, text string) bool
- func TraceCurl(r *gorequest.SuperAgent)
- type ExtendedError
Constants ¶
This section is empty.
Variables ¶
View Source
var Console console.Console
Functions ¶
func CheckErrorAndChannelLog ¶
func CheckErrorAndLog ¶
func CheckErrorAndLog(e error)
func CheckErrorAndPanic ¶
func CheckErrorAndPanic(e error)
func CommonErrorChannel ¶
func CommonErrorChannel() chan error
func NewExtendedError ¶
func ResponseOrStatusErrors ¶
func TraceCurl ¶
func TraceCurl(r *gorequest.SuperAgent)
Types ¶
type ExtendedError ¶
Click to show internal directories.
Click to hide internal directories.