Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigBinder ¶ added in v1.1.0
type ConfigLoader ¶ added in v1.1.0
type DefaultBinder ¶ added in v1.1.0
type DefaultBinder struct {
// contains filtered or unexported fields
}
func (*DefaultBinder) PropInject ¶ added in v1.1.0
func (d *DefaultBinder) PropInject(m *meta.Meta) error
func (*DefaultBinder) SetConfig ¶ added in v1.1.0
func (d *DefaultBinder) SetConfig(c any) error
type DefaultLoader ¶ added in v1.1.0
type DefaultLoader struct{}
func (*DefaultLoader) LoadConfig ¶ added in v1.1.0
func (c *DefaultLoader) LoadConfig(u string) (any, error)
Click to show internal directories.
Click to hide internal directories.