build

package
v0.69.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package build provides the API for external builders

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register added in v0.46.0

func Register(lang string, builder Builder)

Register registers a builder to a given lang

Types

type Builder added in v0.46.0

type Builder interface {
	WithDefaults(build config.Build) config.Build
	Build(ctx *context.Context, build config.Build, options Options) error
}

Builder defines a builder

func For added in v0.46.0

func For(lang string) Builder

For gets the previously registered builder for the given lang

type Options added in v0.46.0

type Options struct {
	Name, Path, Ext, Target string
}

Options to be passed down to a builder

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL