🚧 Stub Handler
This commit is contained in:
parent
7f92418789
commit
f96e1ddf3b
4 changed files with 25 additions and 0 deletions
12
responder.go
Normal file
12
responder.go
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package idiohandler
|
||||
|
||||
import (
|
||||
"io"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
type Responder interface {
|
||||
ResponseBody() io.Reader
|
||||
Status() int
|
||||
Header() http.Header
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue