Documentation ¶
Index ¶
Constants ¶
View Source
const OperationDelete = 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectorOperation ¶ added in v0.29.0
type CollectorOperation int
const OperationDeploy CollectorOperation = iota
func (CollectorOperation) Name ¶ added in v0.29.0
func (o CollectorOperation) Name() string
type Service ¶
type Service interface { // CreateOtelCollector - create an existing collector by id CreateOtelCollector(ctx context.Context, ownerID, sinkID, deploymentEntry string) (string, error) // KillOtelCollector - kill an existing collector by id, terminating by the ownerID, sinkID without the file KillOtelCollector(ctx context.Context, deploymentName, sinkID string) error }
func NewService ¶
Click to show internal directories.
Click to hide internal directories.