type google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp.RpcProtocolVersions
29 uses
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
altscontext.pb.go#L35: PeerRpcVersions *RpcProtocolVersions `protobuf:"bytes,6,opt,name=peer_rpc_versions,json=peerRpcVersions,proto3" json:"peer_rpc_versions,omitempty"`
altscontext.pb.go#L103: func (m *AltsContext) GetPeerRpcVersions() *RpcProtocolVersions {
handshaker.pb.go#L261: RpcVersions *RpcProtocolVersions `protobuf:"bytes,9,opt,name=rpc_versions,json=rpcVersions,proto3" json:"rpc_versions,omitempty"`
handshaker.pb.go#L350: func (m *StartClientHandshakeReq) GetRpcVersions() *RpcProtocolVersions {
handshaker.pb.go#L435: RpcVersions *RpcProtocolVersions `protobuf:"bytes,6,opt,name=rpc_versions,json=rpcVersions,proto3" json:"rpc_versions,omitempty"`
handshaker.pb.go#L503: func (m *StartServerHandshakeReq) GetRpcVersions() *RpcProtocolVersions {
handshaker.pb.go#L672: PeerRpcVersions *RpcProtocolVersions `protobuf:"bytes,7,opt,name=peer_rpc_versions,json=peerRpcVersions,proto3" json:"peer_rpc_versions,omitempty"`
handshaker.pb.go#L747: func (m *HandshakerResult) GetPeerRpcVersions() *RpcProtocolVersions {
transport_security_common.pb.go#L54: type RpcProtocolVersions struct {
transport_security_common.pb.go#L64: func (m *RpcProtocolVersions) Reset() { *m = RpcProtocolVersions{} }
transport_security_common.pb.go#L65: func (m *RpcProtocolVersions) String() string { return proto.CompactTextString(m) }
transport_security_common.pb.go#L66: func (*RpcProtocolVersions) ProtoMessage() {}
transport_security_common.pb.go#L67: func (*RpcProtocolVersions) Descriptor() ([]byte, []int) {
transport_security_common.pb.go#L71: func (m *RpcProtocolVersions) XXX_Unmarshal(b []byte) error {
transport_security_common.pb.go#L74: func (m *RpcProtocolVersions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
transport_security_common.pb.go#L77: func (m *RpcProtocolVersions) XXX_Merge(src proto.Message) {
transport_security_common.pb.go#L80: func (m *RpcProtocolVersions) XXX_Size() int {
transport_security_common.pb.go#L83: func (m *RpcProtocolVersions) XXX_DiscardUnknown() {
transport_security_common.pb.go#L89: func (m *RpcProtocolVersions) GetMaxRpcVersion() *RpcProtocolVersions_Version {
transport_security_common.pb.go#L96: func (m *RpcProtocolVersions) GetMinRpcVersion() *RpcProtocolVersions_Version {
transport_security_common.pb.go#L153: proto.RegisterType((*RpcProtocolVersions)(nil), "grpc.gcp.RpcProtocolVersions")
google.golang.org/grpc/credentials/alts/internal/authinfo
authinfo.go#L88: func (s *altsAuthInfo) PeerRPCVersions() *altspb.RpcProtocolVersions {
google.golang.org/grpc/credentials/alts/internal/handshaker
handshaker.go#L117: RPCVersions *altspb.RpcProtocolVersions
handshaker.go#L124: RPCVersions *altspb.RpcProtocolVersions
google.golang.org/grpc/credentials/alts
alts.go#L93: PeerRPCVersions() *altspb.RpcProtocolVersions
alts.go#L196: opts.RPCVersions = &altspb.RpcProtocolVersions{
alts.go#L239: opts.RPCVersions = &altspb.RpcProtocolVersions{
alts.go#L309: func checkRPCVersions(local, peer *altspb.RpcProtocolVersions) (bool, *altspb.RpcProtocolVersions_Version) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |