A scanner call server written in Golang, with Angular and Flutter clients.
Find a file
2024-12-03 09:05:22 -05:00
client Fix pages off-by-one 2024-12-03 08:54:33 -05:00
cmd switchpart (#62) 2024-12-01 17:26:10 -05:00
internal Partitioning (#60) 2024-12-01 03:01:09 -05:00
pkg elide composite literal 2024-12-03 09:05:22 -05:00
sql GET /calls/<callID> endpoint (#64) 2024-12-02 17:53:43 -05:00
util Omitempty 2024-11-25 16:04:07 -05:00
.gitignore Relay 2024-11-18 18:31:17 -05:00
.mockery.yaml Partitioning (#60) 2024-12-01 03:01:09 -05:00
config.sample.yaml Partitioning (#60) 2024-12-01 03:01:09 -05:00
go.mod bump deps 2024-11-26 09:29:13 -05:00
go.sum bump deps 2024-11-26 09:29:13 -05:00
LICENSE License, querier interface 2024-07-28 19:51:23 -04:00
Makefile Omitempty 2024-11-25 16:04:07 -05:00
README.md gordio is now just stillbox 2024-11-03 07:19:03 -05:00

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).