updated tranx type to match sql

This commit is contained in:
Derek McQuay
2017-02-04 23:38:42 -08:00
parent 712b4a1cff
commit 8d178d0541
+1
View File
@@ -3,6 +3,7 @@ package chipmunk
import "time"
type tranx struct {
ID int `json:"id"`
Cost float64 `json:"cost"`
Store string `json:"store"`
Info string `json:"info"`