Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ogaca-dd committed Nov 30, 2023
1 parent b0ab887 commit a8a5812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comp/forwarder/orchestrator/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import "github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder"
// team: agent-metrics-logs

// Component is the component type.
// The main method of this component is `Get` which returns the forwarder instance only if it enabled.
type Component interface {
// Get the forwarder instance if it exists.
Get() (defaultforwarder.Forwarder, bool)
Expand Down

0 comments on commit a8a5812

Please sign in to comment.