Peer returns information about the peer associated with the Transport. The returned information includes authentication and network address details.
()
| 644 | // Peer returns information about the peer associated with the Transport. |
| 645 | // The returned information includes authentication and network address details. |
| 646 | Peer() *peer.Peer |
| 647 | } |
| 648 | |
| 649 | // ServerTransport is the common interface for all gRPC server-side transport |
no outgoing calls
no test coverage detected