about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.go b/src/structs.go
index cdc682a..b258c58 100644
--- a/src/structs.go
+++ b/src/structs.go
@@ -2,4 +2,5 @@ package main
 
 type Content struct {
 	Hostname string
+	CTFName  string
 }