Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chunk ¶
Chunk is a piece of data that contaions the messages that were written to it. It can be incomplete which means that it currently being written into.
type InMemory ¶
type InMemory struct {
// contains filtered or unexported fields
}
InMemory store all data in memory
type OnDisk ¶
type OnDisk struct {
// contains filtered or unexported fields
}
OnDisk store all data in Disk
Click to show internal directories.
Click to hide internal directories.