Versions in this module Expand all Collapse all v0 v0.0.1 Mar 19, 2023 Changes in this version + type AuditHistoryEntry struct + Entry []byte + Revision uint64 + TXID uint64 + type AuditService struct + func NewAuditService(lineProvider lineProvider, lineParser LineParser, ...) *AuditService + func (as *AuditService) Run() error + type JsonRepository interface + WriteBytes func(b []byte) (uint64, error) + type LineParser interface + Parse func(line string) ([]byte, error)