Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPlugin3Dep ¶
type IPlugin3Dep interface {
Plugin3DepM()
}
type IPlugin3OtherDepM ¶
type IPlugin3OtherDepM interface {
Plugin3OtherDepM()
}
type Plugin3 ¶
type Plugin3 struct {
}
func (*Plugin3) AddDB ¶
func (p *Plugin3) AddDB() *Plugin3Dep
func (*Plugin3) OtherType ¶
func (p *Plugin3) OtherType() *Plugin3OtherType
type Plugin3Dep ¶
type Plugin3Dep struct {
N string
}
func (*Plugin3Dep) Name ¶
func (pp *Plugin3Dep) Name() string
func (*Plugin3Dep) Plugin3DepM ¶
func (pp *Plugin3Dep) Plugin3DepM()
type Plugin3OtherType ¶
type Plugin3OtherType struct {
N string
}
func (*Plugin3OtherType) Name ¶
func (pp *Plugin3OtherType) Name() string
func (*Plugin3OtherType) Plugin3OtherDepM ¶
func (pp *Plugin3OtherType) Plugin3OtherDepM()
Click to show internal directories.
Click to hide internal directories.