Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NameService ¶
type NameService struct {
MyName string
}
func NewNameService ¶
func NewNameService(myName string) *NameService
func (*NameService) ShowName ¶
func (this *NameService) ShowName()
type TestService ¶
type TestService struct { TestName string Naming *NameService `inject:"-"` }
func NewTestService ¶
func NewTestService(testName string) *TestService
func (*TestService) Name ¶
func (this *TestService) Name() string
Click to show internal directories.
Click to hide internal directories.