Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSimpleParser ¶
func NewSimpleParser() *simpleParser
Types ¶
type S3AccessLogVisitor ¶
type S3AccessLogVisitor = func(*model.S3AccessLog) bool
type S3AccessLogVisitorSimple ¶
type S3AccessLogVisitorSimple = func(*model.S3AccessLogSimple) bool
type S3LogParser ¶
type S3LogParser interface {
ParseFull(io.Reader, S3AccessLogVisitor) error
}
type S3SimpleLogParser ¶
type S3SimpleLogParser interface {
ParseSimple(io.Reader, S3AccessLogVisitorSimple) error
}
Click to show internal directories.
Click to hide internal directories.