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 {
PersonalAPIKey string `yaml:"personal_api_key" json:"personal_api_key" mapstructure:"personal_api_key"`
ProjectID string `yaml:"project_id" json:"project_id" mapstructure:"project_id"`
BaseURL string `yaml:"base_url" json:"base_url" mapstructure:"base_url"`
}
func (*Config) GetIngestrURI ¶
Click to show internal directories.
Click to hide internal directories.