Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credential ¶
type ProviderData ¶
type ProviderData struct {
// contains filtered or unexported fields
}
func NewProviderData ¶
func NewProviderData(credential *Credential) *ProviderData
func (*ProviderData) GetClient ¶
func (p *ProviderData) GetClient() *http.Client
func (*ProviderData) GetLoginToken ¶
func (p *ProviderData) GetLoginToken() string
func (*ProviderData) GetTenant ¶
func (p *ProviderData) GetTenant() string
func (*ProviderData) GetUserName ¶
func (p *ProviderData) GetUserName() string
Click to show internal directories.
Click to hide internal directories.