Skip to content

Commit

Permalink
Commenter core (#191)
Browse files Browse the repository at this point in the history
* Update the CommenterOptions struct

* Fix bad commit
  • Loading branch information
sjs994 committed Nov 23, 2022
1 parent eb0e19c commit 743b18c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions go/core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@ const (
Application string = "application"
)

const (
Route string = "route"
Controller string = "controller"
Action string = "action"
Framework string = "framework"
Driver string = "db_driver"
Traceparent string = "traceparent"
Application string = "application"
)

type CommenterConfig struct {
EnableDBDriver bool
EnableRoute bool
Expand Down

0 comments on commit 743b18c

Please sign in to comment.