mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-18 02:49:01 -05:00
8 lines
168 B
Go
8 lines
168 B
Go
package config
|
|
|
|
// GRPC defines the available grpc configuration.
|
|
type GRPC struct {
|
|
Addr string `ocisConfig:"addr" env:"SETTINGS_GRPC_ADDR"`
|
|
Namespace string
|
|
}
|