7 lines
116 B
Go

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