Directories
¶
Path | Synopsis |
---|---|
cipher package is a helper package for encrypting and decrypting messages
|
cipher package is a helper package for encrypting and decrypting messages |
package db provides some overarching variables, structs, and interfaces that different database implementations can use and implement and consumers can expect.
|
package db provides some overarching variables, structs, and interfaces that different database implementations can use and implement and consumers can expect. |
batchDeleter
package batchDeleter provides a wrapper around the db.Pruner to provide a way to get expired records at a given interval and delete them at a separate given interval.
|
package batchDeleter provides a wrapper around the db.Pruner to provide a way to get expired records at a given interval and delete them at a separate given interval. |
batchInserter
package batchInserter provides a wrapper around the db.Inserter to provide a way to group records together before inserting, in order to decrease database requests needed for inserting.
|
package batchInserter provides a wrapper around the db.Inserter to provide a way to group records together before inserting, in order to decrease database requests needed for inserting. |
postgresql
package postgresql provides a way to connect to a postgresql database to keep track of device events.
|
package postgresql provides a way to connect to a postgresql database to keep track of device events. |
retry
package dbretry contains structs that implement various db interfaces as well as consume them.
|
package dbretry contains structs that implement various db interfaces as well as consume them. |
tests
|
|