We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a67e6 commit a4ee6b7Copy full SHA for a4ee6b7
1 file changed
otgorm/module.go
@@ -2,7 +2,6 @@ package otgorm
2
3
import (
4
"fmt"
5
- "time"
6
7
"github.com/DoNewsCode/core/contract"
8
"github.com/DoNewsCode/core/di"
@@ -31,7 +30,6 @@ type Module struct {
31
30
env contract.Env
32
logger log.Logger
33
container contract.Container
34
- interval time.Duration
35
}
36
37
// ModuleIn contains the input parameters needed for creating the new module.
0 commit comments