cnf package - github.com/agnosticeng/cnf - Go Packages

cnf

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Load

func Load(i interface{}, optFuncs ...OptionFunc) error

Types

type OptionFunc

type OptionFunc func(*Options) *Options

func WithMapstructureHooks

func WithMapstructureHooks(hooks ...mapstructure.DecodeHookFunc) OptionFunc

func WithProvider

func WithProvider(p Provider) OptionFunc

type Options

type Options struct {
	Providers         []Provider
	MapstructureHooks []mapstructure.DecodeHookFunc
}

func DefaultOptions

func DefaultOptions() *Options

type Provider

type Provider interface {
	ReadMap() (map[string]interface{}, error)
}

Directories

Path Synopsis
providers
env

Jump to

Keyboard shortcuts

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