v1

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GroupsService_RetrieveEntity_FullMethodName = "/groups.v1.GroupsService/RetrieveEntity"
)

Variables

View Source
var File_groups_v1_groups_proto protoreflect.FileDescriptor
View Source
var GroupsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "groups.v1.GroupsService",
	HandlerType: (*GroupsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RetrieveEntity",
			Handler:    _GroupsService_RetrieveEntity_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "groups/v1/groups.proto",
}

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

Functions

func RegisterGroupsServiceServer

func RegisterGroupsServiceServer(s grpc.ServiceRegistrar, srv GroupsServiceServer)

Types

type GroupsServiceClient

type GroupsServiceClient interface {
	RetrieveEntity(ctx context.Context, in *v1.RetrieveEntityReq, opts ...grpc.CallOption) (*v1.RetrieveEntityRes, error)
}

GroupsServiceClient is the client API for GroupsService 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.

GroupssService is a service that provides groups functionalities for SuperMQ services.

type GroupsServiceServer

type GroupsServiceServer interface {
	RetrieveEntity(context.Context, *v1.RetrieveEntityReq) (*v1.RetrieveEntityRes, error)
	// contains filtered or unexported methods
}

GroupsServiceServer is the server API for GroupsService service. All implementations must embed UnimplementedGroupsServiceServer for forward compatibility.

GroupssService is a service that provides groups functionalities for SuperMQ services.

type UnimplementedGroupsServiceServer

type UnimplementedGroupsServiceServer struct{}

UnimplementedGroupsServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedGroupsServiceServer) RetrieveEntity

type UnsafeGroupsServiceServer

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

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

Jump to

Keyboard shortcuts

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