Cleanup
This commit is contained in:
parent
b0041d3b08
commit
24db16ccf7
10
types.go
10
types.go
@ -92,15 +92,15 @@ type Initializer interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Accepter interface {
|
type Accepter interface {
|
||||||
Accept(ctx Context, file File) bool
|
Accept(ctx Context, f File) bool
|
||||||
}
|
|
||||||
|
|
||||||
type Finalizer interface {
|
|
||||||
Finalize(ctx Context) error
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Processor interface {
|
type Processor interface {
|
||||||
Process(ctx Context, f File) error
|
Process(ctx Context, f File) error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type Finalizer interface {
|
||||||
|
Finalize(ctx Context) error
|
||||||
|
}
|
||||||
|
|
||||||
type Plugin interface{}
|
type Plugin interface{}
|
||||||
|
Loading…
Reference in New Issue
Block a user