Documentation
¶
Index ¶
Constants ¶
View Source
const ( // API endpoints of the service this client action interacts with. CredentialEndpoint = "/v4/organizations/%s/credentials/" CredentialDetailsEndpoint = "/v4/organizations/%s/credentials/%s/" // Name is the service name being implemented. Name = "credentials" )
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsInvalidRequest ¶
IsInvalidRequest asserts invalidRequestError.
func IsInvalidResponse ¶
IsInvalidResponse asserts invalidResponseError.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type Config ¶
type Config struct { Logger micrologger.Logger RestClient *resty.Client Address string }
Config represents the configuration used to create a credentiald Client.
Click to show internal directories.
Click to hide internal directories.