Skip to content

Commit a4c4340

Browse files
Improve goreportcard.com results
1 parent 3b14a0f commit a4c4340

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

middleware.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package yarf
22

3-
import ()
4-
53
// MiddlewareHandler interface provides the methods for request filters
64
// that needs to run before, or after, every request Resource is executed.
75
type MiddlewareHandler interface {

resource.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package yarf
22

3-
import ()
4-
53
// The ResourceHandler interface defines how Resources through the application have to be defined.
64
// Ideally, the developer will composite the Resource struct into their own resources,
75
// but it's possible to implement each one by their own.

0 commit comments

Comments
 (0)