Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
type APIClient interface { Authn() authn.APIClient Authz() authz.APIClient Core() core.APIClient System() system.APIClient }
APIClient is the general interface for the Brigade API. It does little more than expose functions for obtaining more specialized clients for different areas of concern, like User management or Project management.
func NewAPIClient ¶
func NewAPIClient( apiAddress string, apiToken string, opts *restmachinery.APIClientOptions, ) APIClient
NewAPIClient returns a Brigade client.
Click to show internal directories.
Click to hide internal directories.