Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetIngestrURI ¶
type Config ¶
type Config struct {
AccessToken string `yaml:"access_token" json:"access_token" mapstructure:"access_token"`
ClientID string `yaml:"client_id" json:"client_id" mapstructure:"client_id"`
ClientSecret string `yaml:"client_secret" json:"client_secret" mapstructure:"client_secret"`
RefreshToken string `yaml:"refresh_token" json:"refresh_token" mapstructure:"refresh_token"`
}
func (*Config) GetIngestrURI ¶
Click to show internal directories.
Click to hide internal directories.