Documentation ¶
Index ¶
Constants ¶
const (
GroupsService_RetrieveEntity_FullMethodName = "/groups.v1.GroupsService/RetrieveEntity"
)
Variables ¶
var File_groups_v1_groups_proto protoreflect.FileDescriptor
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.
func NewGroupsServiceClient ¶
func NewGroupsServiceClient(cc grpc.ClientConnInterface) GroupsServiceClient
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 ¶
func (UnimplementedGroupsServiceServer) RetrieveEntity(context.Context, *v1.RetrieveEntityReq) (*v1.RetrieveEntityRes, error)
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.