message

package
v0.0.0-...-36f9daf Latest Latest
Warning

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

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

Documentation

Overview

Package message represents the message bus. Message Payloads pass through a Bus channel.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bus

type Bus chan Payload

Bus is a channel where message Payloads pass.

type Payload

type Payload struct {
	Key   string
	Value string
	TTL   string
}

Payload represents a Redis key/value pair with TTL.

Jump to

Keyboard shortcuts

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