Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultLineParser ¶
type DefaultLineParser struct { }
func NewDefaultLineParser ¶
func NewDefaultLineParser() *DefaultLineParser
type PGAuditEntry ¶
type PGAuditEntry struct { Timestamp time.Time `json:"timestamp"` LogTimestamp time.Time `json:"log_timestamp"` AuditType string `json:"audit_type"` StatementID int `json:"statement_id"` SubstatementID int `json:"substatement_id,omitempty"` Class string `json:"class,omitempty"` Command string `json:"command,omitempty"` ObjectType string `json:"object_type,omitempty"` ObjectName string `json:"object_name,omitempty"` Statement string `json:"statement,omitempty"` Parameter string `json:"parameter,omitempty"` }
type PGAuditLineParser ¶
type PGAuditLineParser struct { }
func NewPGAuditLineParser ¶
func NewPGAuditLineParser() *PGAuditLineParser
type WrapLineParser ¶
type WrapLineParser struct { }
func NewWrapLineParser ¶
func NewWrapLineParser() *WrapLineParser
Click to show internal directories.
Click to hide internal directories.