Skip to content

Commit

Permalink
Add clarifying documentation line for edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsillydog committed Jan 27, 2025
1 parent 53d8cd0 commit 52e6b80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ type OpAMPClient interface {

// SetAvailableComponents modifies the set of components that are available for configuration
// on the agent.
// If called before Start(), initializes the client state that will be sent to the server upon Start().
// If called before Start(), initializes the client state that will be sent to the server upon
// Start() if the if the ReportsAvailableComponents capability is set.
// Must be called before Start() if the ReportsAvailableComponents capability is set.
//
// May be called any time after Start(), including from the OnMessage handler.
Expand Down

0 comments on commit 52e6b80

Please sign in to comment.