Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tst:mock etcd and nacos in ut #1873

Merged
merged 22 commits into from
May 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
gofmt (#1755)
  • Loading branch information
pherzheyu committed Mar 13, 2022
commit 088b380aa87ab644bd7d8a58789df3bed1fe2dc8
2 changes: 1 addition & 1 deletion filter/exec_limit/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
So the method DeleteUser and method AddUser will be limited by service-level configuration.
Sometimes we want to do something, like log the request or return default value when the request is over limitation.
Then you can implement the RejectedExecutionHandler interface and register it by invoking SetRejectedExecutionHandler.
*/
*/
package exec_limit

import (
Expand Down