Skip to content

Commit

Permalink
feat: implement ScanBlock function in block_service.go
Browse files Browse the repository at this point in the history
- Implement `ScanBlock` function in `block_service.go`

Signed-off-by: Sean Zheng <[email protected]>
  • Loading branch information
blackhorseya committed Jul 28, 2024
1 parent d12f706 commit 189cc56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/domain/block/biz/block_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ func (i *impl) GetBlocks(request *model.GetBlocksRequest, server model.BlockServ
// TODO: 2024/7/27|sean|implement me
panic("implement me")
}

func (i *impl) ScanBlock(request *model.ScanBlockRequest, server model.BlockService_ScanBlockServer) error {
// TODO: 2024/7/28|sean|implement me
panic("implement me")
}

0 comments on commit 189cc56

Please sign in to comment.