mirror of
https://github.com/foomo/gofoomo.git
synced 2025-10-16 12:25:44 +00:00
fixed new interface
This commit is contained in:
parent
2a348aa875
commit
731e6822a4
@ -13,7 +13,7 @@ type Handler interface {
|
||||
}
|
||||
|
||||
type Listener interface {
|
||||
ListenServeHTTPStart(w http.ResponseWriter, incomingRequest *http.Request) *http.ResponseWriter
|
||||
ListenServeHTTPStart(w http.ResponseWriter, incomingRequest *http.Request) http.ResponseWriter
|
||||
ListenServeHTTPDone(w http.ResponseWriter, incomingRequest *http.Request)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user