Documentation
¶
Index ¶
- type Store
- func (s *Store) Close() error
- func (s *Store) CreateSnapshotRequest(ctx context.Context, req *snapshot.Request) error
- func (s *Store) GetSnapshotRequestsBySchema(ctx context.Context, schema string) ([]*snapshot.Request, error)
- func (s *Store) GetSnapshotRequestsByStatus(ctx context.Context, status snapshot.Status) ([]*snapshot.Request, error)
- func (s *Store) UpdateSnapshotRequest(ctx context.Context, req *snapshot.Request) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) CreateSnapshotRequest ¶
func (*Store) GetSnapshotRequestsBySchema ¶
func (*Store) GetSnapshotRequestsByStatus ¶
Click to show internal directories.
Click to hide internal directories.