Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateInstanceFunc ¶
type CreateInstanceFunc func(name string, config map[string]interface{}) ModuleInstance
type Module ¶
type Module struct { Name string CreateInstance CreateInstanceFunc RenderInstance RenderInstanceFunc }
type ModuleInstance ¶
type RenderInstanceFunc ¶
type RenderInstanceFunc func(instance ModuleInstance) (item Item, err error)
Click to show internal directories.
Click to hide internal directories.