Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Field ¶
type Field struct { Name string `json:"name"` JSName string `json:"js_name"` Help string `json:"help"` Json string `json:"json"` Type string `json:"type"` Readonly bool `json:"readonly"` Null bool `json:"null,omitempty"` List bool `json:"list,omitempty"` InternalType bool `json:"internal_type,omitempty"` Omitempty bool `json:"omitempty,omitempty"` TSType string `json:"ts_type"` TSDefault string `json:"ts_default"` }
Click to show internal directories.
Click to hide internal directories.