mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
feat: added modules
This commit is contained in:
6
core/interfaces/controller_params.go
Normal file
6
core/interfaces/controller_params.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package interfaces
|
||||
|
||||
type ControllerParams interface {
|
||||
IsZero() (ok bool)
|
||||
IsDefault() (ok bool)
|
||||
}
|
||||
Reference in New Issue
Block a user