Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Error = errs.Class("crashes service")
Error is a default error type for crash collect Service.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
StoringDir string `help:"directory to store crash reports" default:""`
}
Config contains configurable values for crash collect service.
type Endpoint ¶
type Endpoint struct {
// contains filtered or unexported fields
}
Endpoint is an drpc controller for receiving crashes.
func NewEndpoint ¶
NewEndpoint is a constructor for Endpoint.
func (*Endpoint) Report ¶
func (endpoint *Endpoint) Report(ctx context.Context, r *crashreportpb.ReportRequest) (*crashreportpb.ReportResponse, error)
Report is an drpc endpoint for receiving crashes.
Click to show internal directories.
Click to hide internal directories.