9 lines
115 B
Go
9 lines
115 B
Go
package config
|
|
|
|
type Eway struct {
|
|
SessionID string
|
|
SessionUser string
|
|
Contract string
|
|
Debug bool
|
|
}
|