notification

package
v0.9.7 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: Apache-2.0 Imports: 2 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 interface {
	ServiceInfo() api.Info

	Send(ctx context.Context, req *SendNotificationRequest) (*SendNotificationResponse, error)
}

type SendNotificationRequest

type SendNotificationRequest struct {
	// V1 Fields
	Type       Type
	Recipients []string
	Subject    string
	Body       string
}

type SendNotificationResponse

type SendNotificationResponse struct {
}

type Type

type Type int32
const (
	Unspecified Type = iota
	Email
	Text
	Web
)

Jump to

Keyboard shortcuts

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