Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ComConfigInfo ¶
type ComConfigInfo struct { Enable string ID string Class string Aliases string InjectionFuncName string TargetTypeSimpleName string TargetTypePackagePath string Scope string InitMethod string DestroyMethod string }
ComConfigInfo (Component Config Info)
type DomInjection ¶
type SourceCodeBuilder ¶
type SourceCodeBuilder interface { Begin(packageName string) AppendComponent(com *ComConfigInfo) End() Create() (string, error) }
func NewSourceCodeBuilder ¶
func NewSourceCodeBuilder() SourceCodeBuilder
Source Files ¶
Click to show internal directories.
Click to hide internal directories.