Go to file
noah metz 891e69c775 Added more sane methods to register GQL fields, need to do the same for itnerfaces and their defaults 2023-07-29 17:23:25 -06:00
.gitignore Added .gitignore and Makefile 2023-04-08 14:09:25 -06:00
LICENSE Added AGPLv3 LICENSE 2023-07-10 22:39:37 -06:00
context.go Added more sane methods to register GQL fields, need to do the same for itnerfaces and their defaults 2023-07-29 17:23:25 -06:00
ecdh.go Moved ecdh to it's own extension 2023-07-29 00:28:44 -06:00
go.mod Add UseMoreStates and UpdateMoreStates that should only be called from eachother 2023-06-28 21:49:23 -06:00
go.sum intermediary 2023-06-22 15:50:42 -06:00
gql.go Added more sane methods to register GQL fields, need to do the same for itnerfaces and their defaults 2023-07-29 17:23:25 -06:00
gql_interfaces.go Added more sane methods to register GQL fields, need to do the same for itnerfaces and their defaults 2023-07-29 17:23:25 -06:00
gql_mutation.go Renamed GQL functions to remove GQL 2023-07-29 11:03:41 -06:00
gql_query.go Add tests for gql server type in gql 2023-07-29 16:34:21 -06:00
gql_resolvers.go Added more sane methods to register GQL fields, need to do the same for itnerfaces and their defaults 2023-07-29 17:23:25 -06:00
gql_subscribe.go Renamed GQL functions to remove GQL 2023-07-29 11:03:41 -06:00
gql_test.go Added more sane methods to register GQL fields, need to do the same for itnerfaces and their defaults 2023-07-29 17:23:25 -06:00
gql_types.go Added more sane methods to register GQL fields, need to do the same for itnerfaces and their defaults 2023-07-29 17:23:25 -06:00
graph_test.go Moved test 'WaitForX' functions to a generic function in signal.go that can be used to wait for arbitrary signals 2023-07-28 19:32:27 -06:00
lockable.go Moved test 'WaitForX' functions to a generic function in signal.go that can be used to wait for arbitrary signals 2023-07-28 19:32:27 -06:00
lockable_test.go Moved test 'WaitForX' functions to a generic function in signal.go that can be used to wait for arbitrary signals 2023-07-28 19:32:27 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go Added back GQL functionality, TODO pool channels for resolve executions instead of creating new ones and GCing them every time 2023-07-29 16:00:01 -06:00
node_test.go Moved ecdh to it's own extension 2023-07-29 00:28:44 -06:00
policy.go Added basic test for read result with ACL 2023-07-28 11:59:01 -06:00
signal.go Added back GQL functionality, TODO pool channels for resolve executions instead of creating new ones and GCing them every time 2023-07-29 16:00:01 -06:00
user.go Moved ecdh to it's own extension 2023-07-29 00:28:44 -06:00