package
1.2.43-rc3
Repository: https://github.com/openshift/rosa.git
Documentation: pkg.go.dev

# Functions

NewLogger creates a new logger with the default config for the project.
NewOCMLogger creates new builder that can then be used to configure and build an OCM logger that uses the logging framework of the project.
NewRoundTripper creates a builder that can then be used to create a round tripper that sends to the log the details of the requests sent and the responses received.

# Structs

AWSLogger is an implementation of the OCM logger interface that uses the logging framework of the project.
AWSLoggerBuilder contains the information and logic needed to create an AWS logger that uses the logging framework of the project.
OCMLogger is an implementation of the OCM logger interface that uses the logging framework of the project.
OCMLoggerBuilder contains the information and logic needed to create an OCM logger that uses the logging framework of the project.
RoundTripper is a round tripper that dumps the details of the requests and the responses to the log.
RoundTripperBuilder contains the information an logic needed to build a new round tripper that sends to the log the details of the requests sent and the responses received.