# 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