Go to file
noah metz e16bec3997 Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
.gitignore Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
.gitmodules Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
LICENSE Added AGPLv3 LICENSE 2023-07-10 22:39:37 -06:00
Makefile Removed unecessary capnp dependency 2023-09-18 20:11:50 -06:00
context.go Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
event.go Major cleanup 2024-03-04 17:30:42 -07:00
event_test.go Cleanup(disabled gql test temporarily) 2024-03-03 15:45:45 -07:00
extension.go Major cleanup 2024-03-04 17:30:42 -07:00
go.mod Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
go.sum Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
gql.go Major cleanup 2024-03-04 17:30:42 -07:00
gql_node.go Major cleanup 2024-03-04 17:30:42 -07:00
gql_test.go Cleanup(disabled gql test temporarily) 2024-03-03 15:45:45 -07:00
graph_test.go Major cleanup 2024-03-04 17:30:42 -07:00
listener.go Major cleanup 2024-03-04 17:30:42 -07:00
lockable.go Major cleanup 2024-03-04 17:30:42 -07:00
lockable_test.go Major cleanup 2024-03-04 17:30:42 -07:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
message.go Major cleanup 2024-03-04 17:30:42 -07:00
node.go Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
node_test.go Major cleanup 2024-03-04 17:30:42 -07:00
serialize.go Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
signal.go Major cleanup 2024-03-04 17:30:42 -07:00