mocks

package
v0.0.0-...-0fdedec Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBClient

type DBClient struct {
	mock.Mock
}

DBClient is an autogenerated mock type for the DBClient type

func (*DBClient) AddEvent

func (_m *DBClient) AddEvent(e models.Event) (string, error)

AddEvent provides a mock function with given fields: e

func (*DBClient) AddReading

func (_m *DBClient) AddReading(r models.Reading) (string, error)

AddReading provides a mock function with given fields: r

func (*DBClient) CloseSession

func (_m *DBClient) CloseSession()

CloseSession provides a mock function with given fields:

func (*DBClient) Connect

func (_m *DBClient) Connect() error

Connect provides a mock function with given fields:

func (*DBClient) DeleteEventById

func (_m *DBClient) DeleteEventById(id string) error

DeleteEventById provides a mock function with given fields: id

func (*DBClient) DeleteReadingById

func (_m *DBClient) DeleteReadingById(id string) error

DeleteReadingById provides a mock function with given fields: id

func (*DBClient) EventById

func (_m *DBClient) EventById(id string) (models.Event, error)

EventById provides a mock function with given fields: id

func (*DBClient) EventCount

func (_m *DBClient) EventCount() (int, error)

EventCount provides a mock function with given fields:

func (*DBClient) EventCountByDeviceId

func (_m *DBClient) EventCountByDeviceId(id string) (int, error)

EventCountByDeviceId provides a mock function with given fields: id

func (*DBClient) Events

func (_m *DBClient) Events() ([]models.Event, error)

Events provides a mock function with given fields:

func (*DBClient) EventsByCreationTime

func (_m *DBClient) EventsByCreationTime(startTime int64, endTime int64, limit int) ([]models.Event, error)

EventsByCreationTime provides a mock function with given fields: startTime, endTime, limit

func (*DBClient) EventsForDevice

func (_m *DBClient) EventsForDevice(id string) ([]models.Event, error)

EventsForDevice provides a mock function with given fields: id

func (*DBClient) EventsForDeviceLimit

func (_m *DBClient) EventsForDeviceLimit(id string, limit int) ([]models.Event, error)

EventsForDeviceLimit provides a mock function with given fields: id, limit

func (*DBClient) EventsOlderThanAge

func (_m *DBClient) EventsOlderThanAge(age int64) ([]models.Event, error)

EventsOlderThanAge provides a mock function with given fields: age

func (*DBClient) EventsPushed

func (_m *DBClient) EventsPushed() ([]models.Event, error)

EventsPushed provides a mock function with given fields:

func (*DBClient) EventsWithLimit

func (_m *DBClient) EventsWithLimit(limit int) ([]models.Event, error)

EventsWithLimit provides a mock function with given fields: limit

func (*DBClient) ReadingById

func (_m *DBClient) ReadingById(id string) (models.Reading, error)

ReadingById provides a mock function with given fields: id

func (*DBClient) ReadingCount

func (_m *DBClient) ReadingCount() (int, error)

ReadingCount provides a mock function with given fields:

func (*DBClient) Readings

func (_m *DBClient) Readings() ([]models.Reading, error)

Readings provides a mock function with given fields:

func (*DBClient) ReadingsByCreationTime

func (_m *DBClient) ReadingsByCreationTime(start int64, end int64, limit int) ([]models.Reading, error)

ReadingsByCreationTime provides a mock function with given fields: start, end, limit

func (*DBClient) ReadingsByDevice

func (_m *DBClient) ReadingsByDevice(id string, limit int) ([]models.Reading, error)

ReadingsByDevice provides a mock function with given fields: id, limit

func (*DBClient) ReadingsByDeviceAndValueDescriptor

func (_m *DBClient) ReadingsByDeviceAndValueDescriptor(deviceId string, valueDescriptor string, limit int) ([]models.Reading, error)

ReadingsByDeviceAndValueDescriptor provides a mock function with given fields: deviceId, valueDescriptor, limit

func (*DBClient) ReadingsByValueDescriptor

func (_m *DBClient) ReadingsByValueDescriptor(name string, limit int) ([]models.Reading, error)

ReadingsByValueDescriptor provides a mock function with given fields: name, limit

func (*DBClient) ScrubAllEvents

func (_m *DBClient) ScrubAllEvents() error

ScrubAllEvents provides a mock function with given fields:

func (*DBClient) UpdateEvent

func (_m *DBClient) UpdateEvent(e models.Event) error

UpdateEvent provides a mock function with given fields: e

func (*DBClient) UpdateReading

func (_m *DBClient) UpdateReading(r models.Reading) error

UpdateReading provides a mock function with given fields: r

Jump to

Keyboard shortcuts

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