pipeline

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ID

type ID int
const (
	PubSub ID = iota + 1
	DirectMessage
)

func (ID) String

func (i ID) String() string

type Pipeline

type Pipeline struct {
	ID    ID     // ID of the pipeline on which the message was received.
	Topic string // optional - topic on which this message was published.
}

func DirectMessagePipeline

func DirectMessagePipeline() Pipeline

func PubSubPipeline

func PubSubPipeline(topic string) Pipeline

func (Pipeline) String

func (p Pipeline) String() string

Jump to

Keyboard shortcuts

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