delivery

package
v0.0.0-...-6c5e296 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApnsDelivery

type ApnsDelivery struct {
	// contains filtered or unexported fields
}

func NewApnsDelivery

func NewApnsDelivery(logger *zap.Logger, opts options.ApnsOptions) (*ApnsDelivery, error)

func (ApnsDelivery) CanDeliver

func (a ApnsDelivery) CanDeliver(req interfaces.SendRequest) bool

func (ApnsDelivery) Send

type FcmDelivery

type FcmDelivery struct {
	// contains filtered or unexported fields
}

func NewFcmDelivery

func NewFcmDelivery(ctx context.Context, logger *zap.Logger, opts options.FcmOptions) (*FcmDelivery, error)

func (FcmDelivery) CanDeliver

func (f FcmDelivery) CanDeliver(req interfaces.SendRequest) bool

func (FcmDelivery) Send

type HttpDelivery

type HttpDelivery struct {
	// contains filtered or unexported fields
}

func NewHttpDelivery

func NewHttpDelivery(logger *zap.Logger, opts options.HttpDeliveryOptions) *HttpDelivery

func (HttpDelivery) CanDeliver

func (h HttpDelivery) CanDeliver(req interfaces.SendRequest) bool

func (HttpDelivery) Send

Jump to

Keyboard shortcuts

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