type google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp.HandshakerReq
27 uses
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
handshaker.pb.go#L559: type HandshakerReq struct {
handshaker.pb.go#L570: func (m *HandshakerReq) Reset() { *m = HandshakerReq{} }
handshaker.pb.go#L571: func (m *HandshakerReq) String() string { return proto.CompactTextString(m) }
handshaker.pb.go#L572: func (*HandshakerReq) ProtoMessage() {}
handshaker.pb.go#L573: func (*HandshakerReq) Descriptor() ([]byte, []int) {
handshaker.pb.go#L577: func (m *HandshakerReq) XXX_Unmarshal(b []byte) error {
handshaker.pb.go#L580: func (m *HandshakerReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
handshaker.pb.go#L583: func (m *HandshakerReq) XXX_Merge(src proto.Message) {
handshaker.pb.go#L586: func (m *HandshakerReq) XXX_Size() int {
handshaker.pb.go#L589: func (m *HandshakerReq) XXX_DiscardUnknown() {
handshaker.pb.go#L617: func (m *HandshakerReq) GetReqOneof() isHandshakerReq_ReqOneof {
handshaker.pb.go#L624: func (m *HandshakerReq) GetClientStart() *StartClientHandshakeReq {
handshaker.pb.go#L631: func (m *HandshakerReq) GetServerStart() *StartServerHandshakeReq {
handshaker.pb.go#L638: func (m *HandshakerReq) GetNext() *NextHandshakeMessageReq {
handshaker.pb.go#L646: func (*HandshakerReq) XXX_OneofWrappers() []interface{} {
handshaker.pb.go#L895: proto.RegisterType((*HandshakerReq)(nil), "grpc.gcp.HandshakerReq")
handshaker.pb.go#L1022: Send(*HandshakerReq) error
handshaker.pb.go#L1031: func (x *handshakerServiceDoHandshakeClient) Send(m *HandshakerReq) error {
handshaker.pb.go#L1072: Recv() (*HandshakerReq, error)
handshaker.pb.go#L1084: func (x *handshakerServiceDoHandshakeServer) Recv() (*HandshakerReq, error) {
handshaker.pb.go#L1085: m := new(HandshakerReq)
google.golang.org/grpc/credentials/alts/internal/handshaker
handshaker.go#L210: req := &altspb.HandshakerReq{
handshaker.go#L257: req := &altspb.HandshakerReq{
handshaker.go#L276: func (h *altsHandshaker) doHandshake(req *altspb.HandshakerReq) (net.Conn, *altspb.HandshakerResult, error) {
handshaker.go#L312: func (h *altsHandshaker) accessHandshakerService(req *altspb.HandshakerReq) (*altspb.HandshakerResp, error) {
handshaker.go#L353: resp, err = h.accessHandshakerService(&altspb.HandshakerReq{
 |
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. |