Skip to content

Commit 743b18c

Browse files
authored
Commenter core (#191)
* Update the CommenterOptions struct * Fix bad commit
1 parent eb0e19c commit 743b18c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

go/core/core.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@ const (
3636
Application string = "application"
3737
)
3838

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-
4939
type CommenterConfig struct {
5040
EnableDBDriver bool
5141
EnableRoute bool

0 commit comments

Comments
 (0)