CheqBooq/server/balance/readrequest.go

8 lines
149 B
Go
Executable File

package balance
type ReadRequest struct {
Accounts []string `json:"accounts"`
Start int64 `json:"start"`
Stop int64 `json:"stop"`
}