Files
opencloud/services/search/pkg/config/grpc.go
T
2022-06-28 13:03:19 +02:00

8 lines
237 B
Go

package config
// GRPC defines the available grpc configuration.
type GRPC struct {
Addr string `ocisConfig:"addr" env:"SEARCH_GRPC_ADDR" desc:"The bind address of the GRPC service."`
Namespace string `ocisConfig:"-" yaml:"-"`
}