Documentation ¶
Index ¶
Constants ¶
View Source
const ( S_IWUSR = 00200 S_IRWXU = 00700 S_ISUID = 04000 S_ISGID = 02000 MaxErrLen = 1024 DirScanBatchSize = 256 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BwCapReader ¶
type BwCapWriter ¶
type BwStats ¶
type BwStats struct { Last time.Time /* time of last observed event */ Wnd uint /* unmetered bytes */ Thresh uint /* delay after at least this much bytes */ Rate uint /* bandwidth limit in bits/second */ }
func NewBwStats ¶
type ConstReader ¶
type ConstReader byte
type FatalError ¶
type FatalError string
func (FatalError) Error ¶
func (e FatalError) Error() string
Click to show internal directories.
Click to hide internal directories.