From eb66ee4c28902a7bd4720d6928dd16f800300a78 Mon Sep 17 00:00:00 2001
From: odinkh <odinkh@stud.ntnu.no>
Date: Thu, 19 May 2022 18:03:57 +0200
Subject: [PATCH] Added a badrequest struct for Hybrid Analysis to handle if a
 domain does not exist

---
 utils/struct.go | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/utils/struct.go b/utils/struct.go
index 2ed4c51..c59cd1d 100644
--- a/utils/struct.go
+++ b/utils/struct.go
@@ -372,3 +372,7 @@ type ValidationAlienVault struct {
 	Message string `json:"message"`
 	Name    string `json:"name"`
 }
+
+type HybridAnalysisBadRequest struct {
+	Message string `json:"message"`
+}
\ No newline at end of file
-- 
GitLab