Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin1 ¶
type Plugin1 struct {
}
func (*Plugin1) Init ¶
func (f *Plugin1) Init(db SuperInterface) error
type SuperInterface ¶
type SuperInterface interface {
Super() string
}
Click to show internal directories.
Click to hide internal directories.