Initial commit, pt. 26

This commit is contained in:
Dmitrii Okunev
2024-06-30 18:29:44 +01:00
parent e246c76eca
commit f09cfc9c61
8 changed files with 2477 additions and 13 deletions

View File

@@ -32,6 +32,7 @@ type StreamD interface {
EndStream(ctx context.Context, platID streamcontrol.PlatformName) error
GitRelogin(ctx context.Context) error
GetBackendData(ctx context.Context, platID streamcontrol.PlatformName) (any, error)
Restart(ctx context.Context) error
}
type BackendDataOBS struct{}