Skip to content

Commit

Permalink
Update internal/appsec/dyngo/instrumentation/grpcsec/grpc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio-Guerra committed Mar 8, 2022
1 parent 7d80e0f commit 2a33ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/appsec/dyngo/instrumentation/grpcsec/grpc.go
Expand Up @@ -41,7 +41,7 @@ type (
events []json.RawMessage
mu sync.Mutex
}
// HandlerOperationArgs is the grpc handler arguments. Empty as of today.
// HandlerOperationArgs is the grpc handler arguments.
HandlerOperationArgs struct {
// Message received by the gRPC handler.
// Corresponds to the address `grpc.server.request.metadata`.
Expand Down

0 comments on commit 2a33ce1

Please sign in to comment.