We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0e19c commit 743b18cCopy full SHA for 743b18c
1 file changed
go/core/core.go
@@ -36,16 +36,6 @@ const (
36
Application string = "application"
37
)
38
39
-const (
40
- Route string = "route"
41
- Controller string = "controller"
42
- Action string = "action"
43
- Framework string = "framework"
44
- Driver string = "db_driver"
45
- Traceparent string = "traceparent"
46
- Application string = "application"
47
-)
48
-
49
type CommenterConfig struct {
50
EnableDBDriver bool
51
EnableRoute bool
0 commit comments