repository

package
v0.0.0-...-87346ed Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildDeviceFromEventHistory

func BuildDeviceFromEventHistory(deviceService domain.DeviceService, events []storage.DeviceEvent) *domain.Device

BuildDeviceFromEventHistory is used ...

Types

type DeviceEventRepository

type DeviceEventRepository interface {
	Save(uid uuid.UUID, latestVersion int, events []interface{}) <-chan error
}

DeviceEventRepository is used ...

type DeviceReadRepository

type DeviceReadRepository interface {
	Save(deviceRead *storage.DeviceRead) <-chan error
}

DeviceReadRepository is used

type EventWrapper

type EventWrapper struct {
	EventName string
	EventData interface{}
}

EventWrapper is used to wrap the event interface with its struct name, so it will be easier to unmarshal later

type Result

type Result struct {
	Result interface{}
	Error  error
}

Result is a struct to wrap repository result so its easy to use it in channel

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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