A scanner call server, with the Calls webapp.
Find a file
2024-08-11 14:48:17 -04:00
client Get calls 2024-08-10 10:42:44 -04:00
cmd Fix lint 2024-08-11 14:48:17 -04:00
internal Add call duration field. 2024-08-11 13:49:43 -04:00
pkg Fix lint 2024-08-11 14:48:17 -04:00
sql Add call duration field. 2024-08-11 13:49:43 -04:00
.gitignore Get calls 2024-08-10 10:42:44 -04:00
config.sample.yaml rename 2024-08-05 00:12:37 -04:00
go.mod Add call duration field. 2024-08-11 13:49:43 -04:00
go.sum Add call duration field. 2024-08-11 13:49:43 -04:00
LICENSE
Makefile Fix lint 2024-08-11 14:48:17 -04:00
README.md Make calls command concurrent, also update README 2024-08-05 14:42:38 -04:00

stillbox

A Golang scanner call server (gordio), with the Calls webapp.

NOTE

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

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