2025-02-02 12:07:29 +01:00

7 lines
114 B
Go

package config
type E621 struct {
ApiKey string `env:"E621_API_KEY"`
Username string `env:"E621_USERNAME"`
}