Documentation
¶
Index ¶
- func ArgsDetail(as *app.State, key string, ea *metamodel.Args, argsLogs []string, ...) string
- func ArgsList(as *app.State, key string, ea *metamodel.Args, ps *cutil.PageState) string
- func DeriveResult(as *app.State, r derive.Result, ps *cutil.PageState) string
- func EnumList(as *app.State, enums enum.Enums, urlPrefix string, ps *cutil.PageState) string
- func EventList(as *app.State, events model.Events, urlPrefix string, ps *cutil.PageState) string
- func GroupList(groups model.Groups, indent int) string
- func ModelList(as *app.State, models model.Models, urlPrefix string, ps *cutil.PageState) string
- func StreamArgsDetail(qw422016 *qt422016.Writer, as *app.State, key string, ea *metamodel.Args, ...)
- func StreamArgsList(qw422016 *qt422016.Writer, as *app.State, key string, ea *metamodel.Args, ...)
- func StreamDeriveResult(qw422016 *qt422016.Writer, as *app.State, r derive.Result, ps *cutil.PageState)
- func StreamEnumList(qw422016 *qt422016.Writer, as *app.State, enums enum.Enums, urlPrefix string, ...)
- func StreamEventList(qw422016 *qt422016.Writer, as *app.State, events model.Events, ...)
- func StreamGroupList(qw422016 *qt422016.Writer, groups model.Groups, indent int)
- func StreamModelList(qw422016 *qt422016.Writer, as *app.State, models model.Models, ...)
- func WriteArgsDetail(qq422016 qtio422016.Writer, as *app.State, key string, ea *metamodel.Args, ...)
- func WriteArgsList(qq422016 qtio422016.Writer, as *app.State, key string, ea *metamodel.Args, ...)
- func WriteDeriveResult(qq422016 qtio422016.Writer, as *app.State, r derive.Result, ...)
- func WriteEnumList(qq422016 qtio422016.Writer, as *app.State, enums enum.Enums, urlPrefix string, ...)
- func WriteEventList(qq422016 qtio422016.Writer, as *app.State, events model.Events, ...)
- func WriteGroupList(qq422016 qtio422016.Writer, groups model.Groups, indent int)
- func WriteModelList(qq422016 qtio422016.Writer, as *app.State, models model.Models, ...)
- type ConfigForm
- type DeriveForm
- type EnumDetail
- type EnumForm
- type EventDetail
- type EventForm
- type ExtraTypeDetail
- type GroupForm
- type ModelDetail
- type ModelForm
- type ModelSeedData
- type Overview
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArgsDetail ¶ added in v1.9.7
func DeriveResult ¶ added in v0.11.25
func StreamArgsDetail ¶ added in v1.9.7
func StreamArgsList ¶ added in v1.9.7
func StreamDeriveResult ¶ added in v0.11.25
func StreamEnumList ¶ added in v0.6.14
func StreamEventList ¶ added in v1.7.22
func StreamGroupList ¶ added in v0.4.0
func StreamModelList ¶
func WriteArgsDetail ¶ added in v1.9.7
func WriteArgsList ¶ added in v1.9.7
func WriteDeriveResult ¶ added in v0.11.25
func WriteEnumList ¶ added in v0.6.14
func WriteEventList ¶ added in v1.7.22
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 EventDetail ¶ added in v1.7.22
func (*EventDetail) StreamBody ¶ added in v1.7.22
func (*EventDetail) WriteBody ¶ added in v1.7.22
func (p *EventDetail) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
type EventForm ¶ added in v1.7.22
func (*EventForm) StreamBody ¶ added in v1.7.22
type ExtraTypeDetail ¶ added in v1.8.1
func (*ExtraTypeDetail) StreamBody ¶ added in v1.8.1
func (*ExtraTypeDetail) WriteBody ¶ added in v1.8.1
func (p *ExtraTypeDetail) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
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 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/ArgsDetail.html
- views/vexport/ArgsList.html
- views/vexport/ConfigForm.html
- views/vexport/DeriveForm.html
- views/vexport/EnumDetail.html
- views/vexport/EnumForm.html
- views/vexport/EnumList.html
- views/vexport/EventDetail.html
- views/vexport/EventForm.html
- views/vexport/EventList.html
- views/vexport/ExtraTypeDetail.html
- views/vexport/GroupForm.html
- views/vexport/GroupList.html
- views/vexport/ModelDetail.html
- views/vexport/ModelForm.html
- views/vexport/ModelList.html
- views/vexport/ModelSeedData.html
- views/vexport/Overview.html
Click to show internal directories.
Click to hide internal directories.