ing
This commit is contained in:
parent
aaed2f9fe3
commit
1ca5974e12
|
@ -17,8 +17,6 @@ type ConnectionHandler interface {
|
|||
}
|
||||
|
||||
type ConnectionHandlers struct {
|
||||
ConnectionHandler
|
||||
|
||||
// The maximum number of concurrent connections the server may serve.
|
||||
//
|
||||
// DefaultConcurrency is used if not set.
|
||||
|
|
|
@ -16,7 +16,6 @@ type ServerHandler interface {
|
|||
}
|
||||
|
||||
type ServerHandlers struct {
|
||||
ServerHandler
|
||||
ConnectionHandlers
|
||||
ReadWriteHandlers
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user