package
0.1.0-cvefix.3
Repository: https://github.com/as-polyakov/minio.git
Documentation: pkg.go.dev

# Functions

New initializes a new logger target which sends log over http to the specified endpoint.
WithAuthToken adds a new authorization header to be sent to target.
WithEndpoint adds a new endpoint.
WithLogKind adds a log type for this target.
WithTargetName target name.
WithTransport adds a custom transport with custom timeouts and tuning.
WithUserAgent adds a custom user-agent sent to the target.

# Structs

Target implements logger.Target and sends the json format of a log entry to the configured http endpoint.

# Type aliases

Option is a function type that accepts a pointer Target.