legacy

package
v0.85.0 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_api_v1_legacy_user_manager_service_proto protoreflect.FileDescriptor
View Source
var UsersInternalService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "llmoperator.users.server.v1.UsersInternalService",
	HandlerType: (*UsersInternalServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListInternalAPIKeys",
			Handler:    _UsersInternalService_ListInternalAPIKeys_Handler,
		},
		{
			MethodName: "ListInternalOrganizations",
			Handler:    _UsersInternalService_ListInternalOrganizations_Handler,
		},
		{
			MethodName: "ListOrganizationUsers",
			Handler:    _UsersInternalService_ListOrganizationUsers_Handler,
		},
		{
			MethodName: "ListProjects",
			Handler:    _UsersInternalService_ListProjects_Handler,
		},
		{
			MethodName: "ListProjectUsers",
			Handler:    _UsersInternalService_ListProjectUsers_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "api/v1/legacy/user_manager_service.proto",
}

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

Functions

func RegisterUsersInternalServiceServer

func RegisterUsersInternalServiceServer(s grpc.ServiceRegistrar, srv UsersInternalServiceServer)

Types

type UnimplementedUsersInternalServiceServer

type UnimplementedUsersInternalServiceServer struct {
}

UnimplementedUsersInternalServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedUsersInternalServiceServer) ListInternalAPIKeys

func (UnimplementedUsersInternalServiceServer) ListProjectUsers

func (UnimplementedUsersInternalServiceServer) ListProjects

type UnsafeUsersInternalServiceServer

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

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

type UsersInternalServiceClient

type UsersInternalServiceClient interface {
	ListInternalAPIKeys(ctx context.Context, in *v1.ListInternalAPIKeysRequest, opts ...grpc.CallOption) (*v1.ListInternalAPIKeysResponse, error)
	ListInternalOrganizations(ctx context.Context, in *v1.ListInternalOrganizationsRequest, opts ...grpc.CallOption) (*v1.ListInternalOrganizationsResponse, error)
	ListOrganizationUsers(ctx context.Context, in *v1.ListOrganizationUsersRequest, opts ...grpc.CallOption) (*v1.ListOrganizationUsersResponse, error)
	ListProjects(ctx context.Context, in *v1.ListProjectsRequest, opts ...grpc.CallOption) (*v1.ListProjectsResponse, error)
	ListProjectUsers(ctx context.Context, in *v1.ListProjectUsersRequest, opts ...grpc.CallOption) (*v1.ListProjectUsersResponse, error)
}

UsersInternalServiceClient is the client API for UsersInternalService 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.

type UsersInternalServiceServer

type UsersInternalServiceServer interface {
	ListInternalAPIKeys(context.Context, *v1.ListInternalAPIKeysRequest) (*v1.ListInternalAPIKeysResponse, error)
	ListInternalOrganizations(context.Context, *v1.ListInternalOrganizationsRequest) (*v1.ListInternalOrganizationsResponse, error)
	ListOrganizationUsers(context.Context, *v1.ListOrganizationUsersRequest) (*v1.ListOrganizationUsersResponse, error)
	ListProjects(context.Context, *v1.ListProjectsRequest) (*v1.ListProjectsResponse, error)
	ListProjectUsers(context.Context, *v1.ListProjectUsersRequest) (*v1.ListProjectUsersResponse, error)
	// contains filtered or unexported methods
}

UsersInternalServiceServer is the server API for UsersInternalService service. All implementations must embed UnimplementedUsersInternalServiceServer for forward compatibility

Jump to

Keyboard shortcuts

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