sync: migrate ai-operator to Gitea (2026-08-10)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package media
|
||||
|
||||
import "context"
|
||||
|
||||
type Gateway interface {
|
||||
Start(ctx context.Context) error
|
||||
Stop(ctx context.Context) error
|
||||
}
|
||||
Reference in New Issue
Block a user