Skip to content

Commit

Permalink
internal/appsec/dyngo/instrumentation/httpsec: change the status code…
Browse files Browse the repository at this point in the history
… type back to int
  • Loading branch information
Julio-Guerra committed Jan 12, 2022
1 parent 9d66f40 commit 91767d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/appsec/dyngo/instrumentation/httpsec/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ type (

// HandlerOperationRes is the HTTP handler operation results.
HandlerOperationRes struct {
// Status corresponds to the address `server.response.status`
Status string
// Status corresponds to the address `server.response.status`.
Status int
}
)

Expand Down

0 comments on commit 91767d3

Please sign in to comment.