Files
opencloud/store/pkg/config/grpc.go
2022-03-29 15:06:58 +02:00

8 lines
170 B
Go

package config
// GRPC defines the available grpc configuration.
type GRPC struct {
Addr string `yaml:"addr" env:"STORE_GRPC_ADDR"`
Namespace string `yaml:"-"`
}