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
Browse files Browse the repository at this point in the history
  • Loading branch information
anjrew committed Jun 6, 2024
1 parent 7d59c49 commit 9030cf9
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 9030cf9

Please sign in to comment.