queues

package
v0.0.0-...-b509d7c Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	MethodRdS string = "rds"
	MethodKfK string = "kafka"
)

Variables

This section is empty.

Functions

func Start

func Start(queuePoT *PoT)

Types

type Channels

type Channels map[interface{}][]Recipient

type Interval

type Interval struct {
	Value time.Duration
	Units time.Duration
}

type KeYs

type KeYs []interface{}

type KfKParameters

type KfKParameters struct {
}

type PoT

type PoT struct {
	KeYs     *KeYs
	Pool     *Pool
	Channels *Channels
	Interval *Interval
}

type Pool

type Pool struct {
	Method string
	Config interface{}
}

type RdSParameters

type RdSParameters struct {
	Info interface{}
}

type Recipient

type Recipient interface {
	Receipted(channel, content interface{})
}

Jump to

Keyboard shortcuts

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