A scanner call server, with the Calls webapp.
Find a file
2024-11-06 20:55:48 -05:00
client Get calls 2024-08-10 10:42:44 -04:00
cmd Change ws route 2024-11-06 20:17:13 -05:00
internal API begin 2024-11-04 23:42:09 -05:00
pkg Make clear that it is milliseconds 2024-11-06 20:55:48 -05:00
sql UUID is part of Call and is generated by us. 2024-11-06 20:47:10 -05:00
.gitignore gordio is now just stillbox 2024-11-03 07:19:03 -05:00
config.sample.yaml Break out form unmarshal 2024-10-31 13:21:04 -04:00
go.mod Use mapstructure for notify config 2024-11-03 19:49:10 -05:00
go.sum Use mapstructure for notify config 2024-11-03 19:49:10 -05:00
LICENSE License, querier interface 2024-07-28 19:51:23 -04:00
Makefile gordio is now just stillbox 2024-11-03 07:19:03 -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).