package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Mar 20, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Object struct {
Properties []*Property `json:"properties:ao,omitempty"`
}
type Property struct {
Name string `json:"name:s,omitempty"`
Type string `json:"type:s,omitempty"`
Hint string `json:"hint:s,omitempty"`
IsRepeated bool `json:"isRepeated:b,omitempty"`
IsOptional bool `json:"isOptional:b,omitempty"`
Properties []*Property `json:"properties:ao,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.