Documentation ¶
Index ¶
- func AvailActions(title string, currTags []string, availTags []string, ps *cutil.PageState) string
- func DetailBuild(build *project.Build, as *app.State, ps *cutil.PageState) string
- func DetailMetadata(info *project.Info, as *app.State, ps *cutil.PageState) string
- func DetailModules(modKeys []string, mods module.Modules, as *app.State, ps *cutil.PageState) string
- func DetailSettings(prj *project.Project, as *app.State, ps *cutil.PageState) string
- func DetailTheme(key string, t *theme.Theme, title string, icon string, as *app.State, ...) string
- func StreamAvailActions(qw422016 *qt422016.Writer, title string, currTags []string, availTags []string, ...)
- func StreamDetailBuild(qw422016 *qt422016.Writer, build *project.Build, as *app.State, ...)
- func StreamDetailMetadata(qw422016 *qt422016.Writer, info *project.Info, as *app.State, ...)
- func StreamDetailModules(qw422016 *qt422016.Writer, modKeys []string, mods module.Modules, ...)
- func StreamDetailSettings(qw422016 *qt422016.Writer, prj *project.Project, as *app.State, ...)
- func StreamDetailTheme(qw422016 *qt422016.Writer, key string, t *theme.Theme, title string, ...)
- func StreamSummary(qw422016 *qt422016.Writer, prj *project.Project, title string, ...)
- func StreamTable(qw422016 *qt422016.Writer, prjs project.Projects, tags []string, full bool, ...)
- func Summary(prj *project.Project, title string, args util.ValueMap, act *action.Type, ...) string
- func Table(prjs project.Projects, tags []string, full bool, ex exec.Execs, as *app.State, ...) string
- func WriteAvailActions(qq422016 qtio422016.Writer, title string, currTags []string, ...)
- func WriteDetailBuild(qq422016 qtio422016.Writer, build *project.Build, as *app.State, ...)
- func WriteDetailMetadata(qq422016 qtio422016.Writer, info *project.Info, as *app.State, ...)
- func WriteDetailModules(qq422016 qtio422016.Writer, modKeys []string, mods module.Modules, ...)
- func WriteDetailSettings(qq422016 qtio422016.Writer, prj *project.Project, as *app.State, ...)
- func WriteDetailTheme(qq422016 qtio422016.Writer, key string, t *theme.Theme, title string, ...)
- func WriteSummary(qq422016 qtio422016.Writer, prj *project.Project, title string, ...)
- func WriteTable(qq422016 qtio422016.Writer, prjs project.Projects, tags []string, full bool, ...)
- type Detail
- type Edit
- type FileStats
- type Files
- type List
- type Search
- type SearchAll
- type ThemePalette
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AvailActions ¶ added in v0.3.1
func DetailBuild ¶
func DetailMetadata ¶
func DetailModules ¶
func DetailSettings ¶
func DetailTheme ¶
func StreamAvailActions ¶ added in v0.3.1
func StreamDetailBuild ¶
func StreamDetailMetadata ¶
func StreamDetailModules ¶
func StreamDetailSettings ¶
func StreamDetailTheme ¶
func StreamSummary ¶
func StreamTable ¶
func WriteAvailActions ¶ added in v0.3.1
func WriteDetailBuild ¶
func WriteDetailMetadata ¶
func WriteDetailModules ¶
func WriteDetailSettings ¶
func WriteDetailTheme ¶
func WriteSummary ¶
Types ¶
type Detail ¶
type Detail struct { layout.Basic Project *project.Project Modules module.Modules Execs exec.Execs Validation []*project.ValidationError }
func (*Detail) StreamBody ¶
type Edit ¶
func (*Edit) StreamBody ¶
type FileStats ¶ added in v0.2.38
type FileStats struct { layout.Basic Project *project.Project Path []string Ext string Files stats.FileStats }
func (*FileStats) StreamBody ¶ added in v0.2.38
type Files ¶
func (*Files) StreamBody ¶
type List ¶
func (*List) StreamBody ¶
type Search ¶
type Search struct { layout.Basic Params *search.Params Project *project.Project Results result.Results Errors []error }
func (*Search) StreamBody ¶
type SearchAll ¶
type SearchAll struct { layout.Basic Params *search.Params Projects project.Projects Results map[string]result.Results Tags []string }
func (*SearchAll) StreamBody ¶
type ThemePalette ¶ added in v0.10.14
type ThemePalette struct { layout.Basic Project string Icon string Palette string Themes theme.Themes Title string }
func (*ThemePalette) StreamBody ¶ added in v0.10.14
func (*ThemePalette) WriteBody ¶ added in v0.10.14
func (p *ThemePalette) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
Source Files ¶
- views/vproject/AvailActions.html
- views/vproject/Detail.html
- views/vproject/DetailBuild.html
- views/vproject/DetailMetadata.html
- views/vproject/DetailModules.html
- views/vproject/DetailSettings.html
- views/vproject/DetailTheme.html
- views/vproject/Edit.html
- views/vproject/FileStats.html
- views/vproject/Files.html
- views/vproject/List.html
- views/vproject/Search.html
- views/vproject/SearchAll.html
- views/vproject/Summary.html
- views/vproject/Table.html
- views/vproject/ThemePalette.html
Click to show internal directories.
Click to hide internal directories.