Skip to content

Commit

Permalink
(svc) fix missing defs
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Feb 1, 2025
1 parent 9f902a3 commit 4bd663c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/svc/relations.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ template <>
rpcDelete::result_type Impl::call<rpcDelete>(
grpcxx::context &ctx, const rpcDelete::request_type &req);

template <>
rpcDeleteById::result_type Impl::call<rpcDeleteById>(
grpcxx::context &ctx, const rpcDeleteById::request_type &req);

template <>
rpcListLeft::result_type Impl::call<rpcListLeft>(
grpcxx::context &ctx, const rpcListLeft::request_type &req);
Expand Down

0 comments on commit 4bd663c

Please sign in to comment.