# Functions
Creates a new Client, with reasonable defaults.
NewMockHTTPRequestDoer creates a new instance of MockHTTPRequestDoer.
NewMockQueryor creates a new instance of MockQueryor.
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 Conditions Orchestrator API service.
Error holds the cause of a client error and implements the Error interface.
MockHTTPRequestDoer is an autogenerated mock type for the HTTPRequestDoer type.
MockHTTPRequestDoer_Do_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Do'.
No description provided by the author
MockQueryor is an autogenerated mock type for the Queryor type.
MockQueryor_ConditionQuery_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConditionQuery'.
MockQueryor_ConditionStatusUpdate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConditionStatusUpdate'.
MockQueryor_ConditionTaskPublish_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConditionTaskPublish'.
MockQueryor_ConditionTaskQuery_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConditionTaskQuery'.
No description provided by the author
RequestError is returned when the client gets an error while performing a request.
# Type aliases
Option allows setting custom parameters during construction.