bvbej hace 2 años
padre
commit
2422d788ce
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      pkg/ticker/ticker.go

+ 3 - 0
pkg/ticker/ticker.go

@@ -10,6 +10,9 @@ var _ Ticker = (*ticker)(nil)
 
 type Ticker interface {
 	worker()
+
+	Process(fun any) error
+	Stop()
 }
 
 type ticker struct {