config

package
v0.0.0-...-d0854c6 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithScanners

func WithScanners(scanners ...Scanner) func(*Engine)

Types

type Engine

type Engine struct {
	// contains filtered or unexported fields
}

func New

func New(options ...func(*Engine)) *Engine

func (*Engine) AddScanner

func (e *Engine) AddScanner(scanners ...Scanner)

func (Engine) Unmarshal

func (e Engine) Unmarshal(v interface{}) error

type Scanner

type Scanner interface {
	Struct(v interface{}) error
	BreakOnError() bool
}

func NewEnvScanner

func NewEnvScanner(
	prefix string,
	breakOnError bool,
) Scanner

func NewYMLScanner

func NewYMLScanner(
	filePath string,
	breakOnError bool,
) Scanner

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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