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