Files
eway/internal/config/eway.go
2024-01-25 16:42:08 +03:00

9 lines
115 B
Go

package config
type Eway struct {
SessionID string
SessionUser string
Contract string
Debug bool
}