Files
opencloud/extensions/thumbnails/pkg/config/grpc.go
2022-05-10 10:31:36 +02:00

8 lines
216 B
Go

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