type Peer struct {
// Addr is the peer address. Addr net.Addr// AuthInfo is the authentication information of the transport.// It is nil if there is no transport security being used.
AuthInfo credentials.AuthInfo
}
Peer contains the information of the peer for an RPC.