debug

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewInterceptorHttpClient

func NewInterceptorHttpClient(logger *logrus.Logger, insecure bool) *http.Client

func NewInterceptorLogger

func NewInterceptorLogger(rt http.RoundTripper, logger HTTPLogger) http.RoundTripper

Types

type HTTPLogger

type HTTPLogger interface {
	LogRequest(string, ...interface{})
	LogResponse(string, ...interface{})
}

type InterceptorLogger

type InterceptorLogger struct {
	// contains filtered or unexported fields
}

func (*InterceptorLogger) RoundTrip

func (c *InterceptorLogger) RoundTrip(req *http.Request) (*http.Response, error)

type LogrusDebugLogger

type LogrusDebugLogger struct {
	// contains filtered or unexported fields
}

func NewLogrusDebugLogger

func NewLogrusDebugLogger(log *logrus.Logger) *LogrusDebugLogger

func (*LogrusDebugLogger) LogRequest

func (l *LogrusDebugLogger) LogRequest(msg string, args ...interface{})

func (*LogrusDebugLogger) LogResponse

func (l *LogrusDebugLogger) LogResponse(msg string, args ...interface{})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL