MCPcopy
hub / github.com/cloudfoundry/cli / RequestLogger

Struct RequestLogger

api/plugin/wrapper/request_logger.go:31–34  ·  view source on GitHub ↗

RequestLogger is the wrapper that logs requests to and responses from a plugin repository

Source from the content-addressed store, hash-verified

29// RequestLogger is the wrapper that logs requests to and responses from
30// a plugin repository
31type RequestLogger struct {
32 connection plugin.Connection
33 output RequestLoggerOutput
34}
35
36// NewRequestLogger returns a pointer to a RequestLogger wrapper
37func NewRequestLogger(output RequestLoggerOutput) *RequestLogger {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected