statistics

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package statistics is a generated GoMock package.

Package statistics is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientSyncFactoryImpl

type ClientSyncFactoryImpl struct{}

func (ClientSyncFactoryImpl) Create

type ClientSyncImpl

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

func (*ClientSyncImpl) Read

func (this *ClientSyncImpl) Read() (statistics.Response, errors.Error)

type MockReader

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

MockReader is a mock of Reader interface.

func NewMockReader

func NewMockReader(ctrl *gomock.Controller) *MockReader

NewMockReader creates a new mock instance.

func (*MockReader) EXPECT

func (m *MockReader) EXPECT() *MockReaderMockRecorder

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

func (*MockReader) Read

func (m *MockReader) Read() (statistics.Response, errors.Error)

Read mocks base method.

type MockReaderFactory

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

MockReaderFactory is a mock of ReaderFactory interface.

func NewMockReaderFactory

func NewMockReaderFactory(ctrl *gomock.Controller) *MockReaderFactory

NewMockReaderFactory creates a new mock instance.

func (*MockReaderFactory) Create

Create mocks base method.

func (*MockReaderFactory) EXPECT

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

type MockReaderFactoryMockRecorder

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

MockReaderFactoryMockRecorder is the mock recorder for MockReaderFactory.

func (*MockReaderFactoryMockRecorder) Create

func (mr *MockReaderFactoryMockRecorder) Create(client interface{}) *gomock.Call

Create indicates an expected call of Create.

type MockReaderMockRecorder

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

MockReaderMockRecorder is the mock recorder for MockReader.

func (*MockReaderMockRecorder) Read

func (mr *MockReaderMockRecorder) Read() *gomock.Call

Read indicates an expected call of Read.

type ReaderFactory

type ReaderFactory interface {
	Create(client projections.Projections_StatisticsClient) statistics.Reader
}

Jump to

Keyboard shortcuts

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