AlgorithmsConnMetadata is a ConnMetadata that can return the algorithms negotiated between client and server.
| 77 | // AlgorithmsConnMetadata is a ConnMetadata that can return the algorithms |
| 78 | // negotiated between client and server. |
| 79 | type AlgorithmsConnMetadata interface { |
| 80 | ConnMetadata |
| 81 | Algorithms() NegotiatedAlgorithms |
| 82 | } |
| 83 | |
| 84 | // DiscardRequests consumes and rejects all requests from the |
| 85 | // passed-in channel. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…