move to buf
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||
// versions:
|
||||
// - protoc-gen-go-grpc v1.5.1
|
||||
// - protoc v5.29.3
|
||||
// - protoc (unknown)
|
||||
// source: demo/app/v1alpha1/app.proto
|
||||
|
||||
package demo
|
||||
@ -48,14 +48,13 @@ func (c *demoAppServiceClient) GetDemo(ctx context.Context, in *GetDemoRequest,
|
||||
}
|
||||
|
||||
// DemoAppServiceServer is the server API for DemoAppService service.
|
||||
// All implementations must embed UnimplementedDemoAppServiceServer
|
||||
// All implementations should embed UnimplementedDemoAppServiceServer
|
||||
// for forward compatibility.
|
||||
type DemoAppServiceServer interface {
|
||||
GetDemo(context.Context, *GetDemoRequest) (*GetDemoResponse, error)
|
||||
mustEmbedUnimplementedDemoAppServiceServer()
|
||||
}
|
||||
|
||||
// UnimplementedDemoAppServiceServer must be embedded to have
|
||||
// UnimplementedDemoAppServiceServer should be embedded to have
|
||||
// forward compatible implementations.
|
||||
//
|
||||
// NOTE: this should be embedded by value instead of pointer to avoid a nil
|
||||
@ -65,8 +64,7 @@ type UnimplementedDemoAppServiceServer struct{}
|
||||
func (UnimplementedDemoAppServiceServer) GetDemo(context.Context, *GetDemoRequest) (*GetDemoResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method GetDemo not implemented")
|
||||
}
|
||||
func (UnimplementedDemoAppServiceServer) mustEmbedUnimplementedDemoAppServiceServer() {}
|
||||
func (UnimplementedDemoAppServiceServer) testEmbeddedByValue() {}
|
||||
func (UnimplementedDemoAppServiceServer) testEmbeddedByValue() {}
|
||||
|
||||
// UnsafeDemoAppServiceServer may be embedded to opt out of forward compatibility for this service.
|
||||
// Use of this interface is not recommended, as added methods to DemoAppServiceServer will
|
||||
|
Reference in New Issue
Block a user