Files
QSfera/services/thumbnails/pkg/config/grpc.go
T
2022-06-27 14:05: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:"-"`
}