audit

package
v1.5.5 Latest Latest
Warning

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

Go to latest
Published: May 18, 2020 License: Apache-2.0 Imports: 8 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Audit

type Audit struct {
	Dir        string
	RotateSize int64
	// contains filtered or unexported fields
}

func NewAuditLogger

func NewAuditLogger(dir string, rotatesize int64) (*Audit, error)

func (*Audit) Log

func (a *Audit) Log(msg Message)

type Message

type Message struct {
	Runnername string
	Timestamp  int64
	ReadBytes  int64
	ReadLines  int64
	SendLines  int64
	RunnerNote string
	Lag        int64
}

Jump to

Keyboard shortcuts

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