Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { // CreateOtelCollector - create an existing collector by id CreateOtelCollector(ctx context.Context, sinkID, deploymentEntry string) error // DeleteOtelCollector - delete an existing collector by id DeleteOtelCollector(ctx context.Context, sinkID, deploymentEntry string) error // UpdateOtelCollector - update an existing collector by id UpdateOtelCollector(ctx context.Context, sinkID, deploymentEntry string) error }
func NewService ¶
Click to show internal directories.
Click to hide internal directories.