Go to file
noah metz d227331fe8 Return error for no auth 2023-07-13 18:28:02 -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 doc comments 2023-07-10 22:31:43 -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 Return error for no auth 2023-07-13 18:28:02 -06:00
gql_graph.go Added State to GQL Thread interface 2023-07-11 16:24:19 -06:00
gql_test.go Moved GQL restore to ThreadRestore to be reused by other classes. And GQLThreadInfo to ParentThreadInfo 2023-07-11 16:54:09 -06:00
graph_test.go Cleaned up GQL context 2023-07-10 21:15:01 -06:00
lockable.go Fixed typo in log 2023-07-11 17:22:14 -06:00
lockable_test.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go Added more doc comments 2023-07-10 22:31:43 -06:00
signal.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
thread.go Make restore use interface instead of struct 2023-07-12 22:31:13 -06:00
thread_test.go Added correct Type for simple_thread 2023-07-09 16:03:42 -06:00