Gregor is a simple system for consuming, persisting, and broadcasting notifications to a collection of clients for a user.
.
— the top level interface to all major Gregor objects. Right now, it just contains an interface.storage/
— storage engines for persisting Gregor objects. Right now, only SQL is implemented.test/
— Test code that is used throughoutprotocol
— AVDL files and output for generating protocol-friendly data typesprotocol/avdl
— AVDL inputsprotocol/go
— Go outputs
rpc/
— Code for managing and routing RPCs.