Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtTagHandler ¶
type ScanPolicy ¶ added in v1.3.6
type ScanPolicy interface { Group() meta.NodeType Tag() string ExtHandler() ExtTagHandler }
func NewComponentScanPolicy ¶ added in v1.4.0
func NewComponentScanPolicy(tag string, handler ExtTagHandler) ScanPolicy
func NewConfigurationScanPolicy ¶ added in v1.4.0
func NewConfigurationScanPolicy(tag string, handler ExtTagHandler) ScanPolicy
type Scanner ¶
type Scanner interface { AddScanPolicies(policies ...ScanPolicy) ScanComponent(c any) *meta.Meta }
func NewScanner ¶ added in v1.4.0
func NewScanner(policies ...ScanPolicy) Scanner
Click to show internal directories.
Click to hide internal directories.