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