Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Authenticate(*tokens.AuthOptions) error GetMetadata() (*models.OpenstackMetadata, error) }
type LoggingClient ¶
func (LoggingClient) Authenticate ¶
func (c LoggingClient) Authenticate(authOptions *tokens.AuthOptions) (err error)
func (LoggingClient) GetMetadata ¶
func (c LoggingClient) GetMetadata() (metadata *models.OpenstackMetadata, err error)
Click to show internal directories.
Click to hide internal directories.