Documentation ¶
Index ¶
Constants ¶
View Source
const MaxHeaderBytes = 128
TODO better way to do this
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetectStatus ¶
type DetectStatus int
TODO rename perhaps?
const ( DetectAccepted DetectStatus = iota DetectUncertain DetectRejected )
type Detector ¶
type Detector interface {
Detect(header []byte) DetectStatus
}
Click to show internal directories.
Click to hide internal directories.