Documentation ¶
Index ¶
Constants ¶
View Source
const (
// RequestStatusOK is the stauts of a successful request
RequestStatusOK = "ok"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // Add a key pair to connect to hosts through ssh AddKeyPair(keyPairFilePath string) error // Get an OpenStack token GetToken() string // Get Application credentials GetCreds() (string, string) }
Client is the client interface to the Cloud infrastructure
type GetApplicationCredentialsFunc ¶
GetApplicationCredentialsFunc is a type of function provided by the caller to get application credentials
Click to show internal directories.
Click to hide internal directories.