transport

package
v0.1.8-alpha Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TypeAMQP     = "amqp"
	TypeRedis    = "redis"
	TypeFirehose = "firehose"
)

transport types

View Source
const RedisMaxIdleConnections = 100

RedisMaxIdleConnections default.

Variables

View Source
var TypesSupported = []string{TypeRedis, TypeAMQP, TypeFirehose}

Functions

This section is empty.

Types

type Client

type Client interface {
	DeliverMessages(messages []string) error
	Close() error
}

Client common interface for transport

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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