Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadClusterConfig ¶
Types ¶
type Config ¶
type Config struct {
Type v1alpha1.ListenerType `envconfig:"TYPE" default:"sentry"`
ConfigmapName string `envconfig:"CONFIGMAP" default:"loudspeaker-sample-foo"`
Namespace string `envconfig:"NAMESPACE" default:"default"`
}
type SentryCredentials ¶
type SentryCredentials struct {
Dsn string `yaml:"dsn"`
}
func (*SentryCredentials) Load ¶
func (s *SentryCredentials) Load() error
Click to show internal directories.
Click to hide internal directories.