Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthTokens ¶
type AuthTokens struct {
Token struct {
Catalog []struct {
Name string
Type string
Endpoints []struct {
URL string
Interface string
}
}
}
XAuthTokenHeader string
}
func (AuthTokens) EndpointURL ¶
func (t AuthTokens) EndpointURL(serviceName string, endpointInterface string) string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) PostAuthTokens ¶
func (c *Client) PostAuthTokens(username, password, project string) (AuthTokens, error)
func (*Client) PostAuthTokensWithHeaders ¶
Click to show internal directories.
Click to hide internal directories.