Documentation
¶
Index ¶
Constants ¶
View Source
const ( // FileMode cache reader's data to file FileMode = Mode(0) // MemoryMode cache reader's data to memory MemoryMode = Mode(1) )
Variables ¶
View Source
var ( // ErrModeNotFound mode not found ErrModeNotFound = errors.New("mode not found") )
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
// contains filtered or unexported fields
}
Buffer type
Click to show internal directories.
Click to hide internal directories.