Skip to content

Commit

Permalink
update mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Jun 14, 2024
1 parent 2343a31 commit 1e355ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions storage/chunkDataPacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ type ChunkDataPacks interface {
// No errors are expected during normal operation, but it may return generic error
Remove(cs []flow.Identifier) error

// BatchStore inserts the chunk header, keyed by chunk ID into a given batch
BatchStore(c *flow.ChunkDataPack, batch BatchStorage) error

// ByChunkID returns the chunk data for the given a chunk ID.
ByChunkID(chunkID flow.Identifier) (*flow.ChunkDataPack, error)

Expand Down
14 changes: 0 additions & 14 deletions storage/mock/chunk_data_packs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e355ff

Please sign in to comment.