chipmunk/category.go

8 lines
133 B
Go
Raw Permalink Normal View History

2017-01-20 14:22:01 -08:00
package chipmunk
type category struct {
ID int `json:"id"`
2017-01-20 14:22:01 -08:00
Name string `json:"name"`
Budget float64 `json:"budget"`
}