mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-24 02:32:17 +08:00
fix error
This commit is contained in:
parent
798ff53cc8
commit
dd25493776
@ -39,7 +39,7 @@ type ResponseWriter interface {
|
|||||||
WriteHeaderNow()
|
WriteHeaderNow()
|
||||||
|
|
||||||
// get the http.Pusher for server push
|
// get the http.Pusher for server push
|
||||||
Pusher()
|
Pusher() http.Pusher
|
||||||
}
|
}
|
||||||
|
|
||||||
type responseWriter struct {
|
type responseWriter struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user