Versions in this module Expand all Collapse all v3 v3.7.7 Oct 25, 2022 v3.7.6 Oct 25, 2022 Changes in this version + func Register(auditor Auditor) + func SubmitEvent(event interface{}) + type Auditor interface + Handle func(event interface{}) + type DecryptEvent struct + File string + type EncryptEvent struct + File string + type PostgresAuditor struct + DB *sql.DB + func NewPostgresAuditor(connStr string) (*PostgresAuditor, error) + func (p *PostgresAuditor) Handle(event interface{}) + type RotateEvent struct + File string