mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
feat: added modules
This commit is contained in:
14
core/interfaces/export.go
Normal file
14
core/interfaces/export.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package interfaces
|
||||
|
||||
import "time"
|
||||
|
||||
type Export interface {
|
||||
GetId() string
|
||||
GetType() string
|
||||
GetTarget() string
|
||||
GetFilter() Filter
|
||||
GetStatus() string
|
||||
GetStartTs() time.Time
|
||||
GetEndTs() time.Time
|
||||
GetDownloadPath() string
|
||||
}
|
||||
Reference in New Issue
Block a user