pub

package
v1.0.5-beta Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2024 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JetStreamOpts

type JetStreamOpts struct {
	Logg            *slog.Logger
	Endpoint        string
	DedupDuration   time.Duration
	PersistDuration time.Duration
}

type Pub

type Pub interface {
	Send(context.Context, event.Event) error
	Close()
}

func NewConsolePub

func NewConsolePub(logg *slog.Logger) Pub

func NewJetStreamPub

func NewJetStreamPub(o JetStreamOpts) (Pub, error)

Jump to

Keyboard shortcuts

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