Skip to content

Commit

Permalink
chore: Misc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
enenumxela committed Jun 24, 2023
1 parent 2a6491e commit 148b6fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
File renamed without changes.
16 changes: 8 additions & 8 deletions pkg/xurlfind3r/sources/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ import (
"regexp"
)

type Keys struct {
GitHub []string `json:"github"`
Intelx string `json:"intelx"` // unused, add for the purpose of adding an asterisk `*` on listing sources
IntelXHost string `json:"intelXHost"`
IntelXKey string `json:"intelXKey"`
URLScan []string `json:"urlscan"`
}

type Configuration struct {
Keys Keys
Domain string
Expand All @@ -22,3 +14,11 @@ type Configuration struct {
MediaURLsRegex *regexp.Regexp
RobotsURLsRegex *regexp.Regexp
}

type Keys struct {
GitHub []string `json:"github"`
Intelx string `json:"intelx"` // unused, add for the purpose of adding an asterisk `*` on listing sources
IntelXHost string `json:"intelXHost"`
IntelXKey string `json:"intelXKey"`
URLScan []string `json:"urlscan"`
}
File renamed without changes.

0 comments on commit 148b6fe

Please sign in to comment.