notify

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2026 License: BSD-2-Clause Imports: 8 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 NewNotifier

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

NewNotifier returns a Notifier that posts JSON to webhookURL.

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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