Documentation ¶ Index ¶ Constants type Case func CreateCases(basicConfig func() *syslog.Config) ([]Case, error) Constants ¶ View Source const RFC6587OctetCountingPreserveSpaceTest = "RFC6587 Octet Counting Preserve Space" This is the name of a test which requires setting the PreserveWhitespace flags. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Case ¶ type Case struct { Name string Config *syslog.Config Input *entry.Entry Expect *entry.Entry // These signal if a test is valid for UDP and/or TCP protocol ValidForTCP bool ValidForUDP bool } func CreateCases ¶ func CreateCases(basicConfig func() *syslog.Config) ([]Case, error) Source Files ¶ View all Source files data.go Click to show internal directories. Click to hide internal directories.