package
0.0.0-beta.4
Repository: https://github.com/metal-toolbox/component-inventory.git
Documentation: pkg.go.dev

# Packages

Package client is a generated GoMock package.

# 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

ClientError is returned when invalid arguments are provided to the client nolint:revive // yeah I know.
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

Client can perform queries against the Component Inventory Service.

# Type aliases

Option allows setting custom parameters during construction.
No description provided by the author