debug

package
v1.8.0-8f47e0df94b6be9... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2018 License: Apache-2.0 Imports: 7 Imported by: 10

Documentation

Overview

Package debug is a generated protocol buffer package.

It is generated from these files:

client/debug/debug.proto

It has these top-level messages:

DumpRequest

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthDebug = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowDebug   = fmt.Errorf("proto: integer overflow")
)

Functions

func RegisterDebugServer

func RegisterDebugServer(s *grpc.Server, srv DebugServer)

Types

type DebugClient

type DebugClient interface {
	Dump(ctx context.Context, in *DumpRequest, opts ...grpc.CallOption) (Debug_DumpClient, error)
}

func NewDebugClient

func NewDebugClient(cc *grpc.ClientConn) DebugClient

type DebugServer

type DebugServer interface {
	Dump(*DumpRequest, Debug_DumpServer) error
}

type Debug_DumpClient

type Debug_DumpClient interface {
	Recv() (*google_protobuf.BytesValue, error)
	grpc.ClientStream
}

type Debug_DumpServer

type Debug_DumpServer interface {
	Send(*google_protobuf.BytesValue) error
	grpc.ServerStream
}

type DumpRequest

type DumpRequest struct {
	// Recursed is true if this request is a recursive call from another request.
	// Callers should leave it unset, it's used to prevent infinite loops of
	// recursive calls.
	Recursed bool `protobuf:"varint,1,opt,name=recursed,proto3" json:"recursed,omitempty"`
}

func (*DumpRequest) Descriptor

func (*DumpRequest) Descriptor() ([]byte, []int)

func (*DumpRequest) GetRecursed

func (m *DumpRequest) GetRecursed() bool

func (*DumpRequest) Marshal

func (m *DumpRequest) Marshal() (dAtA []byte, err error)

func (*DumpRequest) MarshalTo

func (m *DumpRequest) MarshalTo(dAtA []byte) (int, error)

func (*DumpRequest) ProtoMessage

func (*DumpRequest) ProtoMessage()

func (*DumpRequest) Reset

func (m *DumpRequest) Reset()

func (*DumpRequest) Size

func (m *DumpRequest) Size() (n int)

func (*DumpRequest) String

func (m *DumpRequest) String() string

func (*DumpRequest) Unmarshal

func (m *DumpRequest) Unmarshal(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL