factory

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2026 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateConfigLoader added in v0.5.0

func CreateConfigLoader(filePath string) config.Loader

CreateConfigLoader constructs a config.Loader for the given file path. Pure composition: no I/O, no context creation.

func CreateDryRunNotifier added in v0.10.0

func CreateDryRunNotifier(cfg config.Config) notify.Notifier

CreateDryRunNotifier constructs a notify.Notifier that logs instead of sending HTTP requests. Pure composition: no I/O at construction time.

func CreateDryRunOpenClawNotifier added in v0.11.0

func CreateDryRunOpenClawNotifier(cfg config.Config) notify.Notifier

CreateDryRunOpenClawNotifier constructs a notify.Notifier that logs OpenClaw-formatted payloads instead of sending HTTP requests. Pure composition: no I/O at construction time.

func CreateNotifier added in v0.5.0

func CreateNotifier(cfg config.Config) notify.Notifier

CreateNotifier constructs a notify.Notifier from a validated config. Pure composition: no network calls at construction time.

func CreateOpenClawNotifier added in v0.11.0

func CreateOpenClawNotifier(cfg config.Config) notify.Notifier

CreateOpenClawNotifier constructs a notify.Notifier that sends OpenClaw-formatted payloads. Pure composition: no network calls at construction time.

func CreateWatcher added in v0.5.0

func CreateWatcher(cfg config.Config, notifier notify.Notifier) watcher.Watcher

CreateWatcher constructs a watcher.Watcher that observes the vault and forwards matching task events to the notifier. Pure composition: no filesystem access at construction time.

Types

This section is empty.

Jump to

Keyboard shortcuts

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