type google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp.RpcProtocolVersions_Version
22 uses
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
transport_security_common.pb.go#L56: MaxRpcVersion *RpcProtocolVersions_Version `protobuf:"bytes,1,opt,name=max_rpc_version,json=maxRpcVersion,proto3" json:"max_rpc_version,omitempty"`
transport_security_common.pb.go#L58: MinRpcVersion *RpcProtocolVersions_Version `protobuf:"bytes,2,opt,name=min_rpc_version,json=minRpcVersion,proto3" json:"min_rpc_version,omitempty"`
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#L104: type RpcProtocolVersions_Version struct {
transport_security_common.pb.go#L112: func (m *RpcProtocolVersions_Version) Reset() { *m = RpcProtocolVersions_Version{} }
transport_security_common.pb.go#L113: func (m *RpcProtocolVersions_Version) String() string { return proto.CompactTextString(m) }
transport_security_common.pb.go#L114: func (*RpcProtocolVersions_Version) ProtoMessage() {}
transport_security_common.pb.go#L115: func (*RpcProtocolVersions_Version) Descriptor() ([]byte, []int) {
transport_security_common.pb.go#L119: func (m *RpcProtocolVersions_Version) XXX_Unmarshal(b []byte) error {
transport_security_common.pb.go#L122: func (m *RpcProtocolVersions_Version) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
transport_security_common.pb.go#L125: func (m *RpcProtocolVersions_Version) XXX_Merge(src proto.Message) {
transport_security_common.pb.go#L128: func (m *RpcProtocolVersions_Version) XXX_Size() int {
transport_security_common.pb.go#L131: func (m *RpcProtocolVersions_Version) XXX_DiscardUnknown() {
transport_security_common.pb.go#L137: func (m *RpcProtocolVersions_Version) GetMajor() uint32 {
transport_security_common.pb.go#L144: func (m *RpcProtocolVersions_Version) GetMinor() uint32 {
transport_security_common.pb.go#L154: proto.RegisterType((*RpcProtocolVersions_Version)(nil), "grpc.gcp.RpcProtocolVersions.Version")
google.golang.org/grpc/credentials/alts
alts.go#L58: maxRPCVersion = &altspb.RpcProtocolVersions_Version{
alts.go#L62: minRPCVersion = &altspb.RpcProtocolVersions_Version{
alts.go#L292: func compareRPCVersions(v1, v2 *altspb.RpcProtocolVersions_Version) int {
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. |