Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetComponentName ¶
Types ¶
type Holder ¶ added in v1.3.6
func NewEmbedHolder ¶ added in v1.3.6
type Meta ¶
type Meta struct { *Base Name string IsAlias bool Address uintptr Raw interface{} DependedOn []*Meta // contains filtered or unexported fields }
func (*Meta) GetComponentNodes ¶ added in v1.4.0
func (*Meta) GetConfigurationNodes ¶ added in v1.4.0
type Node ¶
type Node struct { *Base Holder *Holder Field reflect.StructField Tag string TagVal string Injects []*Meta // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.