about summary refs log tree commit diff
path: root/src/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.go')
-rw-r--r--src/structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.go b/src/structs.go
index 9715d4c..84fe6d9 100644
--- a/src/structs.go
+++ b/src/structs.go
@@ -2,6 +2,7 @@ package main
 
 // Challenge defines a challenge as in the original companion.json format
 type Challenge struct {
+	UUID        string
 	Name        string
 	Description string
 	Flag        string