mirror of https://bitbucket.org/ausocean/av.git
protocol/rtsp: removed response writer interface, which was just http.ResponseWriter
This commit is contained in:
parent
9de1b541a9
commit
cd7e2ce3f3
|
@ -23,10 +23,6 @@ const (
|
|||
setup = "SETUP"
|
||||
)
|
||||
|
||||
type ResponseWriter interface {
|
||||
http.ResponseWriter
|
||||
}
|
||||
|
||||
type Request struct {
|
||||
Method string
|
||||
URL *url.URL
|
||||
|
|
Loading…
Reference in New Issue