driver

package
v0.3.20 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver interface {
	common.Daemon
	model.PubsubDriver
}

Driver defines the interface for subscription storage and event delivery.

func NewKafka

func NewKafka(brokers []string, groupID string, log log.Logger) (Driver, error)

func NewMemory

func NewMemory(log log.Logger) Driver

func NewRedis

func NewRedis(client *redis.Client, log log.Logger) (Driver, error)

Jump to

Keyboard shortcuts

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