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
No known key found for this signature in database
GPG Key ID: 92A7BC0C86B0B91A
1 changed files with 1 additions and 0 deletions

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"`