Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResolvedConfig ¶
type ResolvedConfig struct {
NodeMap map[string]ResolvedNode
}
func (ResolvedConfig) Nodes ¶
func (r ResolvedConfig) Nodes() []ResolvedNode
type ResolvedNode ¶
type ResolvedNode struct { Spec IsStruct bool ResolverKey string Type reflect.Type ParentPath []string PathString string StructKey string Value interface{} ValueRaw interface{} ValueLabel string DefaultLabel string ChildMap map[string]ResolvedNode }
func (ResolvedNode) Children ¶
func (r ResolvedNode) Children() []ResolvedNode
type Result ¶
type Result struct { fx.Out Resolved ResolvedConfig }
Click to show internal directories.
Click to hide internal directories.