Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client used to communicate with BOSH
func (*Client) GetPasswordToken ¶
func (*Client) NewRequest ¶
NewRequest is used to create a new request
type Config ¶
type Config struct {
ClientID string
ClientSecret string
Address string
HttpClient *http.Client
SkipSslValidation bool
}
Config is used to configure the creation of a client
Click to show internal directories.
Click to hide internal directories.