Documentation
¶
Overview ¶
Package parse provides low-level tools for parsing Silk files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Line ¶
type Line struct {
Number int
Type LineType
Bytes []byte
Regexp *regexp.Regexp
// contains filtered or unexported fields
}
Line represents a single line.
type LineType ¶
type LineType int8
LineType represents the type of a line.
type Lines ¶
type Lines []*Line
Click to show internal directories.
Click to hide internal directories.