Documentation ¶
Overview ¶
build +ignore templates package comment
build +ignore templates package comment
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type PrimitiveTemplate ¶
type PrimitiveTemplate string
PrimitiveTemplate comment PrimitiveTemplate second line
type StructTemplate ¶
type StructTemplate struct { // String comment String string `json:"string"` // Int comment Int int `json:"integer"` // Float comment Float float64 `json:"float"` // Bool comment Bool bool `json:"bool"` // Struct comment Struct *StructTemplate `json:"struct"` }
StructTemplate comment
Click to show internal directories.
Click to hide internal directories.