Files
crawlab/core/interfaces/controller_params.go
2024-06-14 15:42:50 +08:00

7 lines
99 B
Go

package interfaces
type ControllerParams interface {
IsZero() (ok bool)
IsDefault() (ok bool)
}