template

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: May 11, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidYAML = errors.New("invalid yaml")
)

Functions

This section is empty.

Types

type Builder

type Builder interface {
	Build(ctx context.Context) ([]string, error)
}

func NewBuilder

func NewBuilder(file io.Reader, combinations CombinationStream) (Builder, error)

type CombinationStream

type CombinationStream interface {
	Next(ctx context.Context) (map[string]string, error)
}

Jump to

Keyboard shortcuts

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