Skip to content

Commit

Permalink
add del method in exercise_pool
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjiayu committed Jun 10, 2024
1 parent f2aae70 commit c805469
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 10 deletions.
27 changes: 17 additions & 10 deletions exercise_pool/exercise_pool.pb.go

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

77 changes: 77 additions & 0 deletions exercise_pool/exercise_pool.pb.gw.go

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

1 change: 1 addition & 0 deletions exercise_pool/exercise_pool.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ message ExercisePoolResponse {
service ExercisePoolService {
rpc get (ExercisePoolRequest) returns (ExercisePoolResponse) {}
rpc set (ExercisePoolRequest) returns (ExercisePoolResponse) {}
rpc del (ExercisePoolRequest) returns (ExercisePoolResponse) {}
};

37 changes: 37 additions & 0 deletions exercise_pool/exercise_pool_grpc.pb.go

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

0 comments on commit c805469

Please sign in to comment.