curationv1grpc

package
v1.3.0-20230707151846-... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CurationService_GetCuration_FullMethodName      = "/stroeer.curation.v1.CurationService/GetCuration"
	CurationService_BatchGetCuration_FullMethodName = "/stroeer.curation.v1.CurationService/BatchGetCuration"
)

Variables

View Source
var CurationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "stroeer.curation.v1.CurationService",
	HandlerType: (*CurationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetCuration",
			Handler:    _CurationService_GetCuration_Handler,
		},
		{
			MethodName: "BatchGetCuration",
			Handler:    _CurationService_BatchGetCuration_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "stroeer/curation/v1/core_curation_service.proto",
}

CurationService_ServiceDesc is the grpc.ServiceDesc for CurationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterCurationServiceServer

func RegisterCurationServiceServer(s grpc.ServiceRegistrar, srv CurationServiceServer)

Types

type CurationServiceClient

type CurationServiceClient interface {
	GetCuration(ctx context.Context, in *v1.GetCurationRequest, opts ...grpc.CallOption) (*v1.GetCurationResponse, error)
	BatchGetCuration(ctx context.Context, in *v1.BatchGetCurationRequest, opts ...grpc.CallOption) (*v1.BatchGetCurationResponse, error)
}

CurationServiceClient is the client API for CurationService service.

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.

func NewCurationServiceClient

func NewCurationServiceClient(cc grpc.ClientConnInterface) CurationServiceClient

type CurationServiceServer

type CurationServiceServer interface {
	GetCuration(context.Context, *v1.GetCurationRequest) (*v1.GetCurationResponse, error)
	BatchGetCuration(context.Context, *v1.BatchGetCurationRequest) (*v1.BatchGetCurationResponse, error)
}

CurationServiceServer is the server API for CurationService service. All implementations should embed UnimplementedCurationServiceServer for forward compatibility

type UnimplementedCurationServiceServer

type UnimplementedCurationServiceServer struct {
}

UnimplementedCurationServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedCurationServiceServer) BatchGetCuration

func (UnimplementedCurationServiceServer) GetCuration

type UnsafeCurationServiceServer

type UnsafeCurationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeCurationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CurationServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL