Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2023 Changes in this version + const DataModelService_DeleteDataModel_FullMethodName + const DataModelService_GetDataModel_FullMethodName + const DataModelService_ListAllDataModelRowIDs_FullMethodName + const DataModelService_ListDataModelRows_FullMethodName + const DataModelService_ListDataModels_FullMethodName + const DataModelService_PatchDataModel_FullMethodName + const NotebookService_CreateNotebook_FullMethodName + const NotebookService_DeleteNotebook_FullMethodName + const NotebookService_ListNotebooks_FullMethodName + const VersionService_Version_FullMethodName + const WorkflowService_CreateWorkflow_FullMethodName + const WorkflowService_DeleteWorkflow_FullMethodName + const WorkflowService_GetWorkflowFile_FullMethodName + const WorkflowService_GetWorkflowVersion_FullMethodName + const WorkflowService_GetWorkflow_FullMethodName + const WorkflowService_ListWorkflowFiles_FullMethodName + const WorkflowService_ListWorkflowVersions_FullMethodName + const WorkflowService_ListWorkflow_FullMethodName + const WorkflowService_UpdateWorkflow_FullMethodName + const WorkspaceService_CreateWorkspace_FullMethodName + const WorkspaceService_DeleteWorkspace_FullMethodName + const WorkspaceService_GetWorkspace_FullMethodName + const WorkspaceService_ImportWorkspace_FullMethodName + const WorkspaceService_ListWorkspace_FullMethodName + const WorkspaceService_UpdateWorkspace_FullMethodName + var DataModelService_ServiceDesc = grpc.ServiceDesc + var ErrorReason_name = map[int32]string + var ErrorReason_value = map[string]int32 + var File_internal_context_workspace_interface_grpc_proto_errors_proto protoreflect.FileDescriptor + var File_internal_context_workspace_interface_grpc_proto_notebook_proto protoreflect.FileDescriptor + var File_internal_context_workspace_interface_grpc_proto_version_proto protoreflect.FileDescriptor + var File_internal_context_workspace_interface_grpc_proto_workflow_proto protoreflect.FileDescriptor + var File_internal_context_workspace_interface_grpc_proto_workspace_proto protoreflect.FileDescriptor + var NotebookService_ServiceDesc = grpc.ServiceDesc + var VersionService_ServiceDesc = grpc.ServiceDesc + var WorkflowErrorReason_name = map[int32]string + var WorkflowErrorReason_value = map[string]int32 + var WorkflowService_ServiceDesc = grpc.ServiceDesc + var WorkspaceService_ServiceDesc = grpc.ServiceDesc + func ErrorWorkflowFileNotFound(format string, args ...interface{}) *errors.Error + func ErrorWorkflowMainWorkflowFileNotExist(format string, args ...interface{}) *errors.Error + func ErrorWorkflowNameDuplicated(format string, args ...interface{}) *errors.Error + func ErrorWorkflowNotFound(format string, args ...interface{}) *errors.Error + func ErrorWorkflowValidateError(format string, args ...interface{}) *errors.Error + func ErrorWorkflowVersionNotFound(format string, args ...interface{}) *errors.Error + func ErrorWorkspaceNameInvalid(format string, args ...interface{}) *errors.Error + func ErrorWorkspaceNotFound(format string, args ...interface{}) *errors.Error + func IsWorkflowFileNotFound(err error) bool + func IsWorkflowMainWorkflowFileNotExist(err error) bool + func IsWorkflowNameDuplicated(err error) bool + func IsWorkflowNotFound(err error) bool + func IsWorkflowValidateError(err error) bool + func IsWorkflowVersionNotFound(err error) bool + func IsWorkspaceNameInvalid(err error) bool + func IsWorkspaceNotFound(err error) bool + func RegisterDataModelServiceServer(s grpc.ServiceRegistrar, srv DataModelServiceServer) + func RegisterNotebookServiceServer(s grpc.ServiceRegistrar, srv NotebookServiceServer) + func RegisterVersionServiceServer(s grpc.ServiceRegistrar, srv VersionServiceServer) + func RegisterWorkflowServiceServer(s grpc.ServiceRegistrar, srv WorkflowServiceServer) + func RegisterWorkspaceServiceServer(s grpc.ServiceRegistrar, srv WorkspaceServiceServer) + type CreateNotebookRequest struct + Content []byte + Name string + WorkspaceID string + func (*CreateNotebookRequest) Descriptor() ([]byte, []int) + func (*CreateNotebookRequest) ProtoMessage() + func (x *CreateNotebookRequest) GetContent() []byte + func (x *CreateNotebookRequest) GetName() string + func (x *CreateNotebookRequest) GetWorkspaceID() string + func (x *CreateNotebookRequest) ProtoReflect() protoreflect.Message + func (x *CreateNotebookRequest) Reset() + func (x *CreateNotebookRequest) String() string + type CreateNotebookResponse struct + func (*CreateNotebookResponse) Descriptor() ([]byte, []int) + func (*CreateNotebookResponse) ProtoMessage() + func (x *CreateNotebookResponse) ProtoReflect() protoreflect.Message + func (x *CreateNotebookResponse) Reset() + func (x *CreateNotebookResponse) String() string + type CreateWorkflowRequest struct + Description *string + Id *string + Language string + MainWorkflowPath string + Name string + Source string + Tag *string + Token *string + Url *string + WorkspaceID string + func (*CreateWorkflowRequest) Descriptor() ([]byte, []int) + func (*CreateWorkflowRequest) ProtoMessage() + func (x *CreateWorkflowRequest) GetDescription() string + func (x *CreateWorkflowRequest) GetId() string + func (x *CreateWorkflowRequest) GetLanguage() string + func (x *CreateWorkflowRequest) GetMainWorkflowPath() string + func (x *CreateWorkflowRequest) GetName() string + func (x *CreateWorkflowRequest) GetSource() string + func (x *CreateWorkflowRequest) GetTag() string + func (x *CreateWorkflowRequest) GetToken() string + func (x *CreateWorkflowRequest) GetUrl() string + func (x *CreateWorkflowRequest) GetWorkspaceID() string + func (x *CreateWorkflowRequest) ProtoReflect() protoreflect.Message + func (x *CreateWorkflowRequest) Reset() + func (x *CreateWorkflowRequest) String() string + type CreateWorkflowResponse struct + Id string + func (*CreateWorkflowResponse) Descriptor() ([]byte, []int) + func (*CreateWorkflowResponse) ProtoMessage() + func (x *CreateWorkflowResponse) GetId() string + func (x *CreateWorkflowResponse) ProtoReflect() protoreflect.Message + func (x *CreateWorkflowResponse) Reset() + func (x *CreateWorkflowResponse) String() string + type CreateWorkspaceRequest struct + Description string + Name string + Storage *WorkspaceStorage + func (*CreateWorkspaceRequest) Descriptor() ([]byte, []int) + func (*CreateWorkspaceRequest) ProtoMessage() + func (x *CreateWorkspaceRequest) GetDescription() string + func (x *CreateWorkspaceRequest) GetName() string + func (x *CreateWorkspaceRequest) GetStorage() *WorkspaceStorage + func (x *CreateWorkspaceRequest) ProtoReflect() protoreflect.Message + func (x *CreateWorkspaceRequest) Reset() + func (x *CreateWorkspaceRequest) String() string + type CreateWorkspaceResponse struct + Id string + func (*CreateWorkspaceResponse) Descriptor() ([]byte, []int) + func (*CreateWorkspaceResponse) ProtoMessage() + func (x *CreateWorkspaceResponse) GetId() string + func (x *CreateWorkspaceResponse) ProtoReflect() protoreflect.Message + func (x *CreateWorkspaceResponse) Reset() + func (x *CreateWorkspaceResponse) String() string + type DataModel struct + Id string + Name string + RowCount int64 + Type string + func (*DataModel) Descriptor() ([]byte, []int) + func (*DataModel) ProtoMessage() + func (x *DataModel) GetId() string + func (x *DataModel) GetName() string + func (x *DataModel) GetRowCount() int64 + func (x *DataModel) GetType() string + func (x *DataModel) ProtoReflect() protoreflect.Message + func (x *DataModel) Reset() + func (x *DataModel) String() string + type DataModelServiceClient interface + DeleteDataModel func(ctx context.Context, in *DeleteDataModelRequest, opts ...grpc.CallOption) (*DeleteDataModelResponse, error) + GetDataModel func(ctx context.Context, in *GetDataModelRequest, opts ...grpc.CallOption) (*GetDataModelResponse, error) + ListAllDataModelRowIDs func(ctx context.Context, in *ListAllDataModelRowIDsRequest, ...) (*ListAllDataModelRowIDsResponse, error) + ListDataModelRows func(ctx context.Context, in *ListDataModelRowsRequest, opts ...grpc.CallOption) (*ListDataModelRowsResponse, error) + ListDataModels func(ctx context.Context, in *ListDataModelsRequest, opts ...grpc.CallOption) (*ListDataModelsResponse, error) + PatchDataModel func(ctx context.Context, in *PatchDataModelRequest, opts ...grpc.CallOption) (*PatchDataModelResponse, error) + func NewDataModelServiceClient(cc grpc.ClientConnInterface) DataModelServiceClient + type DataModelServiceServer interface + DeleteDataModel func(context.Context, *DeleteDataModelRequest) (*DeleteDataModelResponse, error) + GetDataModel func(context.Context, *GetDataModelRequest) (*GetDataModelResponse, error) + ListAllDataModelRowIDs func(context.Context, *ListAllDataModelRowIDsRequest) (*ListAllDataModelRowIDsResponse, error) + ListDataModelRows func(context.Context, *ListDataModelRowsRequest) (*ListDataModelRowsResponse, error) + ListDataModels func(context.Context, *ListDataModelsRequest) (*ListDataModelsResponse, error) + PatchDataModel func(context.Context, *PatchDataModelRequest) (*PatchDataModelResponse, error) + type DeleteDataModelRequest struct + Headers []string + Id string + RowIDs []string + WorkspaceID string + func (*DeleteDataModelRequest) Descriptor() ([]byte, []int) + func (*DeleteDataModelRequest) ProtoMessage() + func (x *DeleteDataModelRequest) GetHeaders() []string + func (x *DeleteDataModelRequest) GetId() string + func (x *DeleteDataModelRequest) GetRowIDs() []string + func (x *DeleteDataModelRequest) GetWorkspaceID() string + func (x *DeleteDataModelRequest) ProtoReflect() protoreflect.Message + func (x *DeleteDataModelRequest) Reset() + func (x *DeleteDataModelRequest) String() string + type DeleteDataModelResponse struct + func (*DeleteDataModelResponse) Descriptor() ([]byte, []int) + func (*DeleteDataModelResponse) ProtoMessage() + func (x *DeleteDataModelResponse) ProtoReflect() protoreflect.Message + func (x *DeleteDataModelResponse) Reset() + func (x *DeleteDataModelResponse) String() string + type DeleteNotebookRequest struct + Name string + WorkspaceID string + func (*DeleteNotebookRequest) Descriptor() ([]byte, []int) + func (*DeleteNotebookRequest) ProtoMessage() + func (x *DeleteNotebookRequest) GetName() string + func (x *DeleteNotebookRequest) GetWorkspaceID() string + func (x *DeleteNotebookRequest) ProtoReflect() protoreflect.Message + func (x *DeleteNotebookRequest) Reset() + func (x *DeleteNotebookRequest) String() string + type DeleteNotebookResponse struct + func (*DeleteNotebookResponse) Descriptor() ([]byte, []int) + func (*DeleteNotebookResponse) ProtoMessage() + func (x *DeleteNotebookResponse) ProtoReflect() protoreflect.Message + func (x *DeleteNotebookResponse) Reset() + func (x *DeleteNotebookResponse) String() string + type DeleteWorkflowRequest struct + Id string + WorkspaceID string + func (*DeleteWorkflowRequest) Descriptor() ([]byte, []int) + func (*DeleteWorkflowRequest) ProtoMessage() + func (x *DeleteWorkflowRequest) GetId() string + func (x *DeleteWorkflowRequest) GetWorkspaceID() string + func (x *DeleteWorkflowRequest) ProtoReflect() protoreflect.Message + func (x *DeleteWorkflowRequest) Reset() + func (x *DeleteWorkflowRequest) String() string + type DeleteWorkflowResponse struct + func (*DeleteWorkflowResponse) Descriptor() ([]byte, []int) + func (*DeleteWorkflowResponse) ProtoMessage() + func (x *DeleteWorkflowResponse) ProtoReflect() protoreflect.Message + func (x *DeleteWorkflowResponse) Reset() + func (x *DeleteWorkflowResponse) String() string + type DeleteWorkspaceRequest struct + Id string + func (*DeleteWorkspaceRequest) Descriptor() ([]byte, []int) + func (*DeleteWorkspaceRequest) ProtoMessage() + func (x *DeleteWorkspaceRequest) GetId() string + func (x *DeleteWorkspaceRequest) ProtoReflect() protoreflect.Message + func (x *DeleteWorkspaceRequest) Reset() + func (x *DeleteWorkspaceRequest) String() string + type DeleteWorkspaceResponse struct + func (*DeleteWorkspaceResponse) Descriptor() ([]byte, []int) + func (*DeleteWorkspaceResponse) ProtoMessage() + func (x *DeleteWorkspaceResponse) ProtoReflect() protoreflect.Message + func (x *DeleteWorkspaceResponse) Reset() + func (x *DeleteWorkspaceResponse) String() string + type ErrorReason int32 + const ErrorReason_WORKSPACE_NAME_INVALID + const ErrorReason_WORKSPACE_NOT_FOUND + func (ErrorReason) Descriptor() protoreflect.EnumDescriptor + func (ErrorReason) EnumDescriptor() ([]byte, []int) + func (ErrorReason) Type() protoreflect.EnumType + func (x ErrorReason) Enum() *ErrorReason + func (x ErrorReason) Number() protoreflect.EnumNumber + func (x ErrorReason) String() string + type GetDataModelRequest struct + Id string + WorkspaceID string + func (*GetDataModelRequest) Descriptor() ([]byte, []int) + func (*GetDataModelRequest) ProtoMessage() + func (x *GetDataModelRequest) GetId() string + func (x *GetDataModelRequest) GetWorkspaceID() string + func (x *GetDataModelRequest) ProtoReflect() protoreflect.Message + func (x *GetDataModelRequest) Reset() + func (x *GetDataModelRequest) String() string + type GetDataModelResponse struct + DataModel *DataModel + Headers []string + func (*GetDataModelResponse) Descriptor() ([]byte, []int) + func (*GetDataModelResponse) ProtoMessage() + func (x *GetDataModelResponse) GetDataModel() *DataModel + func (x *GetDataModelResponse) GetHeaders() []string + func (x *GetDataModelResponse) ProtoReflect() protoreflect.Message + func (x *GetDataModelResponse) Reset() + func (x *GetDataModelResponse) String() string + type GetVersionResponse struct + BuildTime string + Compiler string + GitBranch string + GitCommit string + GitTreeState string + GoVersion string + Platform string + Version string + func (*GetVersionResponse) Descriptor() ([]byte, []int) + func (*GetVersionResponse) ProtoMessage() + func (x *GetVersionResponse) GetBuildTime() string + func (x *GetVersionResponse) GetCompiler() string + func (x *GetVersionResponse) GetGitBranch() string + func (x *GetVersionResponse) GetGitCommit() string + func (x *GetVersionResponse) GetGitTreeState() string + func (x *GetVersionResponse) GetGoVersion() string + func (x *GetVersionResponse) GetPlatform() string + func (x *GetVersionResponse) GetVersion() string + func (x *GetVersionResponse) ProtoReflect() protoreflect.Message + func (x *GetVersionResponse) Reset() + func (x *GetVersionResponse) String() string + type GetWorkflowFileRequest struct + Id string + WorkflowID string + WorkspaceID string + func (*GetWorkflowFileRequest) Descriptor() ([]byte, []int) + func (*GetWorkflowFileRequest) ProtoMessage() + func (x *GetWorkflowFileRequest) GetId() string + func (x *GetWorkflowFileRequest) GetWorkflowID() string + func (x *GetWorkflowFileRequest) GetWorkspaceID() string + func (x *GetWorkflowFileRequest) ProtoReflect() protoreflect.Message + func (x *GetWorkflowFileRequest) Reset() + func (x *GetWorkflowFileRequest) String() string + type GetWorkflowFileResponse struct + File *WorkflowFile + func (*GetWorkflowFileResponse) Descriptor() ([]byte, []int) + func (*GetWorkflowFileResponse) ProtoMessage() + func (x *GetWorkflowFileResponse) GetFile() *WorkflowFile + func (x *GetWorkflowFileResponse) ProtoReflect() protoreflect.Message + func (x *GetWorkflowFileResponse) Reset() + func (x *GetWorkflowFileResponse) String() string + type GetWorkflowRequest struct + Id string + WorkspaceID string + func (*GetWorkflowRequest) Descriptor() ([]byte, []int) + func (*GetWorkflowRequest) ProtoMessage() + func (x *GetWorkflowRequest) GetId() string + func (x *GetWorkflowRequest) GetWorkspaceID() string + func (x *GetWorkflowRequest) ProtoReflect() protoreflect.Message + func (x *GetWorkflowRequest) Reset() + func (x *GetWorkflowRequest) String() string + type GetWorkflowResponse struct + Workflow *Workflow + func (*GetWorkflowResponse) Descriptor() ([]byte, []int) + func (*GetWorkflowResponse) ProtoMessage() + func (x *GetWorkflowResponse) GetWorkflow() *Workflow + func (x *GetWorkflowResponse) ProtoReflect() protoreflect.Message + func (x *GetWorkflowResponse) Reset() + func (x *GetWorkflowResponse) String() string + type GetWorkflowVersionRequest struct + Id string + WorkflowID string + WorkspaceID string + func (*GetWorkflowVersionRequest) Descriptor() ([]byte, []int) + func (*GetWorkflowVersionRequest) ProtoMessage() + func (x *GetWorkflowVersionRequest) GetId() string + func (x *GetWorkflowVersionRequest) GetWorkflowID() string + func (x *GetWorkflowVersionRequest) GetWorkspaceID() string + func (x *GetWorkflowVersionRequest) ProtoReflect() protoreflect.Message + func (x *GetWorkflowVersionRequest) Reset() + func (x *GetWorkflowVersionRequest) String() string + type GetWorkflowVersionResponse struct + Version *WorkflowVersion + func (*GetWorkflowVersionResponse) Descriptor() ([]byte, []int) + func (*GetWorkflowVersionResponse) ProtoMessage() + func (x *GetWorkflowVersionResponse) GetVersion() *WorkflowVersion + func (x *GetWorkflowVersionResponse) ProtoReflect() protoreflect.Message + func (x *GetWorkflowVersionResponse) Reset() + func (x *GetWorkflowVersionResponse) String() string + type GetWorkspaceRequest struct + Id string + func (*GetWorkspaceRequest) Descriptor() ([]byte, []int) + func (*GetWorkspaceRequest) ProtoMessage() + func (x *GetWorkspaceRequest) GetId() string + func (x *GetWorkspaceRequest) ProtoReflect() protoreflect.Message + func (x *GetWorkspaceRequest) Reset() + func (x *GetWorkspaceRequest) String() string + type GetWorkspaceResponse struct + Workspace *Workspace + func (*GetWorkspaceResponse) Descriptor() ([]byte, []int) + func (*GetWorkspaceResponse) ProtoMessage() + func (x *GetWorkspaceResponse) GetWorkspace() *Workspace + func (x *GetWorkspaceResponse) ProtoReflect() protoreflect.Message + func (x *GetWorkspaceResponse) Reset() + func (x *GetWorkspaceResponse) String() string + type ImportWorkspaceRequest struct + Content []byte + FileName string + Storage *WorkspaceStorage + func (*ImportWorkspaceRequest) Descriptor() ([]byte, []int) + func (*ImportWorkspaceRequest) ProtoMessage() + func (x *ImportWorkspaceRequest) GetContent() []byte + func (x *ImportWorkspaceRequest) GetFileName() string + func (x *ImportWorkspaceRequest) GetStorage() *WorkspaceStorage + func (x *ImportWorkspaceRequest) ProtoReflect() protoreflect.Message + func (x *ImportWorkspaceRequest) Reset() + func (x *ImportWorkspaceRequest) String() string + type ImportWorkspaceResponse struct + Id string + func (*ImportWorkspaceResponse) Descriptor() ([]byte, []int) + func (*ImportWorkspaceResponse) ProtoMessage() + func (x *ImportWorkspaceResponse) GetId() string + func (x *ImportWorkspaceResponse) ProtoReflect() protoreflect.Message + func (x *ImportWorkspaceResponse) Reset() + func (x *ImportWorkspaceResponse) String() string + type ListAllDataModelRowIDsRequest struct + Id string + WorkspaceID string + func (*ListAllDataModelRowIDsRequest) Descriptor() ([]byte, []int) + func (*ListAllDataModelRowIDsRequest) ProtoMessage() + func (x *ListAllDataModelRowIDsRequest) GetId() string + func (x *ListAllDataModelRowIDsRequest) GetWorkspaceID() string + func (x *ListAllDataModelRowIDsRequest) ProtoReflect() protoreflect.Message + func (x *ListAllDataModelRowIDsRequest) Reset() + func (x *ListAllDataModelRowIDsRequest) String() string + type ListAllDataModelRowIDsResponse struct + RowIDs []string + func (*ListAllDataModelRowIDsResponse) Descriptor() ([]byte, []int) + func (*ListAllDataModelRowIDsResponse) ProtoMessage() + func (x *ListAllDataModelRowIDsResponse) GetRowIDs() []string + func (x *ListAllDataModelRowIDsResponse) ProtoReflect() protoreflect.Message + func (x *ListAllDataModelRowIDsResponse) Reset() + func (x *ListAllDataModelRowIDsResponse) String() string + type ListDataModelRowsRequest struct + Id string + InSetIDs []string + OrderBy string + Page int32 + RowIDs []string + SearchWord string + Size int32 + WorkspaceID string + func (*ListDataModelRowsRequest) Descriptor() ([]byte, []int) + func (*ListDataModelRowsRequest) ProtoMessage() + func (x *ListDataModelRowsRequest) GetId() string + func (x *ListDataModelRowsRequest) GetInSetIDs() []string + func (x *ListDataModelRowsRequest) GetOrderBy() string + func (x *ListDataModelRowsRequest) GetPage() int32 + func (x *ListDataModelRowsRequest) GetRowIDs() []string + func (x *ListDataModelRowsRequest) GetSearchWord() string + func (x *ListDataModelRowsRequest) GetSize() int32 + func (x *ListDataModelRowsRequest) GetWorkspaceID() string + func (x *ListDataModelRowsRequest) ProtoReflect() protoreflect.Message + func (x *ListDataModelRowsRequest) Reset() + func (x *ListDataModelRowsRequest) String() string + type ListDataModelRowsResponse struct + Headers []string + Page int32 + Rows []*Row + Size int32 + Total int64 + func (*ListDataModelRowsResponse) Descriptor() ([]byte, []int) + func (*ListDataModelRowsResponse) ProtoMessage() + func (x *ListDataModelRowsResponse) GetHeaders() []string + func (x *ListDataModelRowsResponse) GetPage() int32 + func (x *ListDataModelRowsResponse) GetRows() []*Row + func (x *ListDataModelRowsResponse) GetSize() int32 + func (x *ListDataModelRowsResponse) GetTotal() int64 + func (x *ListDataModelRowsResponse) ProtoReflect() protoreflect.Message + func (x *ListDataModelRowsResponse) Reset() + func (x *ListDataModelRowsResponse) String() string + type ListDataModelsRequest struct + Exact bool + Ids []string + SearchWord string + Types []string + WorkspaceID string + func (*ListDataModelsRequest) Descriptor() ([]byte, []int) + func (*ListDataModelsRequest) ProtoMessage() + func (x *ListDataModelsRequest) GetExact() bool + func (x *ListDataModelsRequest) GetIds() []string + func (x *ListDataModelsRequest) GetSearchWord() string + func (x *ListDataModelsRequest) GetTypes() []string + func (x *ListDataModelsRequest) GetWorkspaceID() string + func (x *ListDataModelsRequest) ProtoReflect() protoreflect.Message + func (x *ListDataModelsRequest) Reset() + func (x *ListDataModelsRequest) String() string + type ListDataModelsResponse struct + Items []*DataModel + func (*ListDataModelsResponse) Descriptor() ([]byte, []int) + func (*ListDataModelsResponse) ProtoMessage() + func (x *ListDataModelsResponse) GetItems() []*DataModel + func (x *ListDataModelsResponse) ProtoReflect() protoreflect.Message + func (x *ListDataModelsResponse) Reset() + func (x *ListDataModelsResponse) String() string + type ListNotebooksRequest struct + WorkspaceID string + func (*ListNotebooksRequest) Descriptor() ([]byte, []int) + func (*ListNotebooksRequest) ProtoMessage() + func (x *ListNotebooksRequest) GetWorkspaceID() string + func (x *ListNotebooksRequest) ProtoReflect() protoreflect.Message + func (x *ListNotebooksRequest) Reset() + func (x *ListNotebooksRequest) String() string + type ListNotebooksResponse struct + Items []*Notebook + func (*ListNotebooksResponse) Descriptor() ([]byte, []int) + func (*ListNotebooksResponse) ProtoMessage() + func (x *ListNotebooksResponse) GetItems() []*Notebook + func (x *ListNotebooksResponse) ProtoReflect() protoreflect.Message + func (x *ListNotebooksResponse) Reset() + func (x *ListNotebooksResponse) String() string + type ListWorkflowFilesRequest struct + Ids []string + OrderBy string + Page int32 + Size int32 + WorkflowID string + WorkflowVersionID *string + WorkspaceID string + func (*ListWorkflowFilesRequest) Descriptor() ([]byte, []int) + func (*ListWorkflowFilesRequest) ProtoMessage() + func (x *ListWorkflowFilesRequest) GetIds() []string + func (x *ListWorkflowFilesRequest) GetOrderBy() string + func (x *ListWorkflowFilesRequest) GetPage() int32 + func (x *ListWorkflowFilesRequest) GetSize() int32 + func (x *ListWorkflowFilesRequest) GetWorkflowID() string + func (x *ListWorkflowFilesRequest) GetWorkflowVersionID() string + func (x *ListWorkflowFilesRequest) GetWorkspaceID() string + func (x *ListWorkflowFilesRequest) ProtoReflect() protoreflect.Message + func (x *ListWorkflowFilesRequest) Reset() + func (x *ListWorkflowFilesRequest) String() string + type ListWorkflowFilesResponse struct + Files []*WorkflowFile + Page int32 + Size int32 + Total int32 + WorkflowID string + WorkspaceID string + func (*ListWorkflowFilesResponse) Descriptor() ([]byte, []int) + func (*ListWorkflowFilesResponse) ProtoMessage() + func (x *ListWorkflowFilesResponse) GetFiles() []*WorkflowFile + func (x *ListWorkflowFilesResponse) GetPage() int32 + func (x *ListWorkflowFilesResponse) GetSize() int32 + func (x *ListWorkflowFilesResponse) GetTotal() int32 + func (x *ListWorkflowFilesResponse) GetWorkflowID() string + func (x *ListWorkflowFilesResponse) GetWorkspaceID() string + func (x *ListWorkflowFilesResponse) ProtoReflect() protoreflect.Message + func (x *ListWorkflowFilesResponse) Reset() + func (x *ListWorkflowFilesResponse) String() string + type ListWorkflowRequest struct + Exact bool + Ids []string + OrderBy string + Page int32 + SearchWord string + Size int32 + WorkspaceID string + func (*ListWorkflowRequest) Descriptor() ([]byte, []int) + func (*ListWorkflowRequest) ProtoMessage() + func (x *ListWorkflowRequest) GetExact() bool + func (x *ListWorkflowRequest) GetIds() []string + func (x *ListWorkflowRequest) GetOrderBy() string + func (x *ListWorkflowRequest) GetPage() int32 + func (x *ListWorkflowRequest) GetSearchWord() string + func (x *ListWorkflowRequest) GetSize() int32 + func (x *ListWorkflowRequest) GetWorkspaceID() string + func (x *ListWorkflowRequest) ProtoReflect() protoreflect.Message + func (x *ListWorkflowRequest) Reset() + func (x *ListWorkflowRequest) String() string + type ListWorkflowResponse struct + Items []*Workflow + Page int32 + Size int32 + Total int32 + func (*ListWorkflowResponse) Descriptor() ([]byte, []int) + func (*ListWorkflowResponse) ProtoMessage() + func (x *ListWorkflowResponse) GetItems() []*Workflow + func (x *ListWorkflowResponse) GetPage() int32 + func (x *ListWorkflowResponse) GetSize() int32 + func (x *ListWorkflowResponse) GetTotal() int32 + func (x *ListWorkflowResponse) ProtoReflect() protoreflect.Message + func (x *ListWorkflowResponse) Reset() + func (x *ListWorkflowResponse) String() string + type ListWorkflowVersionsRequest struct + Ids []string + OrderBy string + Page int32 + Size int32 + WorkflowID string + WorkspaceID string + func (*ListWorkflowVersionsRequest) Descriptor() ([]byte, []int) + func (*ListWorkflowVersionsRequest) ProtoMessage() + func (x *ListWorkflowVersionsRequest) GetIds() []string + func (x *ListWorkflowVersionsRequest) GetOrderBy() string + func (x *ListWorkflowVersionsRequest) GetPage() int32 + func (x *ListWorkflowVersionsRequest) GetSize() int32 + func (x *ListWorkflowVersionsRequest) GetWorkflowID() string + func (x *ListWorkflowVersionsRequest) GetWorkspaceID() string + func (x *ListWorkflowVersionsRequest) ProtoReflect() protoreflect.Message + func (x *ListWorkflowVersionsRequest) Reset() + func (x *ListWorkflowVersionsRequest) String() string + type ListWorkflowVersionsResponse struct + Items []*WorkflowVersion + Page int32 + Size int32 + Total int32 + WorkflowID string + WorkspaceID string + func (*ListWorkflowVersionsResponse) Descriptor() ([]byte, []int) + func (*ListWorkflowVersionsResponse) ProtoMessage() + func (x *ListWorkflowVersionsResponse) GetItems() []*WorkflowVersion + func (x *ListWorkflowVersionsResponse) GetPage() int32 + func (x *ListWorkflowVersionsResponse) GetSize() int32 + func (x *ListWorkflowVersionsResponse) GetTotal() int32 + func (x *ListWorkflowVersionsResponse) GetWorkflowID() string + func (x *ListWorkflowVersionsResponse) GetWorkspaceID() string + func (x *ListWorkflowVersionsResponse) ProtoReflect() protoreflect.Message + func (x *ListWorkflowVersionsResponse) Reset() + func (x *ListWorkflowVersionsResponse) String() string + type ListWorkspaceRequest struct + Exact bool + Ids []string + OrderBy string + Page int32 + SearchWord string + Size int32 + func (*ListWorkspaceRequest) Descriptor() ([]byte, []int) + func (*ListWorkspaceRequest) ProtoMessage() + func (x *ListWorkspaceRequest) GetExact() bool + func (x *ListWorkspaceRequest) GetIds() []string + func (x *ListWorkspaceRequest) GetOrderBy() string + func (x *ListWorkspaceRequest) GetPage() int32 + func (x *ListWorkspaceRequest) GetSearchWord() string + func (x *ListWorkspaceRequest) GetSize() int32 + func (x *ListWorkspaceRequest) ProtoReflect() protoreflect.Message + func (x *ListWorkspaceRequest) Reset() + func (x *ListWorkspaceRequest) String() string + type ListWorkspaceResponse struct + Items []*Workspace + Page int32 + Size int32 + Total int32 + func (*ListWorkspaceResponse) Descriptor() ([]byte, []int) + func (*ListWorkspaceResponse) ProtoMessage() + func (x *ListWorkspaceResponse) GetItems() []*Workspace + func (x *ListWorkspaceResponse) GetPage() int32 + func (x *ListWorkspaceResponse) GetSize() int32 + func (x *ListWorkspaceResponse) GetTotal() int32 + func (x *ListWorkspaceResponse) ProtoReflect() protoreflect.Message + func (x *ListWorkspaceResponse) Reset() + func (x *ListWorkspaceResponse) String() string + type NFSWorkspaceStorage struct + MountPath string + func (*NFSWorkspaceStorage) Descriptor() ([]byte, []int) + func (*NFSWorkspaceStorage) ProtoMessage() + func (x *NFSWorkspaceStorage) GetMountPath() string + func (x *NFSWorkspaceStorage) ProtoReflect() protoreflect.Message + func (x *NFSWorkspaceStorage) Reset() + func (x *NFSWorkspaceStorage) String() string + type Notebook struct + Length int64 + Name string + UpdatedAt *timestamppb.Timestamp + func (*Notebook) Descriptor() ([]byte, []int) + func (*Notebook) ProtoMessage() + func (x *Notebook) GetLength() int64 + func (x *Notebook) GetName() string + func (x *Notebook) GetUpdatedAt() *timestamppb.Timestamp + func (x *Notebook) ProtoReflect() protoreflect.Message + func (x *Notebook) Reset() + func (x *Notebook) String() string + type NotebookServiceClient interface + CreateNotebook func(ctx context.Context, in *CreateNotebookRequest, opts ...grpc.CallOption) (*CreateNotebookResponse, error) + DeleteNotebook func(ctx context.Context, in *DeleteNotebookRequest, opts ...grpc.CallOption) (*DeleteNotebookResponse, error) + ListNotebooks func(ctx context.Context, in *ListNotebooksRequest, opts ...grpc.CallOption) (*ListNotebooksResponse, error) + func NewNotebookServiceClient(cc grpc.ClientConnInterface) NotebookServiceClient + type NotebookServiceServer interface + CreateNotebook func(context.Context, *CreateNotebookRequest) (*CreateNotebookResponse, error) + DeleteNotebook func(context.Context, *DeleteNotebookRequest) (*DeleteNotebookResponse, error) + ListNotebooks func(context.Context, *ListNotebooksRequest) (*ListNotebooksResponse, error) + type PatchDataModelRequest struct + Async bool + Headers []string + Name string + Rows []*Row + WorkspaceID string + func (*PatchDataModelRequest) Descriptor() ([]byte, []int) + func (*PatchDataModelRequest) ProtoMessage() + func (x *PatchDataModelRequest) GetAsync() bool + func (x *PatchDataModelRequest) GetHeaders() []string + func (x *PatchDataModelRequest) GetName() string + func (x *PatchDataModelRequest) GetRows() []*Row + func (x *PatchDataModelRequest) GetWorkspaceID() string + func (x *PatchDataModelRequest) ProtoReflect() protoreflect.Message + func (x *PatchDataModelRequest) Reset() + func (x *PatchDataModelRequest) String() string + type PatchDataModelResponse struct + Id string + func (*PatchDataModelResponse) Descriptor() ([]byte, []int) + func (*PatchDataModelResponse) ProtoMessage() + func (x *PatchDataModelResponse) GetId() string + func (x *PatchDataModelResponse) ProtoReflect() protoreflect.Message + func (x *PatchDataModelResponse) Reset() + func (x *PatchDataModelResponse) String() string + type Row struct + Grids []string + func (*Row) Descriptor() ([]byte, []int) + func (*Row) ProtoMessage() + func (x *Row) GetGrids() []string + func (x *Row) ProtoReflect() protoreflect.Message + func (x *Row) Reset() + func (x *Row) String() string + type UnimplementedDataModelServiceServer struct + func (UnimplementedDataModelServiceServer) DeleteDataModel(context.Context, *DeleteDataModelRequest) (*DeleteDataModelResponse, error) + func (UnimplementedDataModelServiceServer) GetDataModel(context.Context, *GetDataModelRequest) (*GetDataModelResponse, error) + func (UnimplementedDataModelServiceServer) ListAllDataModelRowIDs(context.Context, *ListAllDataModelRowIDsRequest) (*ListAllDataModelRowIDsResponse, error) + func (UnimplementedDataModelServiceServer) ListDataModelRows(context.Context, *ListDataModelRowsRequest) (*ListDataModelRowsResponse, error) + func (UnimplementedDataModelServiceServer) ListDataModels(context.Context, *ListDataModelsRequest) (*ListDataModelsResponse, error) + func (UnimplementedDataModelServiceServer) PatchDataModel(context.Context, *PatchDataModelRequest) (*PatchDataModelResponse, error) + type UnimplementedNotebookServiceServer struct + func (UnimplementedNotebookServiceServer) CreateNotebook(context.Context, *CreateNotebookRequest) (*CreateNotebookResponse, error) + func (UnimplementedNotebookServiceServer) DeleteNotebook(context.Context, *DeleteNotebookRequest) (*DeleteNotebookResponse, error) + func (UnimplementedNotebookServiceServer) ListNotebooks(context.Context, *ListNotebooksRequest) (*ListNotebooksResponse, error) + type UnimplementedVersionServiceServer struct + func (UnimplementedVersionServiceServer) Version(context.Context, *emptypb.Empty) (*GetVersionResponse, error) + type UnimplementedWorkflowServiceServer struct + func (UnimplementedWorkflowServiceServer) CreateWorkflow(context.Context, *CreateWorkflowRequest) (*CreateWorkflowResponse, error) + func (UnimplementedWorkflowServiceServer) DeleteWorkflow(context.Context, *DeleteWorkflowRequest) (*DeleteWorkflowResponse, error) + func (UnimplementedWorkflowServiceServer) GetWorkflow(context.Context, *GetWorkflowRequest) (*GetWorkflowResponse, error) + func (UnimplementedWorkflowServiceServer) GetWorkflowFile(context.Context, *GetWorkflowFileRequest) (*GetWorkflowFileResponse, error) + func (UnimplementedWorkflowServiceServer) GetWorkflowVersion(context.Context, *GetWorkflowVersionRequest) (*GetWorkflowVersionResponse, error) + func (UnimplementedWorkflowServiceServer) ListWorkflow(context.Context, *ListWorkflowRequest) (*ListWorkflowResponse, error) + func (UnimplementedWorkflowServiceServer) ListWorkflowFiles(context.Context, *ListWorkflowFilesRequest) (*ListWorkflowFilesResponse, error) + func (UnimplementedWorkflowServiceServer) ListWorkflowVersions(context.Context, *ListWorkflowVersionsRequest) (*ListWorkflowVersionsResponse, error) + func (UnimplementedWorkflowServiceServer) UpdateWorkflow(context.Context, *UpdateWorkflowRequest) (*UpdateWorkflowResponse, error) + type UnimplementedWorkspaceServiceServer struct + func (UnimplementedWorkspaceServiceServer) CreateWorkspace(context.Context, *CreateWorkspaceRequest) (*CreateWorkspaceResponse, error) + func (UnimplementedWorkspaceServiceServer) DeleteWorkspace(context.Context, *DeleteWorkspaceRequest) (*DeleteWorkspaceResponse, error) + func (UnimplementedWorkspaceServiceServer) GetWorkspace(context.Context, *GetWorkspaceRequest) (*GetWorkspaceResponse, error) + func (UnimplementedWorkspaceServiceServer) ImportWorkspace(WorkspaceService_ImportWorkspaceServer) error + func (UnimplementedWorkspaceServiceServer) ListWorkspace(context.Context, *ListWorkspaceRequest) (*ListWorkspaceResponse, error) + func (UnimplementedWorkspaceServiceServer) UpdateWorkspace(context.Context, *UpdateWorkspaceRequest) (*UpdateWorkspaceResponse, error) + type UnsafeDataModelServiceServer interface + type UnsafeNotebookServiceServer interface + type UnsafeVersionServiceServer interface + type UnsafeWorkflowServiceServer interface + type UnsafeWorkspaceServiceServer interface + type UpdateWorkflowRequest struct + Description *string + Id string + Language *string + MainWorkflowPath *string + Name *string + Source *string + Tag *string + Token *string + Url *string + WorkspaceID string + func (*UpdateWorkflowRequest) Descriptor() ([]byte, []int) + func (*UpdateWorkflowRequest) ProtoMessage() + func (x *UpdateWorkflowRequest) GetDescription() string + func (x *UpdateWorkflowRequest) GetId() string + func (x *UpdateWorkflowRequest) GetLanguage() string + func (x *UpdateWorkflowRequest) GetMainWorkflowPath() string + func (x *UpdateWorkflowRequest) GetName() string + func (x *UpdateWorkflowRequest) GetSource() string + func (x *UpdateWorkflowRequest) GetTag() string + func (x *UpdateWorkflowRequest) GetToken() string + func (x *UpdateWorkflowRequest) GetUrl() string + func (x *UpdateWorkflowRequest) GetWorkspaceID() string + func (x *UpdateWorkflowRequest) ProtoReflect() protoreflect.Message + func (x *UpdateWorkflowRequest) Reset() + func (x *UpdateWorkflowRequest) String() string + type UpdateWorkflowResponse struct + func (*UpdateWorkflowResponse) Descriptor() ([]byte, []int) + func (*UpdateWorkflowResponse) ProtoMessage() + func (x *UpdateWorkflowResponse) ProtoReflect() protoreflect.Message + func (x *UpdateWorkflowResponse) Reset() + func (x *UpdateWorkflowResponse) String() string + type UpdateWorkspaceRequest struct + Description string + Id string + Name string + func (*UpdateWorkspaceRequest) Descriptor() ([]byte, []int) + func (*UpdateWorkspaceRequest) ProtoMessage() + func (x *UpdateWorkspaceRequest) GetDescription() string + func (x *UpdateWorkspaceRequest) GetId() string + func (x *UpdateWorkspaceRequest) GetName() string + func (x *UpdateWorkspaceRequest) ProtoReflect() protoreflect.Message + func (x *UpdateWorkspaceRequest) Reset() + func (x *UpdateWorkspaceRequest) String() string + type UpdateWorkspaceResponse struct + func (*UpdateWorkspaceResponse) Descriptor() ([]byte, []int) + func (*UpdateWorkspaceResponse) ProtoMessage() + func (x *UpdateWorkspaceResponse) ProtoReflect() protoreflect.Message + func (x *UpdateWorkspaceResponse) Reset() + func (x *UpdateWorkspaceResponse) String() string + type VersionServiceClient interface + Version func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetVersionResponse, error) + func NewVersionServiceClient(cc grpc.ClientConnInterface) VersionServiceClient + type VersionServiceServer interface + Version func(context.Context, *emptypb.Empty) (*GetVersionResponse, error) + type Workflow struct + CreatedAt *timestamppb.Timestamp + Description string + Id string + LatestVersion *WorkflowVersion + Name string + UpdatedAt *timestamppb.Timestamp + func (*Workflow) Descriptor() ([]byte, []int) + func (*Workflow) ProtoMessage() + func (x *Workflow) GetCreatedAt() *timestamppb.Timestamp + func (x *Workflow) GetDescription() string + func (x *Workflow) GetId() string + func (x *Workflow) GetLatestVersion() *WorkflowVersion + func (x *Workflow) GetName() string + func (x *Workflow) GetUpdatedAt() *timestamppb.Timestamp + func (x *Workflow) ProtoReflect() protoreflect.Message + func (x *Workflow) Reset() + func (x *Workflow) String() string + type WorkflowErrorReason int32 + const WorkflowErrorReason_WORKFLOW_FILE_NOT_FOUND + const WorkflowErrorReason_WORKFLOW_MAIN_WORKFLOW_FILE_NOT_EXIST + const WorkflowErrorReason_WORKFLOW_NAME_DUPLICATED + const WorkflowErrorReason_WORKFLOW_NOT_FOUND + const WorkflowErrorReason_WORKFLOW_VALIDATE_ERROR + const WorkflowErrorReason_WORKFLOW_VERSION_NOT_FOUND + func (WorkflowErrorReason) Descriptor() protoreflect.EnumDescriptor + func (WorkflowErrorReason) EnumDescriptor() ([]byte, []int) + func (WorkflowErrorReason) Type() protoreflect.EnumType + func (x WorkflowErrorReason) Enum() *WorkflowErrorReason + func (x WorkflowErrorReason) Number() protoreflect.EnumNumber + func (x WorkflowErrorReason) String() string + type WorkflowFile struct + Content string + CreatedAt *timestamppb.Timestamp + Id string + Path string + UpdatedAt *timestamppb.Timestamp + WorkflowVersionID string + func (*WorkflowFile) Descriptor() ([]byte, []int) + func (*WorkflowFile) ProtoMessage() + func (x *WorkflowFile) GetContent() string + func (x *WorkflowFile) GetCreatedAt() *timestamppb.Timestamp + func (x *WorkflowFile) GetId() string + func (x *WorkflowFile) GetPath() string + func (x *WorkflowFile) GetUpdatedAt() *timestamppb.Timestamp + func (x *WorkflowFile) GetWorkflowVersionID() string + func (x *WorkflowFile) ProtoReflect() protoreflect.Message + func (x *WorkflowFile) Reset() + func (x *WorkflowFile) String() string + type WorkflowFileInfo struct + Id string + Path string + func (*WorkflowFileInfo) Descriptor() ([]byte, []int) + func (*WorkflowFileInfo) ProtoMessage() + func (x *WorkflowFileInfo) GetId() string + func (x *WorkflowFileInfo) GetPath() string + func (x *WorkflowFileInfo) ProtoReflect() protoreflect.Message + func (x *WorkflowFileInfo) Reset() + func (x *WorkflowFileInfo) String() string + type WorkflowParam struct + Default *string + Name string + Optional bool + Type string + func (*WorkflowParam) Descriptor() ([]byte, []int) + func (*WorkflowParam) ProtoMessage() + func (x *WorkflowParam) GetDefault() string + func (x *WorkflowParam) GetName() string + func (x *WorkflowParam) GetOptional() bool + func (x *WorkflowParam) GetType() string + func (x *WorkflowParam) ProtoReflect() protoreflect.Message + func (x *WorkflowParam) Reset() + func (x *WorkflowParam) String() string + type WorkflowServiceClient interface + CreateWorkflow func(ctx context.Context, in *CreateWorkflowRequest, opts ...grpc.CallOption) (*CreateWorkflowResponse, error) + DeleteWorkflow func(ctx context.Context, in *DeleteWorkflowRequest, opts ...grpc.CallOption) (*DeleteWorkflowResponse, error) + GetWorkflow func(ctx context.Context, in *GetWorkflowRequest, opts ...grpc.CallOption) (*GetWorkflowResponse, error) + GetWorkflowFile func(ctx context.Context, in *GetWorkflowFileRequest, opts ...grpc.CallOption) (*GetWorkflowFileResponse, error) + GetWorkflowVersion func(ctx context.Context, in *GetWorkflowVersionRequest, opts ...grpc.CallOption) (*GetWorkflowVersionResponse, error) + ListWorkflow func(ctx context.Context, in *ListWorkflowRequest, opts ...grpc.CallOption) (*ListWorkflowResponse, error) + ListWorkflowFiles func(ctx context.Context, in *ListWorkflowFilesRequest, opts ...grpc.CallOption) (*ListWorkflowFilesResponse, error) + ListWorkflowVersions func(ctx context.Context, in *ListWorkflowVersionsRequest, opts ...grpc.CallOption) (*ListWorkflowVersionsResponse, error) + UpdateWorkflow func(ctx context.Context, in *UpdateWorkflowRequest, opts ...grpc.CallOption) (*UpdateWorkflowResponse, error) + func NewWorkflowServiceClient(cc grpc.ClientConnInterface) WorkflowServiceClient + type WorkflowServiceServer interface + CreateWorkflow func(context.Context, *CreateWorkflowRequest) (*CreateWorkflowResponse, error) + DeleteWorkflow func(context.Context, *DeleteWorkflowRequest) (*DeleteWorkflowResponse, error) + GetWorkflow func(context.Context, *GetWorkflowRequest) (*GetWorkflowResponse, error) + GetWorkflowFile func(context.Context, *GetWorkflowFileRequest) (*GetWorkflowFileResponse, error) + GetWorkflowVersion func(context.Context, *GetWorkflowVersionRequest) (*GetWorkflowVersionResponse, error) + ListWorkflow func(context.Context, *ListWorkflowRequest) (*ListWorkflowResponse, error) + ListWorkflowFiles func(context.Context, *ListWorkflowFilesRequest) (*ListWorkflowFilesResponse, error) + ListWorkflowVersions func(context.Context, *ListWorkflowVersionsRequest) (*ListWorkflowVersionsResponse, error) + UpdateWorkflow func(context.Context, *UpdateWorkflowRequest) (*UpdateWorkflowResponse, error) + type WorkflowVersion struct + CreatedAt *timestamppb.Timestamp + Files []*WorkflowFileInfo + Graph string + Id string + Inputs []*WorkflowParam + Language string + LanguageVersion string + MainWorkflowPath string + Message string + Metadata map[string]string + Outputs []*WorkflowParam + Source string + Status string + UpdatedAt *timestamppb.Timestamp + func (*WorkflowVersion) Descriptor() ([]byte, []int) + func (*WorkflowVersion) ProtoMessage() + func (x *WorkflowVersion) GetCreatedAt() *timestamppb.Timestamp + func (x *WorkflowVersion) GetFiles() []*WorkflowFileInfo + func (x *WorkflowVersion) GetGraph() string + func (x *WorkflowVersion) GetId() string + func (x *WorkflowVersion) GetInputs() []*WorkflowParam + func (x *WorkflowVersion) GetLanguage() string + func (x *WorkflowVersion) GetLanguageVersion() string + func (x *WorkflowVersion) GetMainWorkflowPath() string + func (x *WorkflowVersion) GetMessage() string + func (x *WorkflowVersion) GetMetadata() map[string]string + func (x *WorkflowVersion) GetOutputs() []*WorkflowParam + func (x *WorkflowVersion) GetSource() string + func (x *WorkflowVersion) GetStatus() string + func (x *WorkflowVersion) GetUpdatedAt() *timestamppb.Timestamp + func (x *WorkflowVersion) ProtoReflect() protoreflect.Message + func (x *WorkflowVersion) Reset() + func (x *WorkflowVersion) String() string + type Workspace struct + CreatedAt *timestamppb.Timestamp + Description string + Id string + Name string + Storage *WorkspaceStorage + UpdatedAt *timestamppb.Timestamp + func (*Workspace) Descriptor() ([]byte, []int) + func (*Workspace) ProtoMessage() + func (x *Workspace) GetCreatedAt() *timestamppb.Timestamp + func (x *Workspace) GetDescription() string + func (x *Workspace) GetId() string + func (x *Workspace) GetName() string + func (x *Workspace) GetStorage() *WorkspaceStorage + func (x *Workspace) GetUpdatedAt() *timestamppb.Timestamp + func (x *Workspace) ProtoReflect() protoreflect.Message + func (x *Workspace) Reset() + func (x *Workspace) String() string + type WorkspaceServiceClient interface + CreateWorkspace func(ctx context.Context, in *CreateWorkspaceRequest, opts ...grpc.CallOption) (*CreateWorkspaceResponse, error) + DeleteWorkspace func(ctx context.Context, in *DeleteWorkspaceRequest, opts ...grpc.CallOption) (*DeleteWorkspaceResponse, error) + GetWorkspace func(ctx context.Context, in *GetWorkspaceRequest, opts ...grpc.CallOption) (*GetWorkspaceResponse, error) + ImportWorkspace func(ctx context.Context, opts ...grpc.CallOption) (WorkspaceService_ImportWorkspaceClient, error) + ListWorkspace func(ctx context.Context, in *ListWorkspaceRequest, opts ...grpc.CallOption) (*ListWorkspaceResponse, error) + UpdateWorkspace func(ctx context.Context, in *UpdateWorkspaceRequest, opts ...grpc.CallOption) (*UpdateWorkspaceResponse, error) + func NewWorkspaceServiceClient(cc grpc.ClientConnInterface) WorkspaceServiceClient + type WorkspaceServiceServer interface + CreateWorkspace func(context.Context, *CreateWorkspaceRequest) (*CreateWorkspaceResponse, error) + DeleteWorkspace func(context.Context, *DeleteWorkspaceRequest) (*DeleteWorkspaceResponse, error) + GetWorkspace func(context.Context, *GetWorkspaceRequest) (*GetWorkspaceResponse, error) + ImportWorkspace func(WorkspaceService_ImportWorkspaceServer) error + ListWorkspace func(context.Context, *ListWorkspaceRequest) (*ListWorkspaceResponse, error) + UpdateWorkspace func(context.Context, *UpdateWorkspaceRequest) (*UpdateWorkspaceResponse, error) + type WorkspaceService_ImportWorkspaceClient interface + CloseAndRecv func() (*ImportWorkspaceResponse, error) + Send func(*ImportWorkspaceRequest) error + type WorkspaceService_ImportWorkspaceServer interface + Recv func() (*ImportWorkspaceRequest, error) + SendAndClose func(*ImportWorkspaceResponse) error + type WorkspaceStorage struct + Nfs *NFSWorkspaceStorage + func (*WorkspaceStorage) Descriptor() ([]byte, []int) + func (*WorkspaceStorage) ProtoMessage() + func (x *WorkspaceStorage) GetNfs() *NFSWorkspaceStorage + func (x *WorkspaceStorage) ProtoReflect() protoreflect.Message + func (x *WorkspaceStorage) Reset() + func (x *WorkspaceStorage) String() string