orchestrator

package
v0.0.0-...-ad8d7c7 Latest Latest
Warning

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

Go to latest
Published: May 8, 2023 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Orchestrator

type Orchestrator interface {
	// Name of the service, eg: Glimesh
	Name() string
	// Connect to the service
	Connect() error
	// Close the service connection
	Close() error

	SetLogger(logrus.FieldLogger)

	StartStream(channelID types.ChannelID, streamID types.StreamID) error
	StopStream(channelID types.ChannelID, streamID types.StreamID) error
	Heartbeat(channelID types.ChannelID) error
}

func New

func New(cfg config.Config, hostname string, logger *logrus.Logger) Orchestrator

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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