Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AModuleImpl ¶
type AModuleImpl interface {
Test() string
}
func NewTestA ¶
func NewTestA() AModuleImpl
func NewTestB ¶
func NewTestB() AModuleImpl
type BModuleImpl ¶
type BModuleImpl interface {
Test() string
}
Click to show internal directories.
Click to hide internal directories.