Go to file
noah metz de1a229db6 Made it illegal to serialize/deserialize unregistered structs, and added StartSignal and StopSignal 2023-09-12 19:48:16 -06:00
signal Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
.gitignore Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
.gitmodules Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
LICENSE Added AGPLv3 LICENSE 2023-07-10 22:39:37 -06:00
Makefile Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
context.go Made it illegal to serialize/deserialize unregistered structs, and added StartSignal and StopSignal 2023-09-12 19:48:16 -06:00
go.mod Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
go.sum Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
gql.go Moved serialization to serialize.go and removed n parameter from DeserializeValue 2023-09-05 00:08:09 -06:00
gql_interfaces.go Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
gql_mutation.go hehe 2023-08-01 20:55:15 -06:00
gql_query.go Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
gql_resolvers.go Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
gql_subscribe.go Did most of the work to move node interface creation to GQLExtContext 2023-07-29 18:27:52 -06:00
gql_test.go Got serialization to the point that TestGQLDB is passing 2023-09-12 19:00:48 -06:00
gql_types.go Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
graph_test.go Ch-ch-ch-ch-changes 2023-08-31 22:31:29 -06:00
group.go Think i finished serialization(other than missing types/kinds), now onto deserialization 2023-09-02 17:30:52 -06:00
listener.go Removed extra methods from ListenerExt 2023-09-12 19:01:35 -06:00
lockable.go Think i finished serialization(other than missing types/kinds), now onto deserialization 2023-09-02 17:30:52 -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 Added serialization of StatusSignal 2023-09-12 19:40:06 -06:00
node_test.go Moved serialization to serialize.go and removed n parameter from DeserializeValue 2023-09-05 00:08:09 -06:00
policy.go Moved serialization to serialize.go and removed n parameter from DeserializeValue 2023-09-05 00:08:09 -06:00
serialize.go Added serialization of StatusSignal 2023-09-12 19:40:06 -06:00
serialize_test.go Moved int, struct, and interface serialization to functions to make registering types easy 2023-09-11 21:47:53 -06:00
signal.go Added serialization of StatusSignal 2023-09-12 19:40:06 -06:00