Files
opencloud/accounts/pkg/config/grpc.go
T
2022-03-02 15:11:12 +01:00

8 lines
208 B
Go

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