mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 03:09:33 -06:00
8 lines
170 B
Go
8 lines
170 B
Go
package config
|
|
|
|
// GRPC defines the available grpc configuration.
|
|
type GRPC struct {
|
|
Addr string `ocisConfig:"addr" env:"THUMBNAILS_GRPC_ADDR"`
|
|
Namespace string
|
|
}
|