9 lines
121 B
Go
Raw Normal View History

2018-03-27 22:26:06 +00:00
package utils
// APIField describes a field in the API.
type APIField struct {
Name string
JSON string
Type string
}