defaults

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2021 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

Package defaults is used by pipes to provide default values to a context configuration

Index

Constants

This section is empty.

Variables

View Source
var Defaulters = []Defaulter{}

Defaulters is the list of defaulters nolint: gochecknoglobals

Functions

This section is empty.

Types

type Defaulter

type Defaulter interface {
	fmt.Stringer

	// Default sets the configuration defaults
	Default(ctx *context.Context) error
}

Defaulter can be implemented by a Piper to set default values for its configuration.

Jump to

Keyboard shortcuts

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