Documentation
¶
Overview ¶
Package treebuilders exports each examples/<name>/main.go's *cli.Command tree so scripts/gen-webdocs can render it, and so each example main
Index ¶
- func Audit(writer *audit.Writer) *cli.Command
- func Dispatch(runner *shell.Runner, writer *audit.Writer) *cli.Command
- func Egress() *cli.Command
- func Exitcode() *cli.Command
- func Gittree() *cli.Command
- func Passthrough(runner *shell.Runner, writer *audit.Writer) *cli.Command
- func Policy() *cli.Command
- func Repocfg(cfg *repocfg.Config) *cli.Command
- func Scope() *cli.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Audit ¶
Audit is the tree for examples/audit. writer may be nil for doc rendering since Actions are not executed.
func Dispatch ¶
Dispatch is the tree for examples/dispatch. runner and writer may be nil for doc rendering since Actions are not executed. The Config wired
func Passthrough ¶
Passthrough is the tree for examples/passthrough. writer/runner may be nil for doc rendering. When nil, a placeholder echo command is
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.