video pattern is in separate func

This commit is contained in:
Dmitry Sergeev
2026-09-16 21:35:10 +03:00
parent c9bdfec3b0
commit 1a16436688
3 changed files with 126 additions and 82 deletions
+8
View File
@@ -9,6 +9,14 @@ import (
type Config struct {
Definition flowdef.Video
Pattern string
Overlay OverlayConfig
}
type OverlayConfig struct {
Text string
X int
Y int
Position string
}
func (c Config) ID() string {