Rfc5424 object
| 13 | |
| 14 | // Rfc5424 object |
| 15 | type Rfc5424 struct { |
| 16 | seq int |
| 17 | } |
| 18 | |
| 19 | // NewRfc5424 returns a new Rfc5424 object, that transforms a message to |
| 20 | // RFC5424 format (sort of). |
nothing calls this directly
no outgoing calls
no test coverage detected