bridge

package
v0.0.0-...-e90a610 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run()

Types

type EmailSender

type EmailSender struct{}

func (*EmailSender) Send

func (e *EmailSender) Send(msg string) error

type ErrorNotification

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

func (*ErrorNotification) Notify

func (e *ErrorNotification) Notify(msg string) error

type INotification

type INotification interface {
	Notify(msg string) error
}

type ISender

type ISender interface {
	Send(msg string) error
}

Jump to

Keyboard shortcuts

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