deving
This commit is contained in:
7
internal/logic/run.go
Normal file
7
internal/logic/run.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package logic
|
||||
|
||||
import "context"
|
||||
|
||||
func Run(ctx context.Context) error {
|
||||
return spotTick(ctx)
|
||||
}
|
||||
Reference in New Issue
Block a user