Added listing of API fields
This commit is contained in:
8
utils/APIField.go
Normal file
8
utils/APIField.go
Normal file
@ -0,0 +1,8 @@
|
||||
package utils
|
||||
|
||||
// APIField describes a field in the API.
|
||||
type APIField struct {
|
||||
Name string
|
||||
JSON string
|
||||
Type string
|
||||
}
|
Reference in New Issue
Block a user