Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AvaliableModules = make(map[string]Module)
Settings map[string]interface{}
View Source
var Instances = make(map[string]Module)
Functions ¶
Types ¶
type Module ¶
type Module interface { GetName() string GetInfo() map[string]interface{} GetSettings() interface{} GetDefaultSettings() interface{} Init(string, int, interface{}, *events.EventsAPI) // IP, Port, Settings, pusher Up() error Down() error }
func GetAvaliableModules ¶
func GetAvaliableModules() []Module
func GetModuleByName ¶
Click to show internal directories.
Click to hide internal directories.