Files
opencloud/extensions/search/pkg/config/reva.go
T
Jörn Friedrich Dreyer c720d18de8 update config to init changes
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-02 14:19:08 +00:00

7 lines
145 B
Go

package config
// Reva defines all available REVA configuration.
type Reva struct {
Address string `ocisConfig:"address" env:"REVA_GATEWAY"`
}