sync: migrate ai-operator to Gitea (2026-08-10)

This commit is contained in:
konturai-ops
2026-08-10 15:26:52 +00:00
commit 53652b95ad
173 changed files with 16676 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package media
import "context"
type Gateway interface {
Start(ctx context.Context) error
Stop(ctx context.Context) error
}