Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "1.3.0"
Version is the current version of the package.
Functions ¶
Types ¶
type EnvDataSource ¶ added in v1.0.3
type EnvDataSource struct { }
EnvDataSource is a data source that loads data from the environment.
func (EnvDataSource) Get ¶ added in v1.0.3
func (EnvDataSource) Get(path, key string) any
Get returns the value of the given key.
Click to show internal directories.
Click to hide internal directories.