Signed-off-by: JmPotato <ghzpotato@gmail.com>
This commit is contained in:
JmPotato 2023-01-19 11:50:30 +08:00
parent 35b648cf98
commit 494bebd702
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ func (r interceptedClient) SendRequest(ctx context.Context, addr string, req *ti
var resourceControlInterceptor client.ResourceGroupKVInterceptor
// SetupResourceControlInterceptor sets the interceptor for resource control.
func SetupResourceControlInterceptor(interceptor client.ResourceGroupKVInterceptor) {
// SetResourceControlInterceptor sets the interceptor for resource control.
func SetResourceControlInterceptor(interceptor client.ResourceGroupKVInterceptor) {
resourceControlInterceptor = interceptor
}