1
0
Fork 0

Add missing Event type

This commit is contained in:
Sebastian Schulze 2022-03-23 21:55:32 +01:00
parent 5474598c6b
commit 0609defed6
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 6 additions and 0 deletions

6
scan/event.go Normal file
View File

@ -0,0 +1,6 @@
package scan
type Event struct {
Type string
Message string
}