Documentation
¶
Index ¶
- Variables
- func RegisterUsersInternalServiceServer(s grpc.ServiceRegistrar, srv UsersInternalServiceServer)
- type UnimplementedUsersInternalServiceServer
- func (UnimplementedUsersInternalServiceServer) ListInternalAPIKeys(context.Context, *v1.ListInternalAPIKeysRequest) (*v1.ListInternalAPIKeysResponse, error)
- func (UnimplementedUsersInternalServiceServer) ListInternalOrganizations(context.Context, *v1.ListInternalOrganizationsRequest) (*v1.ListInternalOrganizationsResponse, error)
- func (UnimplementedUsersInternalServiceServer) ListOrganizationUsers(context.Context, *v1.ListOrganizationUsersRequest) (*v1.ListOrganizationUsersResponse, error)
- func (UnimplementedUsersInternalServiceServer) ListProjectUsers(context.Context, *v1.ListProjectUsersRequest) (*v1.ListProjectUsersResponse, error)
- func (UnimplementedUsersInternalServiceServer) ListProjects(context.Context, *v1.ListProjectsRequest) (*v1.ListProjectsResponse, error)
- type UnsafeUsersInternalServiceServer
- type UsersInternalServiceClient
- type UsersInternalServiceServer
Constants ¶
This section is empty.
Variables ¶
var File_api_v1_legacy_user_manager_service_proto protoreflect.FileDescriptor
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) ListInternalAPIKeys(context.Context, *v1.ListInternalAPIKeysRequest) (*v1.ListInternalAPIKeysResponse, error)
func (UnimplementedUsersInternalServiceServer) ListInternalOrganizations ¶
func (UnimplementedUsersInternalServiceServer) ListInternalOrganizations(context.Context, *v1.ListInternalOrganizationsRequest) (*v1.ListInternalOrganizationsResponse, error)
func (UnimplementedUsersInternalServiceServer) ListOrganizationUsers ¶
func (UnimplementedUsersInternalServiceServer) ListOrganizationUsers(context.Context, *v1.ListOrganizationUsersRequest) (*v1.ListOrganizationUsersResponse, error)
func (UnimplementedUsersInternalServiceServer) ListProjectUsers ¶
func (UnimplementedUsersInternalServiceServer) ListProjectUsers(context.Context, *v1.ListProjectUsersRequest) (*v1.ListProjectUsersResponse, error)
func (UnimplementedUsersInternalServiceServer) ListProjects ¶
func (UnimplementedUsersInternalServiceServer) ListProjects(context.Context, *v1.ListProjectsRequest) (*v1.ListProjectsResponse, error)
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.
func NewUsersInternalServiceClient ¶
func NewUsersInternalServiceClient(cc grpc.ClientConnInterface) UsersInternalServiceClient
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