updated tranx type to match sql
This commit is contained in:
parent
712b4a1cff
commit
8d178d0541
1
tranx.go
1
tranx.go
@ -3,6 +3,7 @@ package chipmunk
|
|||||||
import "time"
|
import "time"
|
||||||
|
|
||||||
type tranx struct {
|
type tranx struct {
|
||||||
|
ID int `json:"id"`
|
||||||
Cost float64 `json:"cost"`
|
Cost float64 `json:"cost"`
|
||||||
Store string `json:"store"`
|
Store string `json:"store"`
|
||||||
Info string `json:"info"`
|
Info string `json:"info"`
|
||||||
|
Loading…
Reference in New Issue
Block a user