Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configure ¶
type Configure interface { Binder AddLoaders(loaders ...Loader) SetLoaders(loaders ...Loader) SetBinder(binder Binder) Initialize() error }
func NewConfigure ¶
func NewConfigure() Configure
type PopulateProcessor ¶ added in v1.5.0
type PopulateProcessor interface { Order() int Filter(d *component_definition.Property) bool Populate(r Binder, d *component_definition.Property) error }
Click to show internal directories.
Click to hide internal directories.