Go to file
noah metz 81b3ab65bf Added constructor for EventManger that requires a single event with no children and a list of Resources ordered by dependency. Updated main and tests to match. 2023-04-08 16:51:34 -06:00
.gitignore Added .gitignore and Makefile 2023-04-08 14:09:25 -06:00
Makefile Added .gitignore and Makefile 2023-04-08 14:09:25 -06:00
go.mod Initial commit of event manager datastructures with some fake vex data. 2023-04-08 13:58:47 -06:00
go.sum Initial commit of event manager datastructures with some fake vex data. 2023-04-08 13:58:47 -06:00
graph.go Added constructor for EventManger that requires a single event with no children and a list of Resources ordered by dependency. Updated main and tests to match. 2023-04-08 16:51:34 -06:00
graph_test.go Added constructor for EventManger that requires a single event with no children and a list of Resources ordered by dependency. Updated main and tests to match. 2023-04-08 16:51:34 -06:00
main.go Added constructor for EventManger that requires a single event with no children and a list of Resources ordered by dependency. Updated main and tests to match. 2023-04-08 16:51:34 -06:00
vex.go Initial commit of event manager datastructures with some fake vex data. 2023-04-08 13:58:47 -06:00