dao

package
v0.0.0-...-5a7c6cd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2023 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credential

type Credential struct {
	Tenant   string `yaml:"tenant"`
	UserName string `yaml:"username"`

	LoginToken string `yaml:"loginToken"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL