package
0.0.0-20241218184505-25a062d0facb
Repository: https://github.com/tullo/microservice.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewFlusher creates a *Flusher.
NewQueue creates a new *Queue instance.
NewQueues creates a slice of *Queue instances.

# Constants

IncomingProcTable is the name of the table in the DB.
IncomingTable is the name of the table in the DB.
MigrationsTable is the name of the table in the DB.

# Variables

IncomingFields are all the field names in the DB table.
IncomingPrimaryFields are the primary key fields in the DB table.
IncomingProcFields are all the field names in the DB table.
IncomingProcPrimaryFields are the primary key fields in the DB table.
MigrationsFields are all the field names in the DB table.
MigrationsPrimaryFields are the primary key fields in the DB table.

# Structs

Flusher is a context-driven background data flush job.
Incoming generated for db table `incoming`.
IncomingProc generated for db table `incoming_proc`.
Migrations generated for db table `migrations`.
Queue provides a queuing structure for Incoming.
Server implements stats.Stats.