Documentation ¶
Index ¶
Constants ¶
View Source
const ( DateFormat = `%Y-%m-%d` TimeFormat = `%H:%M:%S` )
Variables ¶
This section is empty.
Functions ¶
func LineFormat ¶
func LineFormat() string
Types ¶
type Line ¶
type Line struct { Timestamp time.Time // %d %t VHost string // %v Username string // %e ClientIP string // %h Method string // %m URL string // %U ResponseStatus int // %s ResponseSize int64 // %b Referer string // %R UserAgent string // %u TLSProtocol string // %K TLSCipher string // %k ContentType string // %M RequestDuration time.Duration // %L }
func (*Line) ToGoAccess ¶
Click to show internal directories.
Click to hide internal directories.