Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppInterface ¶
type AppInterface interface {
GetConfig() interface{}
GetDB() interface{}
GetAuth() interface{}
GetQueue() interface{}
GetMailer() interface{}
RegisterController(controller interface{})
}
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(app AppInterface, pluginDir string) *Manager
func (*Manager) LoadPlugins ¶
func (*Manager) UnloadPlugins ¶
Click to show internal directories.
Click to hide internal directories.