Skip to content

Commit

Permalink
pkg client: Proto -> proto
Browse files Browse the repository at this point in the history
  • Loading branch information
rkonfj committed Nov 18, 2023
1 parent a0a6846 commit 1b901df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/conntrack.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

type ConnEntry struct {
Proto string `json:"Proto"`
Proto string `json:"proto"`
LocalAddr string `json:"localAddr"`
RemoteAddr string `json:"remoteAddr"`
RemoteHost string `json:"remoteHost"`
Expand Down

0 comments on commit 1b901df

Please sign in to comment.