Skip to content

Commit

Permalink
chore: enhance code readability and prepare for future implementation
Browse files Browse the repository at this point in the history
- Add a comment for future implementation in the `Start` function

Signed-off-by: Sean Zheng <[email protected]>
  • Loading branch information
blackhorseya committed Jul 28, 2024
1 parent 006e945 commit 527b3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapter/block/scan/impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func (i *restful) Start() error {
ctx.Info("start restful server", zap.String("swagger_url", swaggerURL))

// TODO: 2024/7/28|sean|add block scan logic here
// i.injector.BlockService.ScanBlock(&model.ScanBlockRequest{}, stream)

return nil
}
Expand Down

0 comments on commit 527b3a7

Please sign in to comment.