crawlab/core/interfaces/injectable.go

6 lines
66 B
Go

package interfaces
type Injectable interface {
Inject() error
}