Skip to content

Commit

Permalink
Improve description of struct value
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilernerd committed Oct 6, 2023
1 parent bd2ea7d commit 7aee9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sender/snmp.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type SNMP struct {
r sync.Once
err error
g *gosnmp.GoSNMP
SnmpTrapOID string `doc:"Value of the enterprise snmp trap oid pdu"`
SnmpTrapOID string `doc:"Value of the snmp trap oid pdu"`
}

/*
Expand Down

0 comments on commit 7aee9ff

Please sign in to comment.