7 lines
114 B
Go
Raw Normal View History

2025-02-02 12:07:29 +01:00
package config
type E621 struct {
ApiKey string `env:"E621_API_KEY"`
Username string `env:"E621_USERNAME"`
}