crawlab/core/interfaces/event_data.go

7 lines
91 B
Go

package interfaces
type EventData interface {
GetEvent() string
GetData() interface{}
}