Documentation
¶
Overview ¶
Package envprovider implement function to construct env vars from sec or cfg env items
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrKeyNotExist ¶
func (ErrKeyNotExist) Error ¶
func (t ErrKeyNotExist) Error() string
type ErrObjectNotDecoder ¶
func (ErrObjectNotDecoder) Error ¶
func (t ErrObjectNotDecoder) Error() string
type ErrObjectNotExist ¶
func (ErrObjectNotExist) Error ¶
func (t ErrObjectNotExist) Error() string
type IgnoreOption ¶
type IgnoreOption struct {
// contains filtered or unexported fields
}
func IgnoreExpected ¶
func IgnoreExpected(onIgnore func(error)) IgnoreOption
func IgnoreKeyNotExist ¶
func IgnoreKeyNotExist(onIgnore func(error)) IgnoreOption
func IgnoreNotDecoder ¶
func IgnoreNotDecoder(onIgnore func(error)) IgnoreOption
func IgnoreNotExist ¶
func IgnoreNotExist(onIgnore func(error)) IgnoreOption
Click to show internal directories.
Click to hide internal directories.