Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Commit 8b793f9

Browse files
Fix docs api.go in LPP server (#44)
Think a copy paste error from the LPC implementation
2 parents 7d59c49 + 9030cf9 commit 8b793f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uclppserver/api.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ type UCLPPServerInterface interface {
2828
// set the current loadcontrol limit data
2929
SetProductionLimit(limit api.LoadLimit) (resultErr error)
3030

31-
// return the currently pending incoming consumption write limits
31+
// return the currently pending incoming production write limits
3232
PendingProductionLimits() map[model.MsgCounterType]api.LoadLimit
3333

34-
// accept or deny an incoming consumption write limit
34+
// accept or deny an incoming production write limit
3535
//
3636
// parameters:
3737
// - msg: the incoming write message

0 commit comments

Comments
 (0)