Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefaultProvider ¶
Types ¶
type AccessOptions ¶ added in v0.3.0
type AccessOptions struct {
Provider string `json:"provider"`
Environment string `json:"environment"`
CredentialsId string `json:"credentials_id"`
}
TODO: Clarify missing struct in client
type IPintoProvider ¶
type IPintoProvider interface{}
type PintoProvider ¶
type PintoProvider struct {
IPintoProvider
// contains filtered or unexported fields
}
type XApiOptions ¶ added in v0.3.0
type XApiOptions struct {
AccessOptions AccessOptions `json:"access_options"`
}
Click to show internal directories.
Click to hide internal directories.