mocks

package
v0.0.0-...-9f3e423 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2019 License: Apache-2.0 Imports: 3 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) (bson.ObjectId, error)

AddEvent provides a mock function with given fields: e

func (*DBClient) AddReading

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

AddReading provides a mock function with given fields: r

func (*DBClient) AddValueDescriptor

func (_m *DBClient) AddValueDescriptor(v models.ValueDescriptor) (bson.ObjectId, error)

AddValueDescriptor provides a mock function with given fields: v

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) DeleteValueDescriptorById

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

DeleteValueDescriptorById 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) ReadingsByValueDescriptorNames

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

ReadingsByValueDescriptorNames provides a mock function with given fields: names, limit

func (*DBClient) ScrubAllEvents

func (_m *DBClient) ScrubAllEvents() error

ScrubAllEvents provides a mock function with given fields:

func (*DBClient) ScrubAllValueDescriptors

func (_m *DBClient) ScrubAllValueDescriptors() error

ScrubAllValueDescriptors 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

func (*DBClient) UpdateValueDescriptor

func (_m *DBClient) UpdateValueDescriptor(v models.ValueDescriptor) error

UpdateValueDescriptor provides a mock function with given fields: v

func (*DBClient) ValueDescriptorById

func (_m *DBClient) ValueDescriptorById(id string) (models.ValueDescriptor, error)

ValueDescriptorById provides a mock function with given fields: id

func (*DBClient) ValueDescriptorByName

func (_m *DBClient) ValueDescriptorByName(name string) (models.ValueDescriptor, error)

ValueDescriptorByName provides a mock function with given fields: name

func (*DBClient) ValueDescriptors

func (_m *DBClient) ValueDescriptors() ([]models.ValueDescriptor, error)

ValueDescriptors provides a mock function with given fields:

func (*DBClient) ValueDescriptorsByLabel

func (_m *DBClient) ValueDescriptorsByLabel(label string) ([]models.ValueDescriptor, error)

ValueDescriptorsByLabel provides a mock function with given fields: label

func (*DBClient) ValueDescriptorsByName

func (_m *DBClient) ValueDescriptorsByName(names []string) ([]models.ValueDescriptor, error)

ValueDescriptorsByName provides a mock function with given fields: names

func (*DBClient) ValueDescriptorsByType

func (_m *DBClient) ValueDescriptorsByType(t string) ([]models.ValueDescriptor, error)

ValueDescriptorsByType provides a mock function with given fields: t

func (*DBClient) ValueDescriptorsByUomLabel

func (_m *DBClient) ValueDescriptorsByUomLabel(uomLabel string) ([]models.ValueDescriptor, error)

ValueDescriptorsByUomLabel provides a mock function with given fields: uomLabel

Jump to

Keyboard shortcuts

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