Files
eway/internal/config/eway.go
2024-01-28 16:49:48 +03:00

9 lines
192 B
Go

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