Skip to content

Commit

Permalink
feat(metastore): add refresh methods
Browse files Browse the repository at this point in the history
  • Loading branch information
lianxmfor committed Nov 12, 2021
1 parent 8881b0d commit 66a36b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/database/metadatav2/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ type Store interface {
GetLatestRevision(ctx context.Context, groupID int16) *typesv2.Revision
BuildRevisionRanges(ctx context.Context, groupID int16) []*RevisionRange

// refresh
Refresh() error
io.Closer
}

0 comments on commit 66a36b4

Please sign in to comment.