Discover Packages
github.com/b8rdene/readium-lcp-server
transactions
package
Version:
v0.0.0-...-99fd3eb
Opens a new window with list of versions in this module.
Published: Feb 14, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Device struct {
DeviceId string `json:"id"`
DeviceName string `json:"name"`
Timestamp time .Time `json:"timestamp"`
}
type Event struct {
ID int `json:"-"`
DeviceName string `json:"name"`
Timestamp time .Time `json:"timestamp"`
Type string `json:"type"`
DeviceId string `json:"id"`
LicenseStatusFk int `json:"-"`
}
type RegisteredDevicesList struct {
ID string `json:"id"`
Devices []Device `json:"devices"`
}
Open defines scripts for queries & create the 'event' table if it does not exist
Source Files
¶
Click to show internal directories.
Click to hide internal directories.