7 lines
125 B
Go

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