Versions in this module Expand all Collapse all v1 v1.1.0 Sep 27, 2021 v1.0.0 May 1, 2021 Changes in this version + type DeletionMark struct + ID uint32 + type EfSetting struct + Ef int + type Log struct + func NewLog(filename string) *Log + func (log *Log) Close() error + func (log *Log) Delete() error + func (log *Log) Read(fn func(e interface{}) error) (err error) + func (log *Log) WriteDeletionMark(id uint32) error + func (log *Log) WriteEfSetting(ef int) error + func (log *Log) WritePointAddition(vector []float32, id uint32) error + type PointAddition struct + ID uint32 + Vector []float32