Documentation ¶ Index ¶ type MultiLog func NewFS(base string) *MultiLog func NewMKV(base string) (*MultiLog, error) func NewSQLite(base string) (*MultiLog, error) func (log *MultiLog) Close() error func (log *MultiLog) CompressAll() error func (log *MultiLog) Delete(addr librarian.Addr) error func (log *MultiLog) Get(addr librarian.Addr) (margaret.Log, error) func (log *MultiLog) List() ([]librarian.Addr, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MultiLog ¶ type MultiLog struct { // contains filtered or unexported fields } func NewFS ¶ func NewFS(base string) *MultiLog func NewMKV ¶ func NewMKV(base string) (*MultiLog, error) func NewSQLite ¶ func NewSQLite(base string) (*MultiLog, error) func (*MultiLog) Close ¶ func (log *MultiLog) Close() error func (*MultiLog) CompressAll ¶ func (log *MultiLog) CompressAll() error func (*MultiLog) Delete ¶ func (log *MultiLog) Delete(addr librarian.Addr) error func (*MultiLog) Get ¶ func (log *MultiLog) Get(addr librarian.Addr) (margaret.Log, error) func (*MultiLog) List ¶ func (log *MultiLog) List() ([]librarian.Addr, error) List returns a list of all stored sublogs Source Files ¶ View all Source files multilog.go qry.go sublog.go Directories ¶ Show internal Expand all Path Synopsis test Click to show internal directories. Click to hide internal directories.