notifications

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2022 License: Apache-2.0 Imports: 6 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 {
	Level         string `json:"level"`
	Time          int64  `json:"time"`
	Message       string `json:"message"`
	Source        string `json:"source"`
	Reason        string `json:"reason"`
	TransactionId string `json:"deploymentId"`
}

func Error

func Error(opts Opts) Notification

func Info

func Info(opts Opts) Notification

type Notifier

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

func NewNotifier

func NewNotifier(logServiceUrl string) *Notifier

func (*Notifier) Send

func (n *Notifier) Send(evt Notification) error

type Opts

type Opts struct {
	ServiceName  string
	DeploymentId string
	Reason       string
	Message      string
}

Jump to

Keyboard shortcuts

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