notify

package
v0.12.1 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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Notification

type Notification struct {
	TaskName string `json:"task_name"`
	Phase    string `json:"phase"`
	Assignee string `json:"assignee"`
}

Notification holds the data sent to the webhook.

type Notifier

type Notifier interface {
	Notify(ctx context.Context, notification Notification) error
}

Notifier sends notifications to a configured webhook URL.

func NewDryRunNotifier added in v0.10.0

func NewDryRunNotifier(webhookURL string) Notifier

NewDryRunNotifier returns a Notifier that logs notifications instead of sending HTTP requests.

func NewDryRunOpenClawNotifier added in v0.11.0

func NewDryRunOpenClawNotifier(webhookURL string, token string) Notifier

NewDryRunOpenClawNotifier returns a Notifier that logs the OpenClaw payload instead of sending HTTP requests.

func NewNotifier

func NewNotifier(webhookURL string, httpClient *http.Client) Notifier

NewNotifier returns a Notifier that posts JSON to webhookURL.

func NewOpenClawNotifier added in v0.11.0

func NewOpenClawNotifier(webhookURL string, token string, httpClient *http.Client) Notifier

NewOpenClawNotifier returns a Notifier that posts to an OpenClaw /hooks/agent endpoint.

Jump to

Keyboard shortcuts

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