Documentation
¶
Index ¶
- type DB
- func (db *DB) GetDetectionsBetweenIds(a, b int64) (*[]Detection, error)
- func (db *DB) GetLastDetection() (*Detection, error)
- func (db *DB) GetLastDetectionId() (int64, error)
- func (db *DB) GetLimitedIdsAfter(a, limit int) (*[]Detection, error)
- func (db *DB) InsertDetection(detection *Detection) (int64, error)
- type Detection
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) GetDetectionsBetweenIds ¶
func (*DB) GetLastDetection ¶
func (*DB) GetLastDetectionId ¶
func (*DB) GetLimitedIdsAfter ¶
Click to show internal directories.
Click to hide internal directories.