Go to file
noah metz a44b00bc97 Made it easier to make a lockable extension 2023-07-27 18:37:06 -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 Changed context to dynamically load nodes as they're signalled 2023-07-27 16:48:39 -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 Moved signal function to context 2023-07-27 15:49:21 -06:00
gql_interfaces.go Switched from thread being the callback engine to node being the callback engine 2023-07-27 15:27:14 -06:00
gql_mutation.go Switched from thread being the callback engine to node being the callback engine 2023-07-27 15:27:14 -06:00
gql_query.go Switched from thread being the callback engine to node being the callback engine 2023-07-27 15:27:14 -06:00
gql_resolvers.go Switched from thread being the callback engine to node being the callback engine 2023-07-27 15:27:14 -06:00
gql_subscribe.go Switched from thread being the callback engine to node being the callback engine 2023-07-27 15:27:14 -06:00
gql_test.go Added naive locking sequence with short test 2023-07-27 18:08:43 -06:00
gql_types.go Switched from thread being the callback engine to node being the callback engine 2023-07-27 15:27:14 -06:00
graph_test.go Made it easier to make a lockable extension 2023-07-27 18:37:06 -06:00
lockable.go Made it easier to make a lockable extension 2023-07-27 18:37:06 -06:00
lockable_test.go Made it easier to make a lockable extension 2023-07-27 18:37:06 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go Added naive locking sequence with short test 2023-07-27 18:08:43 -06:00
node_test.go Added naive locking sequence with short test 2023-07-27 18:08:43 -06:00
policy.go Added naive locking sequence with short test 2023-07-27 18:08:43 -06:00
signal.go Made it easier to make a lockable extension 2023-07-27 18:37:06 -06:00
user.go Switched from thread being the callback engine to node being the callback engine 2023-07-27 15:27:14 -06:00