init
This commit is contained in:
7
vars/ticker.go
Normal file
7
vars/ticker.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package vars
|
||||
|
||||
import "time"
|
||||
|
||||
var (
|
||||
ServiceRuntimeDuration time.Duration = 1 * time.Minute
|
||||
)
|
||||
Reference in New Issue
Block a user