Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPlugin3Dep ¶
type IPlugin3Dep interface {
Plugin3DepM()
Name() string
}
type IPlugin3OtherDepM ¶
type IPlugin3OtherDepM interface {
Plugin3OtherDepM()
Name() string
}
type Plugin2 ¶
type Plugin2 struct {
}
func (*Plugin2) Init ¶
func (p *Plugin2) Init(p3 IPlugin3Dep, po IPlugin3OtherDepM) error
func (*Plugin2) SomeMethodP2 ¶
func (p *Plugin2) SomeMethodP2()
Click to show internal directories.
Click to hide internal directories.