Documentation
¶
Index ¶
- func DeriveResult(r derive.Result, as *app.State, ps *cutil.PageState) string
- func EnumList(enums enum.Enums, urlPrefix string, as *app.State, ps *cutil.PageState) string
- func GroupList(groups model.Groups, indent int) string
- func ModelList(models model.Models, urlPrefix string, as *app.State, ps *cutil.PageState) string
- func StreamDeriveResult(qw422016 *qt422016.Writer, r derive.Result, as *app.State, ps *cutil.PageState)
- func StreamEnumList(qw422016 *qt422016.Writer, enums enum.Enums, urlPrefix string, as *app.State, ...)
- func StreamGroupList(qw422016 *qt422016.Writer, groups model.Groups, indent int)
- func StreamModelList(qw422016 *qt422016.Writer, models model.Models, urlPrefix string, ...)
- func WriteDeriveResult(qq422016 qtio422016.Writer, r derive.Result, as *app.State, ...)
- func WriteEnumList(qq422016 qtio422016.Writer, enums enum.Enums, urlPrefix string, as *app.State, ...)
- func WriteGroupList(qq422016 qtio422016.Writer, groups model.Groups, indent int)
- func WriteModelList(qq422016 qtio422016.Writer, models model.Models, urlPrefix string, ...)
- type ConfigForm
- type DeriveForm
- type EnumDetail
- type EnumForm
- type GroupForm
- type JSONSchemaCollection
- type JSONSchemaEnum
- type JSONSchemaModel
- type ModelDetail
- type ModelForm
- type ModelSeedData
- type Overview
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeriveResult ¶ added in v0.11.25
func StreamDeriveResult ¶ added in v0.11.25
func StreamEnumList ¶ added in v0.6.14
func StreamGroupList ¶ added in v0.4.0
func StreamModelList ¶
func WriteDeriveResult ¶ added in v0.11.25
func WriteEnumList ¶ added in v0.6.14
func WriteGroupList ¶ added in v0.4.0
func WriteGroupList(qq422016 qtio422016.Writer, groups model.Groups, indent int)
Types ¶
type ConfigForm ¶ added in v0.3.10
func (*ConfigForm) StreamBody ¶ added in v0.3.10
func (*ConfigForm) WriteBody ¶ added in v0.3.10
func (p *ConfigForm) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
type DeriveForm ¶ added in v0.6.4
func (*DeriveForm) StreamBody ¶ added in v0.6.4
func (*DeriveForm) WriteBody ¶ added in v0.6.4
func (p *DeriveForm) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
type EnumDetail ¶ added in v0.6.14
func (*EnumDetail) StreamBody ¶ added in v0.6.14
func (*EnumDetail) WriteBody ¶ added in v0.6.14
func (p *EnumDetail) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
type EnumForm ¶ added in v0.6.14
func (*EnumForm) StreamBody ¶ added in v0.6.14
type GroupForm ¶ added in v0.4.0
type GroupForm struct { layout.Basic Project *project.Project Groups model.Groups Example model.Groups }
func (*GroupForm) StreamBody ¶ added in v0.4.0
type JSONSchemaCollection ¶ added in v1.7.4
type JSONSchemaCollection struct { layout.Basic Project *project.Project Args *metamodel.Args Collection *jsonschema.Collection Results *metamodel.Args }
func (*JSONSchemaCollection) StreamBody ¶ added in v1.7.4
func (*JSONSchemaCollection) WriteBody ¶ added in v1.7.4
func (p *JSONSchemaCollection) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
type JSONSchemaEnum ¶ added in v1.7.4
type JSONSchemaEnum struct { layout.Basic Project *project.Project Enum *enum.Enum Collection *jsonschema.Collection Result *enum.Enum }
func (*JSONSchemaEnum) StreamBody ¶ added in v1.7.4
func (*JSONSchemaEnum) WriteBody ¶ added in v1.7.4
func (p *JSONSchemaEnum) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
type JSONSchemaModel ¶ added in v1.7.4
type JSONSchemaModel struct { layout.Basic Project *project.Project Model *model.Model Collection *jsonschema.Collection Result *model.Model }
func (*JSONSchemaModel) StreamBody ¶ added in v1.7.4
func (*JSONSchemaModel) WriteBody ¶ added in v1.7.4
func (p *JSONSchemaModel) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
type ModelDetail ¶
func (*ModelDetail) StreamBody ¶
func (*ModelDetail) WriteBody ¶
func (p *ModelDetail) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
type ModelForm ¶ added in v0.3.10
func (*ModelForm) StreamBody ¶ added in v0.3.10
type ModelSeedData ¶ added in v0.4.4
func (*ModelSeedData) StreamBody ¶ added in v0.4.4
func (*ModelSeedData) WriteBody ¶ added in v0.4.4
func (p *ModelSeedData) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
Source Files
¶
- views/vexport/ConfigForm.html
- views/vexport/DeriveForm.html
- views/vexport/EnumDetail.html
- views/vexport/EnumForm.html
- views/vexport/GroupForm.html
- views/vexport/JSONSchemaCollection.html
- views/vexport/JSONSchemaEnum.html
- views/vexport/JSONSchemaModel.html
- views/vexport/ModelDetail.html
- views/vexport/ModelForm.html
- views/vexport/ModelSeedData.html
- views/vexport/Overview.html
Click to show internal directories.
Click to hide internal directories.