Skip to content
Snippets Groups Projects
Commit eb66ee4c authored by Odin K. Henriksen's avatar Odin K. Henriksen
Browse files

Added a badrequest struct for Hybrid Analysis to handle if a domain does not exist

parent 98dec9f3
Branches
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment