package logic import "context" func Run(ctx context.Context) error { return spotTick(ctx) }