7 lines
116 B
Go
Raw Normal View History

package config
type Gorse struct {
Endpoint string `env:"GORSE_ENDPOINT"`
ApiKey string `env:"GORSE_APIKEY"`
}