fix saving and project improvments
This commit is contained in:
8
internal/config/eway.go
Normal file
8
internal/config/eway.go
Normal file
@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
type Eway struct {
|
||||
SessionID string
|
||||
SessionUser string
|
||||
Contract string
|
||||
Debug bool
|
||||
}
|
||||
Reference in New Issue
Block a user