package
Version:
v0.0.0-...-b45a7ae
Opens a new window with list of versions in this module.
Published: Jul 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Holder interface {
Keys() []string
Get(name string) (interface{}, bool)
MapTo(target interface{}) error
}
func AsHolder(input interface{}) Holder
func NewStructValuesHolder(value interface{}) Holder
TODO: cover with unit tests
Source Files
¶
Click to show internal directories.
Click to hide internal directories.