package config type Eway struct { Login string `toml:"login"` Password string `toml:"password"` SessionID string `toml:"session_id"` SessionUser string `toml:"session_user"` OwnerID string `toml:"owner_id"` Debug bool `toml:"debug"` }