notifier

package
v0.0.0-...-0e73c6a Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Content

type Content struct {
	Title string
	Data  []byte

	// push使用
	ClickType string
	URL       string
}

type Delivery

type Delivery struct {
	DeliveryID string
	Receivers  []Receiver
	Content    Content
}

type IChannel

type IChannel interface {
	Name() string
	Execute(ctx context.Context, deli Delivery) error
}

type Receiver

type Receiver struct {
	Email  string
	Phone  string
	UserId string
}

Directories

Path Synopsis
Code generated by MockGen.
Code generated by MockGen.

Jump to

Keyboard shortcuts

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