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 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 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.