Documentation
¶
Index ¶
- func GroupList(groups model.Groups, indent int) string
- func ModelList(models model.Models, urlPrefix string, as *app.State, ps *cutil.PageState) string
- func StreamGroupList(qw422016 *qt422016.Writer, groups model.Groups, indent int)
- func StreamModelList(qw422016 *qt422016.Writer, models model.Models, urlPrefix string, ...)
- func WriteGroupList(qq422016 qtio422016.Writer, groups model.Groups, indent int)
- func WriteModelList(qq422016 qtio422016.Writer, models model.Models, urlPrefix string, ...)
- type ConfigForm
- type GroupForm
- type ModelDetail
- type ModelForm
- type Overview
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamGroupList ¶ added in v0.4.0
func StreamModelList ¶
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 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
type ModelForm struct { layout.Basic Project *project.Project Model *model.Model Examples map[string]any }
func (*ModelForm) StreamBody ¶ added in v0.3.10
Click to show internal directories.
Click to hide internal directories.