Documentation ¶
Overview ¶
Package crashreportpb contains protobuf definitions for crashreport.
Index ¶
- func DRPCRegisterCrashReport(mux drpc.Mux, impl DRPCCrashReportServer) error
- type DRPCCrashReportClient
- type DRPCCrashReportDescription
- type DRPCCrashReportServer
- type DRPCCrashReportUnimplementedServer
- type DRPCCrashReport_ReportStream
- type ReportRequest
- func (*ReportRequest) Descriptor() ([]byte, []int)
- func (m *ReportRequest) GetGzippedPanic() []byte
- func (*ReportRequest) ProtoMessage()
- func (m *ReportRequest) Reset()
- func (m *ReportRequest) String() string
- func (m *ReportRequest) XXX_DiscardUnknown()
- func (m *ReportRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReportRequest) XXX_Merge(src proto.Message)
- func (m *ReportRequest) XXX_Size() int
- func (m *ReportRequest) XXX_Unmarshal(b []byte) error
- type ReportResponse
- func (*ReportResponse) Descriptor() ([]byte, []int)
- func (*ReportResponse) ProtoMessage()
- func (m *ReportResponse) Reset()
- func (m *ReportResponse) String() string
- func (m *ReportResponse) XXX_DiscardUnknown()
- func (m *ReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReportResponse) XXX_Merge(src proto.Message)
- func (m *ReportResponse) XXX_Size() int
- func (m *ReportResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DRPCRegisterCrashReport ¶
func DRPCRegisterCrashReport(mux drpc.Mux, impl DRPCCrashReportServer) error
Types ¶
type DRPCCrashReportClient ¶
type DRPCCrashReportClient interface { DRPCConn() drpc.Conn Report(ctx context.Context, in *ReportRequest) (*ReportResponse, error) }
func NewDRPCCrashReportClient ¶
func NewDRPCCrashReportClient(cc drpc.Conn) DRPCCrashReportClient
type DRPCCrashReportDescription ¶
type DRPCCrashReportDescription struct{}
func (DRPCCrashReportDescription) NumMethods ¶
func (DRPCCrashReportDescription) NumMethods() int
type DRPCCrashReportServer ¶
type DRPCCrashReportServer interface {
Report(context.Context, *ReportRequest) (*ReportResponse, error)
}
type DRPCCrashReportUnimplementedServer ¶
type DRPCCrashReportUnimplementedServer struct{}
func (*DRPCCrashReportUnimplementedServer) Report ¶
func (s *DRPCCrashReportUnimplementedServer) Report(context.Context, *ReportRequest) (*ReportResponse, error)
type DRPCCrashReport_ReportStream ¶
type DRPCCrashReport_ReportStream interface { drpc.Stream SendAndClose(*ReportResponse) error }
type ReportRequest ¶
type ReportRequest struct { GzippedPanic []byte `protobuf:"bytes,1,opt,name=gzipped_panic,json=gzippedPanic,proto3" json:"gzipped_panic,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReportRequest) Descriptor ¶
func (*ReportRequest) Descriptor() ([]byte, []int)
func (*ReportRequest) GetGzippedPanic ¶
func (m *ReportRequest) GetGzippedPanic() []byte
func (*ReportRequest) ProtoMessage ¶
func (*ReportRequest) ProtoMessage()
func (*ReportRequest) Reset ¶
func (m *ReportRequest) Reset()
func (*ReportRequest) String ¶
func (m *ReportRequest) String() string
func (*ReportRequest) XXX_DiscardUnknown ¶
func (m *ReportRequest) XXX_DiscardUnknown()
func (*ReportRequest) XXX_Marshal ¶
func (m *ReportRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReportRequest) XXX_Merge ¶
func (m *ReportRequest) XXX_Merge(src proto.Message)
func (*ReportRequest) XXX_Size ¶
func (m *ReportRequest) XXX_Size() int
func (*ReportRequest) XXX_Unmarshal ¶
func (m *ReportRequest) XXX_Unmarshal(b []byte) error
type ReportResponse ¶
type ReportResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReportResponse) Descriptor ¶
func (*ReportResponse) Descriptor() ([]byte, []int)
func (*ReportResponse) ProtoMessage ¶
func (*ReportResponse) ProtoMessage()
func (*ReportResponse) Reset ¶
func (m *ReportResponse) Reset()
func (*ReportResponse) String ¶
func (m *ReportResponse) String() string
func (*ReportResponse) XXX_DiscardUnknown ¶
func (m *ReportResponse) XXX_DiscardUnknown()
func (*ReportResponse) XXX_Marshal ¶
func (m *ReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReportResponse) XXX_Merge ¶
func (m *ReportResponse) XXX_Merge(src proto.Message)
func (*ReportResponse) XXX_Size ¶
func (m *ReportResponse) XXX_Size() int
func (*ReportResponse) XXX_Unmarshal ¶
func (m *ReportResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.