Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewFromConfig ¶
NewFromConfig builds a client using repository config defaults.
func (*Client) ListLogLevels ¶
ListLogLevels fetches the list of configured loggers and their levels.
func (*Client) SetLogLevel ¶
SetLogLevel sets the log level for a specific subsystem.
type ErrFailedResponse ¶
func (ErrFailedResponse) Error ¶
func (e ErrFailedResponse) Error() string
type Option ¶
func WithBearerFromSigner ¶
WithBearerFromSigner configures the Authorization header using a JWT signed by the provided signer.
func WithHTTPClient ¶
WithHTTPClient replaces the underlying HTTP client (for custom timeouts, tracing, etc.).
Click to show internal directories.
Click to hide internal directories.