Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Struct1 ¶
type Struct1 struct {
HelloServiceClient api.HelloServiceClient `grpc:"hello-service"`
}
+ioc:autowire=true +ioc:autowire:type=singleton
func GetStruct1Singleton ¶
type Struct1IOCInterface ¶
func GetStruct1IOCInterfaceSingleton ¶
func GetStruct1IOCInterfaceSingleton() (Struct1IOCInterface, error)
type ThisStruct1 ¶ added in v1.0.1
type ThisStruct1 struct {
}
func (*ThisStruct1) This ¶ added in v1.0.1
func (t *ThisStruct1) This() Struct1IOCInterface
Click to show internal directories.
Click to hide internal directories.