Documentation ¶
Index ¶
- type GenericModule
- func (m *GenericModule) Functions() []string
- func (m *GenericModule) Handle(method, action string, params url.Values) (string, map[string]string)
- func (m *GenericModule) Initialize(options map[string]string, db interface{})
- func (m *GenericModule) Menus() []string
- func (m *GenericModule) Send(command string)
- func (m *GenericModule) Settings() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericModule ¶
type GenericModule struct { }
func (*GenericModule) Functions ¶
func (m *GenericModule) Functions() []string
func (*GenericModule) Initialize ¶
func (m *GenericModule) Initialize(options map[string]string, db interface{})
func (*GenericModule) Menus ¶
func (m *GenericModule) Menus() []string
func (*GenericModule) Send ¶
func (m *GenericModule) Send(command string)
func (*GenericModule) Settings ¶
func (m *GenericModule) Settings() []string
Click to show internal directories.
Click to hide internal directories.