Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemorySequencer ¶
type MemorySequencer struct {
// contains filtered or unexported fields
}
just for testing
func NewMemorySequencer ¶
func NewMemorySequencer() (m *MemorySequencer)
func (*MemorySequencer) NextFileId ¶
func (m *MemorySequencer) NextFileId(count uint64) (uint64, uint64)
func (*MemorySequencer) Peek ¶
func (m *MemorySequencer) Peek() uint64
func (*MemorySequencer) SetMax ¶
func (m *MemorySequencer) SetMax(seenValue uint64)
Click to show internal directories.
Click to hide internal directories.