build

package
v0.92.0 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 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

func Register(lang string, builder Builder)

Register registers a builder to a given lang

Types

type Builder

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

func For(lang string) Builder

For gets the previously registered builder for the given lang

type Options

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