Go to file
noah metz 7bed89701d Made NewErrorSignal use fmt.Sprintf and tage variable args 2023-08-28 15:09:01 -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 Fixed lockable to properly fail 2023-08-15 18:23:06 -06:00
ecdh.go Policy fun 2023-08-10 23:43:10 -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 Fixed lockable to properly fail 2023-08-15 18:23:06 -06:00
gql_interfaces.go fixed NodeInterfaceDefaultIsType 2023-07-31 20:12:06 -06:00
gql_mutation.go hehe 2023-08-01 20:55:15 -06:00
gql_query.go Added WaitForResult and removed context arg from WaitForSignal 2023-08-12 11:26:19 -06:00
gql_resolvers.go hehe 2023-08-01 20:55:15 -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 Removed LinkStartSignal 2023-08-15 19:18:21 -06:00
gql_types.go hehe 2023-08-01 20:55:15 -06:00
graph_test.go Moved listener to listener.go and user.go to group.go. Fixed some GQL resolving 2023-08-11 13:01:32 -06:00
group.go Moved listener to listener.go and user.go to group.go. Fixed some GQL resolving 2023-08-11 13:01:32 -06:00
listener.go Moved listener to listener.go and user.go to group.go. Fixed some GQL resolving 2023-08-11 13:01:32 -06:00
lockable.go Changed TestLink to test add and remove 2023-08-15 19:28:15 -06:00
lockable_test.go Changed TestLink to test add and remove 2023-08-15 19:28:15 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go Fixed policy serializing and added default policy to allow receiving errors, read results, and status updates 2023-08-28 14:52:28 -06:00
node_test.go Fixed policy serializing and added default policy to allow receiving errors, read results, and status updates 2023-08-28 14:52:28 -06:00
policy.go Test updates 2023-08-11 16:00:36 -06:00
signal.go Made NewErrorSignal use fmt.Sprintf and tage variable args 2023-08-28 15:09:01 -06:00