integrationsimpl

package
v0.0.0-...-1f3c2e8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package integrationsimpl implements the integrations component interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logsintegration

type Logsintegration struct {
	// contains filtered or unexported fields
}

Logsintegration is the integrations component implementation

func NewLogsIntegration

func NewLogsIntegration() *Logsintegration

NewLogsIntegration creates a new integrations instance

func (*Logsintegration) RegisterIntegration

func (li *Logsintegration) RegisterIntegration(id string, config integration.Config)

RegisterIntegration registers an integration with the integrations component

func (*Logsintegration) SendLog

func (li *Logsintegration) SendLog(log, integrationID string)

SendLog sends a log to any subscribers

func (*Logsintegration) Subscribe

func (li *Logsintegration) Subscribe() chan integrations.IntegrationLog

Subscribe returns the channel that receives logs from integrations. Currently the integrations component only supports one subscriber, but can be extended later by making a new channel for any number of subscribers.

func (*Logsintegration) SubscribeIntegration

func (li *Logsintegration) SubscribeIntegration() chan integrations.IntegrationConfig

SubscribeIntegration returns the channel that receives integration configurations

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL