type google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp.HandshakerResult
26 uses
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
handshaker.pb.go#L654: type HandshakerResult struct {
handshaker.pb.go#L680: func (m *HandshakerResult) Reset() { *m = HandshakerResult{} }
handshaker.pb.go#L681: func (m *HandshakerResult) String() string { return proto.CompactTextString(m) }
handshaker.pb.go#L682: func (*HandshakerResult) ProtoMessage() {}
handshaker.pb.go#L683: func (*HandshakerResult) Descriptor() ([]byte, []int) {
handshaker.pb.go#L687: func (m *HandshakerResult) XXX_Unmarshal(b []byte) error {
handshaker.pb.go#L690: func (m *HandshakerResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
handshaker.pb.go#L693: func (m *HandshakerResult) XXX_Merge(src proto.Message) {
handshaker.pb.go#L696: func (m *HandshakerResult) XXX_Size() int {
handshaker.pb.go#L699: func (m *HandshakerResult) XXX_DiscardUnknown() {
handshaker.pb.go#L705: func (m *HandshakerResult) GetApplicationProtocol() string {
handshaker.pb.go#L712: func (m *HandshakerResult) GetRecordProtocol() string {
handshaker.pb.go#L719: func (m *HandshakerResult) GetKeyData() []byte {
handshaker.pb.go#L726: func (m *HandshakerResult) GetPeerIdentity() *Identity {
handshaker.pb.go#L733: func (m *HandshakerResult) GetLocalIdentity() *Identity {
handshaker.pb.go#L740: func (m *HandshakerResult) GetKeepChannelOpen() bool {
handshaker.pb.go#L747: func (m *HandshakerResult) GetPeerRpcVersions() *RpcProtocolVersions {
handshaker.pb.go#L754: func (m *HandshakerResult) GetMaxFrameSize() uint32 {
handshaker.pb.go#L823: Result *HandshakerResult `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
handshaker.pb.go#L870: func (m *HandshakerResp) GetResult() *HandshakerResult {
handshaker.pb.go#L896: proto.RegisterType((*HandshakerResult)(nil), "grpc.gcp.HandshakerResult")
google.golang.org/grpc/credentials/alts/internal/authinfo
authinfo.go#L37: func New(result *altspb.HandshakerResult) credentials.AuthInfo {
authinfo.go#L41: func newAuthInfo(result *altspb.HandshakerResult) *altsAuthInfo {
google.golang.org/grpc/credentials/alts/internal/handshaker
handshaker.go#L276: func (h *altsHandshaker) doHandshake(req *altspb.HandshakerReq) (net.Conn, *altspb.HandshakerResult, error) {
handshaker.go#L326: func (h *altsHandshaker) processUntilDone(resp *altspb.HandshakerResp, extra []byte) (*altspb.HandshakerResult, []byte, error) {
 |
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. |