rename ClientTransport into Transport

This commit is contained in:
aler9
2021-10-22 17:53:51 +02:00
parent 1865ba58eb
commit 320c1b6f2c
11 changed files with 150 additions and 116 deletions

View File

@@ -98,7 +98,7 @@ type ServerHandlerOnSetupCtx struct {
Path string
Query string
TrackID int
Transport ClientTransport
Transport Transport
}
// ServerHandlerOnSetup can be implemented by a ServerHandler.