CheqBooq/server/transaction/writeresponse.go

7 lines
135 B
Go
Executable File

package transaction
type WriteResponse map[string][]struct {
OK bool `json:"ok"`
Message string `json:"message,omitempty"`
}