mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-28 17:50:56 +01:00
feat: added modules
This commit is contained in:
6
core/interfaces/event_data.go
Normal file
6
core/interfaces/event_data.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package interfaces
|
||||
|
||||
type EventData interface {
|
||||
GetEvent() string
|
||||
GetData() interface{}
|
||||
}
|
||||
Reference in New Issue
Block a user