message

package
v0.1.15 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package message provides types (interfaces and default implementations) and functionality for generic message and event handling facilities.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message interface {
	GetPayload() string
}

type SimpleMessage

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

func (*SimpleMessage) GetPayload

func (msg *SimpleMessage) GetPayload() string

Jump to

Keyboard shortcuts

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