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
}
Click to show internal directories.
Click to hide internal directories.