mirror of
https://github.com/aler9/gortsplib
synced 2025-10-12 18:40:07 +08:00
update golangci-lint (#292)
This commit is contained in:
@@ -323,7 +323,7 @@ type testServerErrMethodNotImplemented struct {
|
||||
}
|
||||
|
||||
func (s *testServerErrMethodNotImplemented) OnDescribe(
|
||||
ctx *ServerHandlerOnDescribeCtx,
|
||||
_ *ServerHandlerOnDescribeCtx,
|
||||
) (*base.Response, *ServerStream, error) {
|
||||
return &base.Response{
|
||||
StatusCode: base.StatusOK,
|
||||
@@ -331,7 +331,7 @@ func (s *testServerErrMethodNotImplemented) OnDescribe(
|
||||
}
|
||||
|
||||
func (s *testServerErrMethodNotImplemented) OnSetup(
|
||||
ctx *ServerHandlerOnSetupCtx,
|
||||
_ *ServerHandlerOnSetupCtx,
|
||||
) (*base.Response, *ServerStream, error) {
|
||||
return &base.Response{
|
||||
StatusCode: base.StatusOK,
|
||||
|
Reference in New Issue
Block a user