Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = `v0.0.1-experimental` // should be overridden by build process, ldflags
Version is the current version of the application
Functions ¶
Types ¶
type Config ¶
type Config struct {
REST RESTConfig `mapstructure:"rest"`
Pipeline pipeline.Config `mapstructure:"pipeline"`
}
Config holds application-wide configuration
type OIDCConfig ¶
type RESTConfig ¶
type RESTConfig struct {
PG PGConfig `mapstructure:"pg"`
ListenAddr string `mapstructure:"listenAddr"`
BaseURL string `mapstructure:"baseURL"`
OIDC OIDCConfig `mapstructure:"oidc"`
BasicAuth map[string]string `mapstructure:"basicAuth"`
AnonRole string `mapstructure:"anonRole"`
Omitempty bool `mapstructure:"omitempty"`
}
Click to show internal directories.
Click to hide internal directories.