poller

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2026 License: MIT Imports: 2 Imported by: 0

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.

func (*Module) Start

func (module *Module) Start(ctx *application.Context) error

Start logs the effective poller settings. The example starts no goroutines.

func (*Module) Stop

func (*Module) Stop(ctx *application.Context) error

Stop logs completion; the example module owns no external resources.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL