definitions

package
v0.11.4 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefinitionHandlers

type DefinitionHandlers interface {
	privatemessaging.GroupManager

	HandleSystemBroadcast(ctx context.Context, msg *fftypes.Message, data []*fftypes.Data) (SystemBroadcastAction, error)
	SendReply(ctx context.Context, event *fftypes.Event, reply *fftypes.MessageInOut)
}

DefinitionHandlers interface allows components to call broadcast/private messaging functions internally (without import cycles)

type SystemBroadcastAction

type SystemBroadcastAction int
const (
	ActionReject SystemBroadcastAction = iota
	ActionConfirm
	ActionRetry
	ActionWait
)

Jump to

Keyboard shortcuts

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