Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
HTTP Endpoint `yaml:"http"`
RequestAggregationDelay time.Duration `yaml:"requestAggregationDelay"`
Provider string `yaml:"provider,omitempty"`
Engine string `yaml:"engine,omitempty"`
PageSize *int `yaml:"pageSize,omitempty"`
SSL *SSL `yaml:"ssl,omitempty"`
CredsPath *string `yaml:"credentialsPath,omitempty"`
FwdSvcURL *string `yaml:"forwardServiceUrl,omitempty"`
Env map[string]string `yaml:"env"`
// derived
Credentials map[string]string
}
func NewFromFile ¶
Click to show internal directories.
Click to hide internal directories.