audit

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package audit is a generated GoMock package.

Index

Constants

This section is empty.

Variables

View Source
var ErrNotRoot = errors.New("you must be root to receive audit data")

Functions

This section is empty.

Types

type Client

type Client interface {
	GetStatus() (*Status, error)
}

func New

func New() (Client, error)

type MockClient

type MockClient struct {
	// contains filtered or unexported fields
}

MockClient is a mock of Client interface.

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance.

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClient) GetStatus

func (m *MockClient) GetStatus() (*Status, error)

GetStatus mocks base method.

type MockClientMockRecorder

type MockClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) GetStatus

func (mr *MockClientMockRecorder) GetStatus() *gomock.Call

GetStatus indicates an expected call of GetStatus.

type Status

type Status struct {
	Backlog               uint32
	BacklogLimit          uint32
	BacklogWaitTime       uint32
	BacklogWaitTimeActual uint32
	Enabled               uint32
	Failure               uint32
	Lost                  uint32
	RateLimit             uint32
}

Jump to

Keyboard shortcuts

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