logstore

package
v0.1.0-alpha.6 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2025 License: Apache-2.0 Imports: 8 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 {
	ClickHouse *clickhouse.ClickHouseConfig
	Postgres   *string
}

type DriverOpts

type DriverOpts struct {
	CH clickhouse.DB
	PG *pgxpool.Pool
}

func MakeDriverOpts

func MakeDriverOpts(cfg Config) (DriverOpts, error)

func (*DriverOpts) Close

func (d *DriverOpts) Close() error

type ListDeliveryRequest

type ListDeliveryRequest = driver.ListDeliveryRequest

type ListEventRequest

type ListEventRequest = driver.ListEventRequest

type LogStore

type LogStore interface {
	ListEvent(context.Context, ListEventRequest) ([]*models.Event, string, error)
	RetrieveEvent(ctx context.Context, tenantID, eventID string) (*models.Event, error)
	ListDelivery(ctx context.Context, request ListDeliveryRequest) ([]*models.Delivery, error)
	InsertManyEvent(context.Context, []*models.Event) error
	InsertManyDelivery(context.Context, []*models.Delivery) error
}

func NewLogStore

func NewLogStore(ctx context.Context, driverOpts DriverOpts) (LogStore, error)

func NewNoopLogStore

func NewNoopLogStore() LogStore

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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