store

package
v0.6.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	SchemaName = "pgstream"
	TableName  = "snapshot_requests"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	CreateSnapshotRequest(context.Context, *snapshot.Request) error
	UpdateSnapshotRequest(context.Context, *snapshot.Request) error
	GetSnapshotRequestsByStatus(ctx context.Context, status snapshot.Status) ([]*snapshot.Request, error)
	GetSnapshotRequestsBySchema(ctx context.Context, schema string) ([]*snapshot.Request, error)
	Close() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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