9 lines
121 B
Go
Raw Normal View History

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