Skip to content

Commit

Permalink
Generate qdb mock for futher use (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke authored Jul 8, 2024
1 parent 4c72e82 commit 24603ac
Show file tree
Hide file tree
Showing 2 changed files with 1,265 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ mockgen:
mockgen -source=./router/poolmgr/pool_mgr.go -destination=./router/mock/poolmgr/mock_pool_mgr.go -package=mock
mockgen -source=./router/qrouter/qrouter.go -destination=./router/mock/qrouter/mock_qrouter.go -package=mock
mockgen -source=./pkg/clientinteractor/interactor.go -destination=pkg/mock/clientinteractor/mock_interactor.go -package=mock
mockgen -source=qdb/qdb.go -destination=qdb/mock/qdb.go -package=mock

yaccgen:
make -C ./yacc/console gen
Expand Down
Loading

0 comments on commit 24603ac

Please sign in to comment.