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 }
Click to show internal directories.
Click to hide internal directories.