We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088fc15 commit 12c289fCopy full SHA for 12c289f
pkg/flow/async_flow.go
@@ -24,7 +24,7 @@ import (
24
"github.com/polarismesh/polaris-go/pkg/model"
25
)
26
27
-// AsyncGetQuota 同步获取配额信息
+// AsyncGetQuota 异步获取配额信息
28
func (e *Engine) AsyncGetQuota(request *model.QuotaRequestImpl) (*model.QuotaFutureImpl, error) {
29
commonRequest := data.PoolGetCommonRateLimitRequest()
30
commonRequest.InitByGetQuotaRequest(request, e.configuration)
0 commit comments