Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsCommsRelatedError ¶
func IsNotFoundError ¶
Types ¶
type Client ¶
type Client struct { ClientID string `yaml:"client_id"` ClientSecret string `yaml:"client_secret"` UAAURL string `yaml:"uaa_url"` // URL to access UAACACerts []string `yaml:"uaa_ca_certificates"` // CA certs for credhub host CredHubURL string `yaml:"credhub_url"` // URL to access CredHubCACerts []string `yaml:"credhub_ca_certificates"` // CA certs for credhub host // contains filtered or unexported fields }
func (*Client) DeleteRequest ¶
func (*Client) MakeRequest ¶
func (*Client) PutRequest ¶
Click to show internal directories.
Click to hide internal directories.