crashreportpb

package
v1.103.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

Package crashreportpb contains protobuf definitions for crashreport.

Index

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) Method

func (DRPCCrashReportDescription) Method(n int) (string, drpc.Encoding, drpc.Receiver, interface{}, bool)

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

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

Jump to

Keyboard shortcuts

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