subscribers

package
v0.0.0-...-12a582f Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Subscriber

type Subscriber interface {
	Start() chan bool
	Detach() error

	// we need to replace this return interface{}
	// with a specific type or a channel that will
	// return a structured piece of data eventually
	// (io.Reader or a Proto)
	Listen() <-chan interface{}
}

Directories

Path Synopsis
aws
sqs
lightning

Jump to

Keyboard shortcuts

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