driver

package
v0.1.0-alpha.7 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListDeliveryRequest

type ListDeliveryRequest struct {
	EventID string
}

type ListEventRequest

type ListEventRequest struct {
	TenantID       string   // required
	DestinationIDs []string // optional
	Status         string   // optional, "success", "failed"
	Cursor         string
	Limit          int
}

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
}

Jump to

Keyboard shortcuts

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