ingest

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudEventHandler

type CloudEventHandler func(context.Context, *cloudevents.Event) error

type Instance

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

func NewInstance

func NewInstance(reporter metrics.Reporter, logger *zap.SugaredLogger, opts ...InstanceOption) *Instance

func (*Instance) RegisterCloudEventHandler

func (i *Instance) RegisterCloudEventHandler(h CloudEventHandler)

func (*Instance) RegisterProbeHandler

func (i *Instance) RegisterProbeHandler(h ProbeHandler)

func (*Instance) Start

func (i *Instance) Start(ctx context.Context) error

func (*Instance) UpdateFromConfig

func (i *Instance) UpdateFromConfig(c *cfgbroker.Config)

type InstanceOption

type InstanceOption func(*Instance)

func InstanceWithPort

func InstanceWithPort(port int) InstanceOption

func InstanceWithStatusManager

func InstanceWithStatusManager(sm status.Manager) InstanceOption

type ProbeHandler

type ProbeHandler func() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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