Documentation
¶
Index ¶
Constants ¶
View Source
const ( IocPkgAlias = "goIoc" IocPkgContextPath = "github.com/catmorte/go-ioc/pkg/context" IocPkgSingletonPath = "github.com/catmorte/go-ioc/pkg/context/singleton" IocPkgSingletonAlias = "singleton" IocPkgPrototypePath = "github.com/catmorte/go-ioc/pkg/context/prototype" IocPkgPrototypeAlias = "prototype" IocTag = "bean" IocBeanStructName = "Bean" IocInterfaceTagValue = "interface" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Struct ¶
type Struct struct {
Name string
Code string
Bean *Type[StructFieldMeta]
Fields []*Type[StructFieldMeta]
}
type StructFieldMeta ¶
Click to show internal directories.
Click to hide internal directories.