type google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1.ErrorStatsServiceServer
9 uses
google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
error_stats_service.pb.go#L1644: type ErrorStatsServiceServer interface {
error_stats_service.pb.go#L1667: func RegisterErrorStatsServiceServer(s *grpc.Server, srv ErrorStatsServiceServer) {
error_stats_service.pb.go#L1677: return srv.(ErrorStatsServiceServer).ListGroupStats(ctx, in)
error_stats_service.pb.go#L1684: return srv.(ErrorStatsServiceServer).ListGroupStats(ctx, req.(*ListGroupStatsRequest))
error_stats_service.pb.go#L1695: return srv.(ErrorStatsServiceServer).ListEvents(ctx, in)
error_stats_service.pb.go#L1702: return srv.(ErrorStatsServiceServer).ListEvents(ctx, req.(*ListEventsRequest))
error_stats_service.pb.go#L1713: return srv.(ErrorStatsServiceServer).DeleteEvents(ctx, in)
error_stats_service.pb.go#L1720: return srv.(ErrorStatsServiceServer).DeleteEvents(ctx, req.(*DeleteEventsRequest))
error_stats_service.pb.go#L1727: HandlerType: (*ErrorStatsServiceServer)(nil),
![]() |
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. |