Versions in this module Expand all Collapse all v1 v1.0.1 Feb 16, 2017 v1.0.0 Jan 5, 2017 Changes in this version + type LessInterface interface + Less func(i interface{}) bool + type Morass struct + AutoClean bool + AutoClear bool + func New(e interface{}, prefix, dir string, chunkSize int, concurrent bool) (*Morass, error) + func (m *Morass) CleanUp() error + func (m *Morass) Clear() error + func (m *Morass) Finalise() error + func (m *Morass) Len() int64 + func (m *Morass) Pos() int64 + func (m *Morass) Pull(e LessInterface) error + func (m *Morass) Push(e LessInterface) error