Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAppend = fmt.Errorf("append exceeds size")
ErrAppend is when we go past the mmap limit TODO: make it extendable
Functions ¶
This section is empty.
Types ¶
type Byter ¶
type SliceFile ¶
type SliceFile interface {
Flusher
Cap() int
Len() int
Append(...Encoder) error
Set(int, Encoder) error
Get(int, Decoder) error
}
type Transcoder ¶
Click to show internal directories.
Click to hide internal directories.