Documentation
¶
Overview ¶
Package poller demonstrates a module configured only through application settings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module demonstrates a settings-only background polling component.
func New ¶
func New() *Module
New returns a poller with defaults that may be replaced by application settings.
func (*Module) Initialize ¶
func (module *Module) Initialize(ctx *application.Context) error
Initialize registers the poller settings used by Start.
Click to show internal directories.
Click to hide internal directories.