• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / blob-csi-driver / 15660253273

15 Jun 2025 06:15AM UTC coverage: 70.225% (-1.3%) from 71.503%
15660253273

push

github

web-flow
Merge pull request #2036 from k8s-infra-cherrypick-robot/cherry-pick-2032-to-release-1.23

[release-1.23] test: fix CVE-2025-4673 in trivy action

2033 of 2895 relevant lines covered (70.22%)

6.47 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/pkg/blobfuse-proxy/pb/azure_blob_mount_grpc.pb.go
1
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
2

3
package pb
4

5
import (
6
        context "context"
7
        grpc "google.golang.org/grpc"
8
        codes "google.golang.org/grpc/codes"
9
        status "google.golang.org/grpc/status"
10
)
11

12
// This is a compile-time assertion to ensure that this generated file
13
// is compatible with the grpc package it is being compiled against.
14
// Requires gRPC-Go v1.32.0 or later.
15
const _ = grpc.SupportPackageIsVersion7
16

17
// MountServiceClient is the client API for MountService service.
18
//
19
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
20
type MountServiceClient interface {
21
        MountAzureBlob(ctx context.Context, in *MountAzureBlobRequest, opts ...grpc.CallOption) (*MountAzureBlobResponse, error)
22
}
23

24
type mountServiceClient struct {
25
        cc grpc.ClientConnInterface
26
}
27

28
func NewMountServiceClient(cc grpc.ClientConnInterface) MountServiceClient {
×
29
        return &mountServiceClient{cc}
×
30
}
×
31

32
func (c *mountServiceClient) MountAzureBlob(ctx context.Context, in *MountAzureBlobRequest, opts ...grpc.CallOption) (*MountAzureBlobResponse, error) {
×
33
        out := new(MountAzureBlobResponse)
×
34
        err := c.cc.Invoke(ctx, "/MountService/MountAzureBlob", in, out, opts...)
×
35
        if err != nil {
×
36
                return nil, err
×
37
        }
×
38
        return out, nil
×
39
}
40

41
// MountServiceServer is the server API for MountService service.
42
// All implementations must embed UnimplementedMountServiceServer
43
// for forward compatibility
44
type MountServiceServer interface {
45
        MountAzureBlob(context.Context, *MountAzureBlobRequest) (*MountAzureBlobResponse, error)
46
        mustEmbedUnimplementedMountServiceServer()
47
}
48

49
// UnimplementedMountServiceServer must be embedded to have forward compatible implementations.
50
type UnimplementedMountServiceServer struct {
51
}
52

53
func (UnimplementedMountServiceServer) MountAzureBlob(context.Context, *MountAzureBlobRequest) (*MountAzureBlobResponse, error) {
×
54
        return nil, status.Errorf(codes.Unimplemented, "method MountAzureBlob not implemented")
×
55
}
×
56
func (UnimplementedMountServiceServer) mustEmbedUnimplementedMountServiceServer() {}
×
57

58
// UnsafeMountServiceServer may be embedded to opt out of forward compatibility for this service.
59
// Use of this interface is not recommended, as added methods to MountServiceServer will
60
// result in compilation errors.
61
type UnsafeMountServiceServer interface {
62
        mustEmbedUnimplementedMountServiceServer()
63
}
64

65
func RegisterMountServiceServer(s grpc.ServiceRegistrar, srv MountServiceServer) {
×
66
        s.RegisterService(&MountService_ServiceDesc, srv)
×
67
}
×
68

69
func _MountService_MountAzureBlob_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
×
70
        in := new(MountAzureBlobRequest)
×
71
        if err := dec(in); err != nil {
×
72
                return nil, err
×
73
        }
×
74
        if interceptor == nil {
×
75
                return srv.(MountServiceServer).MountAzureBlob(ctx, in)
×
76
        }
×
77
        info := &grpc.UnaryServerInfo{
×
78
                Server:     srv,
×
79
                FullMethod: "/MountService/MountAzureBlob",
×
80
        }
×
81
        handler := func(ctx context.Context, req interface{}) (interface{}, error) {
×
82
                return srv.(MountServiceServer).MountAzureBlob(ctx, req.(*MountAzureBlobRequest))
×
83
        }
×
84
        return interceptor(ctx, in, info, handler)
×
85
}
86

87
// MountService_ServiceDesc is the grpc.ServiceDesc for MountService service.
88
// It's only intended for direct use with grpc.RegisterService,
89
// and not to be introspected or modified (even as a copy)
90
var MountService_ServiceDesc = grpc.ServiceDesc{
91
        ServiceName: "MountService",
92
        HandlerType: (*MountServiceServer)(nil),
93
        Methods: []grpc.MethodDesc{
94
                {
95
                        MethodName: "MountAzureBlob",
96
                        Handler:    _MountService_MountAzureBlob_Handler,
97
                },
98
        },
99
        Streams:  []grpc.StreamDesc{},
100
        Metadata: "azure_blob_mount.proto",
101
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc