package
0.1.12
Repository: https://github.com/metal-toolbox/conditionorc.git
Documentation: pkg.go.dev

# Functions

Creates a new Client, with reasonable defaults.
WithAuthToken sets the client auth token.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.

# Structs

Client can perform queries against the conditionorc API service.
Error holds the cause of a client error and implements the Error interface.
RequestError is returned when the client gets an error while performing a request.

# Interfaces

Doer performs HTTP requests.

# Type aliases

Option allows setting custom parameters during construction.