Documentation
¶
Index ¶
Constants ¶
View Source
const ( XAuthUser = "X-Auth-User" XAuthKey = "X-Auth-Key" XAuthUserType = "X-Auth-UserType" XAuthToken = "X-Auth-Token" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FusionComputeClient ¶
type FusionComputeClient interface {
Connect() error
DisConnect() error
SetSession(token string)
GetSession() Session
GetHost() string
GetUser() string
GetPassword() string
GetApiClient() (*resty.Client, error)
}
func NewFusionComputeClient ¶
func NewFusionComputeClient(host string, user string, password string) FusionComputeClient
type LoginResponse ¶
Click to show internal directories.
Click to hide internal directories.