status-go/protocol/requests/generate_images.go

10 lines
200 B
Go

package requests
type GenerateImages struct {
Filepath string `json:"filepath"`
AX int `json:"aX"`
AY int `json:"aY"`
BX int `json:"bX"`
BY int `json:"bY"`
}