sysmessaging

package
v0.10.1-20211025-01 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2021 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 BeforeSendCallback

type BeforeSendCallback func(ctx context.Context) error

type MessageSender added in v0.11.0

type MessageSender interface {
	Send(ctx context.Context) error
	SendAndWait(ctx context.Context) error
	BeforeSend(cb BeforeSendCallback) MessageSender
}

type SystemEvents

type SystemEvents interface {
	AddSystemEventListener(ns string, el system.EventListener) error
}

SystemEvents specifies the internal interface, without creating a cycle

Jump to

Keyboard shortcuts

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