Documentation
¶
Index ¶
- func BuildOptions(key string, forAll bool, ps *cutil.PageState) string
- func StreamBuildOptions(qw422016 *qt422016.Writer, key string, forAll bool, ps *cutil.PageState)
- func WriteBuildOptions(qq422016 qtio422016.Writer, key string, forAll bool, ps *cutil.PageState)
- type BuildResult
- type CodeStats
- type CodeStatsAll
- type Coverage
- type CoverageAll
- type DepMap
- type Deps
- type Packages
- type PackagesAll
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildOptions ¶ added in v0.2.10
func StreamBuildOptions ¶ added in v0.2.10
func WriteBuildOptions ¶ added in v0.2.10
Types ¶
type BuildResult ¶
type BuildResult struct { layout.Basic Project *project.Project Cfg util.ValueMap BuildResult *action.Result }
func (*BuildResult) StreamBody ¶
func (*BuildResult) WriteBody ¶
func (p *BuildResult) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
type CodeStats ¶ added in v1.6.1
type CodeStats struct { layout.Basic Project *project.Project Result *action.Result Stats *action.CodeStats }
func (*CodeStats) StreamBody ¶ added in v1.6.1
type CodeStatsAll ¶ added in v1.6.1
type CodeStatsAll struct { layout.Basic Projects project.Projects Results map[string]*action.Result CodeStats map[string]*action.CodeStats }
func (*CodeStatsAll) StreamBody ¶ added in v1.6.1
func (*CodeStatsAll) WriteBody ¶ added in v1.6.1
func (p *CodeStatsAll) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
type Coverage ¶ added in v1.6.5
type Coverage struct { layout.Basic Project *project.Project Result *action.Result Coverage *action.Coverage }
func (*Coverage) StreamBody ¶ added in v1.6.5
type CoverageAll ¶ added in v1.6.5
type CoverageAll struct { layout.Basic Projects project.Projects Results map[string]*action.Result Coverage map[string]*action.Coverage }
func (*CoverageAll) StreamBody ¶ added in v1.6.5
func (*CoverageAll) WriteBody ¶ added in v1.6.5
func (p *CoverageAll) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
type DepMap ¶ added in v0.2.28
type DepMap struct { layout.Basic Message string Result map[string]map[string][]string Tags []string }
func (*DepMap) StreamBody ¶ added in v0.2.28
type Deps ¶ added in v0.2.10
type Deps struct { layout.Basic Project *project.Project BuildResult *action.Result Dependencies build.Dependencies }
func (*Deps) StreamBody ¶ added in v0.2.10
type Packages ¶ added in v0.4.1
type Packages struct { layout.Basic Project *project.Project BuildResult *action.Result Packages build.Pkgs }
func (*Packages) StreamBody ¶ added in v0.4.1
type PackagesAll ¶ added in v0.4.2
type PackagesAll struct { layout.Basic Projects project.Projects Results map[string]*action.Result Packages map[string]build.Pkgs Tags []string }
func (*PackagesAll) StreamBody ¶ added in v0.4.2
func (*PackagesAll) WriteBody ¶ added in v0.4.2
func (p *PackagesAll) WriteBody(qq422016 qtio422016.Writer, as *app.State, ps *cutil.PageState)
Click to show internal directories.
Click to hide internal directories.