Skip to content

Commit 2bdae20

Browse files
committed
remove-cfg
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent 2189722 commit 2bdae20

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmd/remote-storage/app/config.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ type Config struct {
2424
Storage storageconfig.Config `mapstructure:"storage"`
2525
}
2626

27-
// GRPCConfig holds gRPC server configuration.
28-
type GRPCConfig struct {
29-
HostPort string `mapstructure:"host-port"`
30-
}
31-
3227
// LoadConfigFromViper loads the configuration from Viper.
3328
func LoadConfigFromViper(v *viper.Viper) (*Config, error) {
3429
cfg := &Config{}

0 commit comments

Comments
 (0)