Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayDataType ¶
type ArrayDataType struct { Type ComplexType `json:"type"` Items ItemsType `json:"items"` }
type ItemsType ¶
type ItemsType struct { Type SimpleType `json:"type"` Format string `json:"format,omitempty"` Unit string `json:"unit,omitempty"` }
type SimpleType ¶
type SimpleType string
const BooleanType SimpleType = "Boolean"
const DateType SimpleType = "Date"
const DoubleType SimpleType = "Double"
const LongType SimpleType = "Long"
const StringType SimpleType = "String"
Click to show internal directories.
Click to hide internal directories.