This commit is contained in:
2026-05-10 23:23:38 +08:00
parent 00dac88290
commit 1ee43872fe
12 changed files with 357 additions and 266 deletions

7
internal/logic/run.go Normal file
View File

@@ -0,0 +1,7 @@
package logic
import "context"
func Run(ctx context.Context) error {
return spotTick(ctx)
}