Go to file
noah metz ff7046badf Removed unecessary capnp dependency 2023-09-18 20:11:50 -06: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 Passing tests 2023-09-13 10:56:49 -06:00
go.mod Removed unecessary capnp dependency 2023-09-18 20:11:50 -06:00
go.sum Removed unecessary capnp dependency 2023-09-18 20:11:50 -06:00
gql.go Forward status signals to resolvers 2023-09-18 19:55:55 -06:00
gql_node.go Forward status signals to resolvers 2023-09-18 19:55:55 -06:00
gql_test.go Forward status signals to resolvers 2023-09-18 19:55:55 -06:00
graph_test.go Ch-ch-ch-ch-changes 2023-08-31 22:31:29 -06:00
group.go Simplified gql resolution a bit, need to work on subscriptions 2023-09-13 16:27:55 -06:00
listener.go Forward status signals to resolvers 2023-09-18 19:55:55 -06:00
lockable.go Simplified gql resolution a bit, need to work on subscriptions 2023-09-13 16:27:55 -06:00
lockable_test.go Moved serialization to serialize.go and removed n parameter from DeserializeValue 2023-09-05 00:08:09 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go 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
node_test.go Passing tests 2023-09-13 10:56:49 -06:00
policy.go Moved type registration to signal/extension/policy registration 2023-09-12 20:30:18 -06:00
serialize.go Simplified gql resolution a bit, need to work on subscriptions 2023-09-13 16:27:55 -06:00
serialize_test.go Moved type registration to signal/extension/policy registration 2023-09-12 20:30:18 -06:00
signal.go Removed unecessary capnp dependency 2023-09-18 20:11:50 -06:00