parser

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const RDSAudit = "rdsaudit"

Variables

This section is empty.

Functions

This section is empty.

Types

type Parsed

type Parsed struct {
	Message  map[string]interface{}
	LogEvent *datasource.LogEvent
}

type Parser

type Parser interface {
	Parse(context.Context, <-chan *datasource.LogEvent) <-chan *Parsed
	ParseLogEvent(*datasource.LogEvent) (*Parsed, error)
	NewFakeLogEvent() (*datasource.LogEvent, error)
	Err() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL