This commit is contained in:
edoardottt
2021-11-28 12:30:05 +01:00
parent 6480145f87
commit 4d7bbf3bce
+11 -1
View File
@@ -18,4 +18,14 @@ along with this program. If not, see http://www.gnu.org/licenses/.
package scanner
// todo
//Error struct
type Error struct {
ErrorName string
Regex string
}
//ErrorMatched struct
type ErrorMatched struct {
Error Error
Url string
}