mocks

package
v0.0.0-...-6da897e Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHandler

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

MockHandler is a mock of Handler interface.

func NewMockHandler

func NewMockHandler(ctrl *gomock.Controller) *MockHandler

NewMockHandler creates a new mock instance.

func (*MockHandler) EXPECT

func (m *MockHandler) EXPECT() *MockHandlerMockRecorder

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

func (*MockHandler) HandlePMConcentration

func (m *MockHandler) HandlePMConcentration(arg0 context.Context, arg1 *pm.Concentration) error

HandlePMConcentration mocks base method.

type MockHandlerMockRecorder

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

MockHandlerMockRecorder is the mock recorder for MockHandler.

func (*MockHandlerMockRecorder) HandlePMConcentration

func (mr *MockHandlerMockRecorder) HandlePMConcentration(arg0, arg1 interface{}) *gomock.Call

HandlePMConcentration indicates an expected call of HandlePMConcentration.

type MockParticulateMatterSensor

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

MockParticulateMatterSensor is a mock of ParticulateMatterSensor interface.

func NewMockParticulateMatterSensor

func NewMockParticulateMatterSensor(ctrl *gomock.Controller) *MockParticulateMatterSensor

NewMockParticulateMatterSensor creates a new mock instance.

func (*MockParticulateMatterSensor) ConcentrationSpecs

func (m *MockParticulateMatterSensor) ConcentrationSpecs() []*pm.ConcentrationSpec

ConcentrationSpecs mocks base method.

func (*MockParticulateMatterSensor) Concentrations

func (m *MockParticulateMatterSensor) Concentrations() <-chan *pm.Concentration

Concentrations mocks base method.

func (*MockParticulateMatterSensor) EXPECT

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

func (*MockParticulateMatterSensor) Run

Run mocks base method.

type MockParticulateMatterSensorMockRecorder

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

MockParticulateMatterSensorMockRecorder is the mock recorder for MockParticulateMatterSensor.

func (*MockParticulateMatterSensorMockRecorder) ConcentrationSpecs

func (mr *MockParticulateMatterSensorMockRecorder) ConcentrationSpecs() *gomock.Call

ConcentrationSpecs indicates an expected call of ConcentrationSpecs.

func (*MockParticulateMatterSensorMockRecorder) Concentrations

func (mr *MockParticulateMatterSensorMockRecorder) Concentrations() *gomock.Call

Concentrations indicates an expected call of Concentrations.

func (*MockParticulateMatterSensorMockRecorder) Run

func (mr *MockParticulateMatterSensorMockRecorder) Run(arg0 interface{}) *gomock.Call

Run indicates an expected call of Run.

Jump to

Keyboard shortcuts

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