Documentation ¶ Index ¶ type Builder func (b *Builder) Build(ctx context.Context, root string, args []string) error func (b *Builder) Name() string type Generator func (g Generator) Generate(ctx context.Context, root string, args []string) error func (g Generator) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Builder ¶ type Builder struct{} ox building builds a cli binary that will contain the tooling defined in ox/main.go func (*Builder) Build ¶ func (b *Builder) Build(ctx context.Context, root string, args []string) error Builds cli binary func (*Builder) Name ¶ func (b *Builder) Name() string type Generator ¶ type Generator struct{} func (Generator) Generate ¶ func (g Generator) Generate(ctx context.Context, root string, args []string) error func (Generator) Name ¶ func (g Generator) Name() string Source Files ¶ View all Source files builder.gogenerator.gotemplate.go Click to show internal directories. Click to hide internal directories.