type google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1.ErrorGroupServiceServer
7 uses
google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
error_group_service.pb.go#L368: type ErrorGroupServiceServer interface {
error_group_service.pb.go#L387: func RegisterErrorGroupServiceServer(s *grpc.Server, srv ErrorGroupServiceServer) {
error_group_service.pb.go#L397: return srv.(ErrorGroupServiceServer).GetGroup(ctx, in)
error_group_service.pb.go#L404: return srv.(ErrorGroupServiceServer).GetGroup(ctx, req.(*GetGroupRequest))
error_group_service.pb.go#L415: return srv.(ErrorGroupServiceServer).UpdateGroup(ctx, in)
error_group_service.pb.go#L422: return srv.(ErrorGroupServiceServer).UpdateGroup(ctx, req.(*UpdateGroupRequest))
error_group_service.pb.go#L429: HandlerType: (*ErrorGroupServiceServer)(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. |