Documentation ¶
Index ¶
Constants ¶
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { interfaces.Module AddRecorder(ctx context.Context, live live.Live) error RemoveRecorder(ctx context.Context, liveId live.ID) error RestartRecorder(ctx context.Context, liveId live.Live) error GetRecorder(ctx context.Context, liveId live.ID) (Recorder, error) HasRecorder(ctx context.Context, liveId live.ID) bool }
func NewManager ¶
Click to show internal directories.
Click to hide internal directories.