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

Commit

Permalink
Fix docs api.go in LPP server (#44)
Browse files Browse the repository at this point in the history
Think a copy paste error from the LPC implementation
  • Loading branch information
DerAndereAndi authored Jun 6, 2024
2 parents 7d59c49 + 9030cf9 commit 8b793f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uclppserver/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ type UCLPPServerInterface interface {
// set the current loadcontrol limit data
SetProductionLimit(limit api.LoadLimit) (resultErr error)

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

// accept or deny an incoming consumption write limit
// accept or deny an incoming production write limit
//
// parameters:
// - msg: the incoming write message
Expand Down

0 comments on commit 8b793f9

Please sign in to comment.