A scanner call server written in Golang, with Angular and Flutter clients.
Find a file
2024-11-25 19:24:59 -05:00
client Very naive pagination implementation 2024-11-25 19:24:59 -05:00
cmd Move to urfave/cli 2024-11-24 10:38:19 -05:00
internal Export 2024-11-25 09:44:12 -05:00
pkg Add count to pagination for talkgroups 2024-11-25 19:06:56 -05:00
sql Add count to pagination for talkgroups 2024-11-25 19:06:56 -05:00
util Omitempty 2024-11-25 16:04:07 -05:00
.gitignore
.mockery.yaml Initial calls normalization 2024-11-19 10:18:12 -05:00
config.sample.yaml Alerting improvements 2024-11-20 16:45:41 -05:00
go.mod Move to urfave/cli 2024-11-24 10:38:19 -05:00
go.sum Move to urfave/cli 2024-11-24 10:38:19 -05:00
LICENSE
Makefile Omitempty 2024-11-25 16:04:07 -05:00
README.md

stillbox

A Golang scanner call server.

NOTE

If this message is still here, the database schema initial migration and protobuf definitions are still subject to change.

Once stillbox is actually usable (but not necessarily feature-complete), I will remove this note, and start using DB migrations and protobuf best practices (i.e. not changing field numbers).