Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Modules = map[string]ModuleBuilder{}
Functions ¶
func Register ¶
func Register(name string, builder ModuleBuilder)
Register stores a builder function into the registy for external access. Register() can be called from init() on a module in this package and will automatically register a module.
Types ¶
type HeatingModule ¶
type HeatingModule struct {
// contains filtered or unexported fields
}
func (*HeatingModule) Start ¶
func (c *HeatingModule) Start() error
func (*HeatingModule) Stop ¶
func (c *HeatingModule) Stop() error
type ModuleBuilder ¶
Click to show internal directories.
Click to hide internal directories.