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 dd75bd0 commit 0850aa1Copy full SHA for 0850aa1
usecases/api/cs_lpp.go
@@ -27,10 +27,10 @@ type CsLPPInterface interface {
27
// set the current loadcontrol limit data
28
SetProductionLimit(limit LoadLimit) (resultErr error)
29
30
- // return the currently pending incoming consumption write limits
+ // return the currently pending incoming production write limits
31
PendingProductionLimits() map[model.MsgCounterType]LoadLimit
32
33
- // accept or deny an incoming consumption write limit
+ // accept or deny an incoming production write limit
34
//
35
// parameters:
36
// - msg: the incoming write message
0 commit comments