package
Version:
v0.5.3
Opens a new window with list of versions in this module.
Published: Apr 16, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
NestedOne `mapstructure:",squash"`
NestedTwo `mapstructure:",squash"`
}
type NestedOne struct {
Arg int `mapstructure:"test"`
}
type NestedTwo struct {
Arg int `mapstructure:"test"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.