Ver código fonte

[add] ticker

bvbej 2 anos atrás
pai
commit
2422d788ce
1 arquivos alterados com 3 adições e 0 exclusões
  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 {