MCPcopy
hub / github.com/evilsocket/opensnitch / Rfc5424

Struct Rfc5424

daemon/log/formats/rfc5424.go:15–17  ·  view source on GitHub ↗

Rfc5424 object

Source from the content-addressed store, hash-verified

13
14// Rfc5424 object
15type Rfc5424 struct {
16 seq int
17}
18
19// NewRfc5424 returns a new Rfc5424 object, that transforms a message to
20// RFC5424 format (sort of).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected