aboutsummaryrefslogtreecommitdiff
path: root/scan_options.go
diff options
context:
space:
mode:
Diffstat (limited to 'scan_options.go')
-rw-r--r--scan_options.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/scan_options.go b/scan_options.go
deleted file mode 100644
index bc5484e..0000000
--- a/scan_options.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info>
-// SPDX-License-Identifier: GPL-3.0-only
-
-package deadlinks
-
-// ScanOptions define the options for scan command or Scan function.
-type ScanOptions struct {
- Url string
- IsVerbose bool
-}