Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestHook ¶
type RequestHook func(*resty.Client, *resty.Request) error
func LoggingRequest ¶
func LoggingRequest() RequestHook
func LoggingRequestWithLogger ¶
func LoggingRequestWithLogger(l *logger.Logger, simply bool) RequestHook
func LoggingSimplyRequest ¶
func LoggingSimplyRequest() RequestHook
type ResponseHook ¶
type ResponseHook func(*resty.Client, *resty.Response) error
func LoggingResponse ¶
func LoggingResponse() ResponseHook
func LoggingResponseWithLogger ¶
func LoggingResponseWithLogger(l *logger.Logger, simply bool) ResponseHook
func LoggingSimplyResponse ¶
func LoggingSimplyResponse() ResponseHook
Click to show internal directories.
Click to hide internal directories.