Versions in this module Expand all Collapse all v1 v1.1.0 Aug 23, 2019 Changes in this version type Auditor + FetchLog func(group string, maxRows int) ([]LogEntry, error) + type LogEntry struct + Actor string + ID int + Namespace string + Timestamp time.Time v1.0.0 May 21, 2019 Changes in this version + type Auditor interface + NewTrail func(ctx context.Context, namespace, actor, clientIP string, group string) Trail + type Event struct + Action string + Message string + TargetID string + type Trail interface + Failed func() + Log func(event Event) + LogIfBoolChanged func(event Event, oldval, newval bool, trueMsg, falseMsg string) + LogIfChanged func(event Event, oldval, newval interface{}) + Success func()