We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2189722 commit 2bdae20Copy full SHA for 2bdae20
cmd/remote-storage/app/config.go
@@ -24,11 +24,6 @@ type Config struct {
24
Storage storageconfig.Config `mapstructure:"storage"`
25
}
26
27
-// GRPCConfig holds gRPC server configuration.
28
-type GRPCConfig struct {
29
- HostPort string `mapstructure:"host-port"`
30
-}
31
-
32
// LoadConfigFromViper loads the configuration from Viper.
33
func LoadConfigFromViper(v *viper.Viper) (*Config, error) {
34
cfg := &Config{}
0 commit comments