mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-22 17:44:58 +02:00
update
This commit is contained in:
+11
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user