about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-19 19:37:21 +0200
committerEmile <hanemile@protonmail.com>2019-10-19 19:37:21 +0200
commitfcbde6b1ae0fcf4e531d0760a091a33c6b63e8ea (patch)
treeaa618b09eb000bba3342b87d1bf5ea3f66412da6 /src
parentc0ddf384e411b00a393bd718d4d5fc1df3992e75 (diff)
more uuids
Diffstat (limited to 'src')
-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