Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Host string `mapstructure:"host" yaml:"host" default:"localhost"` Port int `mapstructure:"port" yaml:"port" default:"8080"` EncryptionKey string `mapstructure:"encryption_key" yaml:"encryption_key" default:"_ENCRYPTIONKEY_OF_32_CHARACTERS_"` APIHeaders api.HeadersConfig `mapstructure:"api_headers" yaml:"api_headers"` UseGlobalSubscription bool `mapstructure:"use_global_subscription" yaml:"use_global_subscription" default:"false"` EnableSilenceFeature bool `mapstructure:"enable_silence_feature" yaml:"enable_silence_feature" default:"false"` DebugRequest bool `mapstructure:"debug_request" yaml:"debug_request" default:"false"` GRPC GRPCConfig `mapstructure:"grpc"` }
type GRPCConfig ¶ added in v0.6.7
Click to show internal directories.
Click to hide internal directories.