cnf

package module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2025 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

func LoadStruct added in v0.2.0

func LoadStruct[T any](optFuncs ...OptionFunc) (T, 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