queues

package
v0.7.3 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: Apache-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 Config

type Config struct {
	Kind Kind `mapstructure:"kind" yaml:"kind" default:"inmemory"`
}

type FilterCleanup

type FilterCleanup struct {
	MessagePendingTimeThreshold   string
	MessagePublishedTimeThreshold string
}

type Kind

type Kind string
const (
	KindInMemory Kind = "inmemory"
	KindPostgres Kind = "postgres"
)

func (Kind) String

func (k Kind) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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