Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterGoVCServiceServer(s grpc.ServiceRegistrar, srv GoVCServiceServer)
- type AddFileRequest
- func (*AddFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddFileRequest) GetContent() []byte
- func (x *AddFileRequest) GetPath() string
- func (x *AddFileRequest) GetRepositoryId() string
- func (*AddFileRequest) ProtoMessage()
- func (x *AddFileRequest) ProtoReflect() protoreflect.Message
- func (x *AddFileRequest) Reset()
- func (x *AddFileRequest) String() string
- type AddFileResponse
- func (*AddFileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddFileResponse) GetHash() string
- func (x *AddFileResponse) GetSize() int64
- func (*AddFileResponse) ProtoMessage()
- func (x *AddFileResponse) ProtoReflect() protoreflect.Message
- func (x *AddFileResponse) Reset()
- func (x *AddFileResponse) String() string
- type AggregationGroup
- func (*AggregationGroup) Descriptor() ([]byte, []int)deprecated
- func (x *AggregationGroup) GetCount() int32
- func (x *AggregationGroup) GetGroupValue() string
- func (x *AggregationGroup) GetMetrics() map[string]float64
- func (x *AggregationGroup) GetSampleResults() []*SearchResult
- func (*AggregationGroup) ProtoMessage()
- func (x *AggregationGroup) ProtoReflect() protoreflect.Message
- func (x *AggregationGroup) Reset()
- func (x *AggregationGroup) String() string
- type AggregationSummary
- func (*AggregationSummary) Descriptor() ([]byte, []int)deprecated
- func (x *AggregationSummary) GetMetrics() map[string]float64
- func (x *AggregationSummary) GetTotalDocuments() int32
- func (x *AggregationSummary) GetTotalGroups() int32
- func (*AggregationSummary) ProtoMessage()
- func (x *AggregationSummary) ProtoReflect() protoreflect.Message
- func (x *AggregationSummary) Reset()
- func (x *AggregationSummary) String() string
- type BatchOperation
- func (*BatchOperation) Descriptor() ([]byte, []int)deprecated
- func (x *BatchOperation) GetId() string
- func (x *BatchOperation) GetParams() []byte
- func (x *BatchOperation) GetType() string
- func (*BatchOperation) ProtoMessage()
- func (x *BatchOperation) ProtoReflect() protoreflect.Message
- func (x *BatchOperation) Reset()
- func (x *BatchOperation) String() string
- type BatchOperationResult
- func (*BatchOperationResult) Descriptor() ([]byte, []int)deprecated
- func (x *BatchOperationResult) GetError() string
- func (x *BatchOperationResult) GetId() string
- func (x *BatchOperationResult) GetResult() []byte
- func (x *BatchOperationResult) GetSuccess() bool
- func (*BatchOperationResult) ProtoMessage()
- func (x *BatchOperationResult) ProtoReflect() protoreflect.Message
- func (x *BatchOperationResult) Reset()
- func (x *BatchOperationResult) String() string
- type BatchOperationsRequest
- func (*BatchOperationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchOperationsRequest) GetOperations() []*BatchOperation
- func (x *BatchOperationsRequest) GetParallel() bool
- func (x *BatchOperationsRequest) GetRepositoryId() string
- func (x *BatchOperationsRequest) GetTransaction() bool
- func (*BatchOperationsRequest) ProtoMessage()
- func (x *BatchOperationsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchOperationsRequest) Reset()
- func (x *BatchOperationsRequest) String() string
- type BatchOperationsResponse
- func (*BatchOperationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchOperationsResponse) GetError() string
- func (x *BatchOperationsResponse) GetExecutionTimeMs() float64
- func (x *BatchOperationsResponse) GetResults() []*BatchOperationResult
- func (x *BatchOperationsResponse) GetSuccess() bool
- func (*BatchOperationsResponse) ProtoMessage()
- func (x *BatchOperationsResponse) ProtoReflect() protoreflect.Message
- func (x *BatchOperationsResponse) Reset()
- func (x *BatchOperationsResponse) String() string
- type Branch
- func (*Branch) Descriptor() ([]byte, []int)deprecated
- func (x *Branch) GetAuthor() string
- func (x *Branch) GetCommitHash() string
- func (x *Branch) GetLastCommit() *timestamppb.Timestamp
- func (x *Branch) GetName() string
- func (*Branch) ProtoMessage()
- func (x *Branch) ProtoReflect() protoreflect.Message
- func (x *Branch) Reset()
- func (x *Branch) String() string
- type CheckoutBranchRequest
- func (*CheckoutBranchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckoutBranchRequest) GetName() string
- func (x *CheckoutBranchRequest) GetRepositoryId() string
- func (*CheckoutBranchRequest) ProtoMessage()
- func (x *CheckoutBranchRequest) ProtoReflect() protoreflect.Message
- func (x *CheckoutBranchRequest) Reset()
- func (x *CheckoutBranchRequest) String() string
- type CommitRequest
- func (*CommitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CommitRequest) GetAuthor() string
- func (x *CommitRequest) GetFiles() []string
- func (x *CommitRequest) GetMessage() string
- func (x *CommitRequest) GetRepositoryId() string
- func (*CommitRequest) ProtoMessage()
- func (x *CommitRequest) ProtoReflect() protoreflect.Message
- func (x *CommitRequest) Reset()
- func (x *CommitRequest) String() string
- type CommitResponse
- func (*CommitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CommitResponse) GetAuthor() string
- func (x *CommitResponse) GetHash() string
- func (x *CommitResponse) GetMessage() string
- func (x *CommitResponse) GetTimestamp() *timestamppb.Timestamp
- func (*CommitResponse) ProtoMessage()
- func (x *CommitResponse) ProtoReflect() protoreflect.Message
- func (x *CommitResponse) Reset()
- func (x *CommitResponse) String() string
- type CreateBranchRequest
- func (*CreateBranchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBranchRequest) GetFromCommit() string
- func (x *CreateBranchRequest) GetName() string
- func (x *CreateBranchRequest) GetRepositoryId() string
- func (*CreateBranchRequest) ProtoMessage()
- func (x *CreateBranchRequest) ProtoReflect() protoreflect.Message
- func (x *CreateBranchRequest) Reset()
- func (x *CreateBranchRequest) String() string
- type CreateBranchResponse
- func (*CreateBranchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBranchResponse) GetCommitHash() string
- func (x *CreateBranchResponse) GetName() string
- func (*CreateBranchResponse) ProtoMessage()
- func (x *CreateBranchResponse) ProtoReflect() protoreflect.Message
- func (x *CreateBranchResponse) Reset()
- func (x *CreateBranchResponse) String() string
- type CreateRepositoryRequest
- func (*CreateRepositoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRepositoryRequest) GetDescription() string
- func (x *CreateRepositoryRequest) GetId() string
- func (x *CreateRepositoryRequest) GetMetadata() map[string]string
- func (x *CreateRepositoryRequest) GetName() string
- func (*CreateRepositoryRequest) ProtoMessage()
- func (x *CreateRepositoryRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRepositoryRequest) Reset()
- func (x *CreateRepositoryRequest) String() string
- type CreateRepositoryResponse
- func (*CreateRepositoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRepositoryResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *CreateRepositoryResponse) GetId() string
- func (x *CreateRepositoryResponse) GetName() string
- func (*CreateRepositoryResponse) ProtoMessage()
- func (x *CreateRepositoryResponse) ProtoReflect() protoreflect.Message
- func (x *CreateRepositoryResponse) Reset()
- func (x *CreateRepositoryResponse) String() string
- type DeleteBranchRequest
- func (*DeleteBranchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBranchRequest) GetName() string
- func (x *DeleteBranchRequest) GetRepositoryId() string
- func (*DeleteBranchRequest) ProtoMessage()
- func (x *DeleteBranchRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteBranchRequest) Reset()
- func (x *DeleteBranchRequest) String() string
- type DeleteRepositoryRequest
- func (*DeleteRepositoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRepositoryRequest) GetId() string
- func (*DeleteRepositoryRequest) ProtoMessage()
- func (x *DeleteRepositoryRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRepositoryRequest) Reset()
- func (x *DeleteRepositoryRequest) String() string
- type ExecuteSQLQueryRequest
- func (*ExecuteSQLQueryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteSQLQueryRequest) GetRepositoryId() string
- func (x *ExecuteSQLQueryRequest) GetSqlQuery() string
- func (*ExecuteSQLQueryRequest) ProtoMessage()
- func (x *ExecuteSQLQueryRequest) ProtoReflect() protoreflect.Message
- func (x *ExecuteSQLQueryRequest) Reset()
- func (x *ExecuteSQLQueryRequest) String() string
- type ExecuteSQLQueryResponse
- func (*ExecuteSQLQueryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteSQLQueryResponse) GetExecutedSql() string
- func (x *ExecuteSQLQueryResponse) GetQueryTimeMs() float64
- func (x *ExecuteSQLQueryResponse) GetRows() []*QueryRow
- func (x *ExecuteSQLQueryResponse) GetTotal() int32
- func (*ExecuteSQLQueryResponse) ProtoMessage()
- func (x *ExecuteSQLQueryResponse) ProtoReflect() protoreflect.Message
- func (x *ExecuteSQLQueryResponse) Reset()
- func (x *ExecuteSQLQueryResponse) String() string
- type FileChange
- func (*FileChange) Descriptor() ([]byte, []int)deprecated
- func (x *FileChange) GetHash() string
- func (x *FileChange) GetPath() string
- func (x *FileChange) GetType() string
- func (*FileChange) ProtoMessage()
- func (x *FileChange) ProtoReflect() protoreflect.Message
- func (x *FileChange) Reset()
- func (x *FileChange) String() string
- type FullTextSearchRequest
- func (*FullTextSearchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FullTextSearchRequest) GetFileTypes() []string
- func (x *FullTextSearchRequest) GetHighlightLength() int32
- func (x *FullTextSearchRequest) GetIncludeContent() bool
- func (x *FullTextSearchRequest) GetLimit() int32
- func (x *FullTextSearchRequest) GetMaxSize() int64
- func (x *FullTextSearchRequest) GetMinScore() float64
- func (x *FullTextSearchRequest) GetOffset() int32
- func (x *FullTextSearchRequest) GetQuery() string
- func (x *FullTextSearchRequest) GetRepositoryId() string
- func (x *FullTextSearchRequest) GetSortBy() string
- func (*FullTextSearchRequest) ProtoMessage()
- func (x *FullTextSearchRequest) ProtoReflect() protoreflect.Message
- func (x *FullTextSearchRequest) Reset()
- func (x *FullTextSearchRequest) String() string
- type FullTextSearchResponse
- func (*FullTextSearchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FullTextSearchResponse) GetQueryTimeMs() float64
- func (x *FullTextSearchResponse) GetResults() []*SearchResult
- func (x *FullTextSearchResponse) GetTotal() int32
- func (*FullTextSearchResponse) ProtoMessage()
- func (x *FullTextSearchResponse) ProtoReflect() protoreflect.Message
- func (x *FullTextSearchResponse) Reset()
- func (x *FullTextSearchResponse) String() string
- type GetBlobRequest
- func (*GetBlobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlobRequest) GetHash() string
- func (x *GetBlobRequest) GetRepositoryId() string
- func (*GetBlobRequest) ProtoMessage()
- func (x *GetBlobRequest) ProtoReflect() protoreflect.Message
- func (x *GetBlobRequest) Reset()
- func (x *GetBlobRequest) String() string
- type GetBlobResponse
- func (*GetBlobResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlobResponse) GetContent() []byte
- func (x *GetBlobResponse) GetHash() string
- func (x *GetBlobResponse) GetSize() int64
- func (*GetBlobResponse) ProtoMessage()
- func (x *GetBlobResponse) ProtoReflect() protoreflect.Message
- func (x *GetBlobResponse) Reset()
- func (x *GetBlobResponse) String() string
- type GetBlobWithDeltaRequest
- func (*GetBlobWithDeltaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlobWithDeltaRequest) GetHash() string
- func (x *GetBlobWithDeltaRequest) GetRepositoryId() string
- func (*GetBlobWithDeltaRequest) ProtoMessage()
- func (x *GetBlobWithDeltaRequest) ProtoReflect() protoreflect.Message
- func (x *GetBlobWithDeltaRequest) Reset()
- func (x *GetBlobWithDeltaRequest) String() string
- type GetBlobWithDeltaResponse
- func (*GetBlobWithDeltaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlobWithDeltaResponse) GetCompressedSize() int64
- func (x *GetBlobWithDeltaResponse) GetContent() []byte
- func (x *GetBlobWithDeltaResponse) GetHash() string
- func (x *GetBlobWithDeltaResponse) GetSize() int64
- func (x *GetBlobWithDeltaResponse) GetWasCompressed() bool
- func (*GetBlobWithDeltaResponse) ProtoMessage()
- func (x *GetBlobWithDeltaResponse) ProtoReflect() protoreflect.Message
- func (x *GetBlobWithDeltaResponse) Reset()
- func (x *GetBlobWithDeltaResponse) String() string
- type GetCommitRequest
- func (*GetCommitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommitRequest) GetHash() string
- func (x *GetCommitRequest) GetRepositoryId() string
- func (*GetCommitRequest) ProtoMessage()
- func (x *GetCommitRequest) ProtoReflect() protoreflect.Message
- func (x *GetCommitRequest) Reset()
- func (x *GetCommitRequest) String() string
- type GetCommitResponse
- func (*GetCommitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommitResponse) GetAuthor() string
- func (x *GetCommitResponse) GetChanges() []*FileChange
- func (x *GetCommitResponse) GetHash() string
- func (x *GetCommitResponse) GetMessage() string
- func (x *GetCommitResponse) GetParentHashes() []string
- func (x *GetCommitResponse) GetTimestamp() *timestamppb.Timestamp
- func (*GetCommitResponse) ProtoMessage()
- func (x *GetCommitResponse) ProtoReflect() protoreflect.Message
- func (x *GetCommitResponse) Reset()
- func (x *GetCommitResponse) String() string
- type GetRepositoryRequest
- func (*GetRepositoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryRequest) GetId() string
- func (*GetRepositoryRequest) ProtoMessage()
- func (x *GetRepositoryRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryRequest) Reset()
- func (x *GetRepositoryRequest) String() string
- type GetRepositoryResponse
- func (*GetRepositoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *GetRepositoryResponse) GetDescription() string
- func (x *GetRepositoryResponse) GetId() string
- func (x *GetRepositoryResponse) GetMetadata() map[string]string
- func (x *GetRepositoryResponse) GetName() string
- func (*GetRepositoryResponse) ProtoMessage()
- func (x *GetRepositoryResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryResponse) Reset()
- func (x *GetRepositoryResponse) String() string
- type GetStatusRequest
- type GetStatusResponse
- func (*GetStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetStatusResponse) GetCurrentBranch() string
- func (x *GetStatusResponse) GetRepositoryId() string
- func (x *GetStatusResponse) GetStagedFiles() int32
- func (x *GetStatusResponse) GetStatusEntries() []string
- func (x *GetStatusResponse) GetUnstagedFiles() int32
- func (x *GetStatusResponse) GetUntrackedFiles() int32
- func (*GetStatusResponse) ProtoMessage()
- func (x *GetStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetStatusResponse) Reset()
- func (x *GetStatusResponse) String() string
- type GoVCServiceClient
- type GoVCServiceServer
- type GoVCService_StreamBlobClient
- type GoVCService_StreamBlobServer
- type GoVCService_UploadBlobStreamClient
- type GoVCService_UploadBlobStreamServer
- type HealthResponse
- func (*HealthResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HealthResponse) GetChecks() map[string]string
- func (x *HealthResponse) GetStatus() string
- func (x *HealthResponse) GetTimestamp() *timestamppb.Timestamp
- func (x *HealthResponse) GetUptimeSeconds() float64
- func (*HealthResponse) ProtoMessage()
- func (x *HealthResponse) ProtoReflect() protoreflect.Message
- func (x *HealthResponse) Reset()
- func (x *HealthResponse) String() string
- type ListBranchesRequest
- func (*ListBranchesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBranchesRequest) GetRepositoryId() string
- func (*ListBranchesRequest) ProtoMessage()
- func (x *ListBranchesRequest) ProtoReflect() protoreflect.Message
- func (x *ListBranchesRequest) Reset()
- func (x *ListBranchesRequest) String() string
- type ListBranchesResponse
- func (*ListBranchesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBranchesResponse) GetBranches() []*Branch
- func (x *ListBranchesResponse) GetCurrentBranch() string
- func (*ListBranchesResponse) ProtoMessage()
- func (x *ListBranchesResponse) ProtoReflect() protoreflect.Message
- func (x *ListBranchesResponse) Reset()
- func (x *ListBranchesResponse) String() string
- type ListCommitsRequest
- func (*ListCommitsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCommitsRequest) GetAuthor() string
- func (x *ListCommitsRequest) GetBranch() string
- func (x *ListCommitsRequest) GetLimit() int32
- func (x *ListCommitsRequest) GetOffset() int32
- func (x *ListCommitsRequest) GetRepositoryId() string
- func (*ListCommitsRequest) ProtoMessage()
- func (x *ListCommitsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCommitsRequest) Reset()
- func (x *ListCommitsRequest) String() string
- type ListCommitsResponse
- func (*ListCommitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCommitsResponse) GetCommits() []*GetCommitResponse
- func (x *ListCommitsResponse) GetTotal() int32
- func (*ListCommitsResponse) ProtoMessage()
- func (x *ListCommitsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCommitsResponse) Reset()
- func (x *ListCommitsResponse) String() string
- type ListRepositoriesRequest
- func (*ListRepositoriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoriesRequest) GetLimit() int32
- func (x *ListRepositoriesRequest) GetOffset() int32
- func (*ListRepositoriesRequest) ProtoMessage()
- func (x *ListRepositoriesRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoriesRequest) Reset()
- func (x *ListRepositoriesRequest) String() string
- type ListRepositoriesResponse
- func (*ListRepositoriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoriesResponse) GetRepositories() []*GetRepositoryResponse
- func (x *ListRepositoriesResponse) GetTotal() int32
- func (*ListRepositoriesResponse) ProtoMessage()
- func (x *ListRepositoriesResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoriesResponse) Reset()
- func (x *ListRepositoriesResponse) String() string
- type MergeBranchRequest
- func (*MergeBranchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MergeBranchRequest) GetMessage() string
- func (x *MergeBranchRequest) GetRepositoryId() string
- func (x *MergeBranchRequest) GetSourceBranch() string
- func (x *MergeBranchRequest) GetTargetBranch() string
- func (*MergeBranchRequest) ProtoMessage()
- func (x *MergeBranchRequest) ProtoReflect() protoreflect.Message
- func (x *MergeBranchRequest) Reset()
- func (x *MergeBranchRequest) String() string
- type MergeBranchResponse
- func (*MergeBranchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MergeBranchResponse) GetCommitHash() string
- func (x *MergeBranchResponse) GetConflictFiles() []string
- func (x *MergeBranchResponse) GetConflicts() bool
- func (*MergeBranchResponse) ProtoMessage()
- func (x *MergeBranchResponse) ProtoReflect() protoreflect.Message
- func (x *MergeBranchResponse) Reset()
- func (x *MergeBranchResponse) String() string
- type MoveFileRequest
- func (*MoveFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MoveFileRequest) GetFromPath() string
- func (x *MoveFileRequest) GetRepositoryId() string
- func (x *MoveFileRequest) GetToPath() string
- func (*MoveFileRequest) ProtoMessage()
- func (x *MoveFileRequest) ProtoReflect() protoreflect.Message
- func (x *MoveFileRequest) Reset()
- func (x *MoveFileRequest) String() string
- type QueryRow
- type ReadFileRequest
- func (*ReadFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReadFileRequest) GetCommit() string
- func (x *ReadFileRequest) GetPath() string
- func (x *ReadFileRequest) GetRepositoryId() string
- func (*ReadFileRequest) ProtoMessage()
- func (x *ReadFileRequest) ProtoReflect() protoreflect.Message
- func (x *ReadFileRequest) Reset()
- func (x *ReadFileRequest) String() string
- type ReadFileResponse
- func (*ReadFileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReadFileResponse) GetContent() []byte
- func (x *ReadFileResponse) GetHash() string
- func (x *ReadFileResponse) GetLastModified() *timestamppb.Timestamp
- func (x *ReadFileResponse) GetSize() int64
- func (*ReadFileResponse) ProtoMessage()
- func (x *ReadFileResponse) ProtoReflect() protoreflect.Message
- func (x *ReadFileResponse) Reset()
- func (x *ReadFileResponse) String() string
- type RemoveFileRequest
- func (*RemoveFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveFileRequest) GetPath() string
- func (x *RemoveFileRequest) GetRepositoryId() string
- func (*RemoveFileRequest) ProtoMessage()
- func (x *RemoveFileRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveFileRequest) Reset()
- func (x *RemoveFileRequest) String() string
- type SearchDocument
- func (*SearchDocument) Descriptor() ([]byte, []int)deprecated
- func (x *SearchDocument) GetContent() []byte
- func (x *SearchDocument) GetContentType() string
- func (x *SearchDocument) GetHash() string
- func (x *SearchDocument) GetLastModified() *timestamppb.Timestamp
- func (x *SearchDocument) GetPath() string
- func (x *SearchDocument) GetSize() int64
- func (*SearchDocument) ProtoMessage()
- func (x *SearchDocument) ProtoReflect() protoreflect.Message
- func (x *SearchDocument) Reset()
- func (x *SearchDocument) String() string
- type SearchResult
- func (*SearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *SearchResult) GetDocument() *SearchDocument
- func (x *SearchResult) GetHighlights() []string
- func (x *SearchResult) GetScore() float64
- func (*SearchResult) ProtoMessage()
- func (x *SearchResult) ProtoReflect() protoreflect.Message
- func (x *SearchResult) Reset()
- func (x *SearchResult) String() string
- type SearchWithAggregationRequest
- func (*SearchWithAggregationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchWithAggregationRequest) GetAggregations() []string
- func (x *SearchWithAggregationRequest) GetGroupBy() []string
- func (x *SearchWithAggregationRequest) GetQuery() *FullTextSearchRequest
- func (x *SearchWithAggregationRequest) GetRepositoryId() string
- func (x *SearchWithAggregationRequest) GetTimeRange() string
- func (*SearchWithAggregationRequest) ProtoMessage()
- func (x *SearchWithAggregationRequest) ProtoReflect() protoreflect.Message
- func (x *SearchWithAggregationRequest) Reset()
- func (x *SearchWithAggregationRequest) String() string
- type SearchWithAggregationResponse
- func (*SearchWithAggregationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchWithAggregationResponse) GetGroups() []*AggregationGroup
- func (x *SearchWithAggregationResponse) GetSummary() *AggregationSummary
- func (*SearchWithAggregationResponse) ProtoMessage()
- func (x *SearchWithAggregationResponse) ProtoReflect() protoreflect.Message
- func (x *SearchWithAggregationResponse) Reset()
- func (x *SearchWithAggregationResponse) String() string
- type StoreBlobRequest
- func (*StoreBlobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StoreBlobRequest) GetContent() []byte
- func (x *StoreBlobRequest) GetRepositoryId() string
- func (*StoreBlobRequest) ProtoMessage()
- func (x *StoreBlobRequest) ProtoReflect() protoreflect.Message
- func (x *StoreBlobRequest) Reset()
- func (x *StoreBlobRequest) String() string
- type StoreBlobResponse
- func (*StoreBlobResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StoreBlobResponse) GetHash() string
- func (x *StoreBlobResponse) GetSize() int64
- func (*StoreBlobResponse) ProtoMessage()
- func (x *StoreBlobResponse) ProtoReflect() protoreflect.Message
- func (x *StoreBlobResponse) Reset()
- func (x *StoreBlobResponse) String() string
- type StoreBlobWithDeltaRequest
- func (*StoreBlobWithDeltaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StoreBlobWithDeltaRequest) GetContent() []byte
- func (x *StoreBlobWithDeltaRequest) GetRepositoryId() string
- func (x *StoreBlobWithDeltaRequest) GetUseCompression() bool
- func (*StoreBlobWithDeltaRequest) ProtoMessage()
- func (x *StoreBlobWithDeltaRequest) ProtoReflect() protoreflect.Message
- func (x *StoreBlobWithDeltaRequest) Reset()
- func (x *StoreBlobWithDeltaRequest) String() string
- type StoreBlobWithDeltaResponse
- func (*StoreBlobWithDeltaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StoreBlobWithDeltaResponse) GetCompressedSize() int64
- func (x *StoreBlobWithDeltaResponse) GetCompressionRatio() float32
- func (x *StoreBlobWithDeltaResponse) GetHash() string
- func (x *StoreBlobWithDeltaResponse) GetSize() int64
- func (*StoreBlobWithDeltaResponse) ProtoMessage()
- func (x *StoreBlobWithDeltaResponse) ProtoReflect() protoreflect.Message
- func (x *StoreBlobWithDeltaResponse) Reset()
- func (x *StoreBlobWithDeltaResponse) String() string
- type StreamBlobRequest
- func (*StreamBlobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamBlobRequest) GetChunkSize() int32
- func (x *StreamBlobRequest) GetEndOffset() int64
- func (x *StreamBlobRequest) GetHash() string
- func (x *StreamBlobRequest) GetRepositoryId() string
- func (x *StreamBlobRequest) GetStartOffset() int64
- func (*StreamBlobRequest) ProtoMessage()
- func (x *StreamBlobRequest) ProtoReflect() protoreflect.Message
- func (x *StreamBlobRequest) Reset()
- func (x *StreamBlobRequest) String() string
- type StreamBlobResponse
- func (*StreamBlobResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StreamBlobResponse) GetChunk() *StreamChunk
- func (x *StreamBlobResponse) GetError() *StreamError
- func (x *StreamBlobResponse) GetMetadata() *StreamMetadata
- func (x *StreamBlobResponse) GetProgress() *StreamProgress
- func (x *StreamBlobResponse) GetResponse() isStreamBlobResponse_Response
- func (*StreamBlobResponse) ProtoMessage()
- func (x *StreamBlobResponse) ProtoReflect() protoreflect.Message
- func (x *StreamBlobResponse) Reset()
- func (x *StreamBlobResponse) String() string
- type StreamBlobResponse_Chunk
- type StreamBlobResponse_Error
- type StreamBlobResponse_Metadata
- type StreamBlobResponse_Progress
- type StreamChunk
- func (*StreamChunk) Descriptor() ([]byte, []int)deprecated
- func (x *StreamChunk) GetChecksum() string
- func (x *StreamChunk) GetData() []byte
- func (x *StreamChunk) GetIsLast() bool
- func (x *StreamChunk) GetSequenceNum() int32
- func (x *StreamChunk) GetStreamId() string
- func (*StreamChunk) ProtoMessage()
- func (x *StreamChunk) ProtoReflect() protoreflect.Message
- func (x *StreamChunk) Reset()
- func (x *StreamChunk) String() string
- type StreamError
- func (*StreamError) Descriptor() ([]byte, []int)deprecated
- func (x *StreamError) GetError() string
- func (x *StreamError) GetErrorCode() int32
- func (x *StreamError) GetStreamId() string
- func (*StreamError) ProtoMessage()
- func (x *StreamError) ProtoReflect() protoreflect.Message
- func (x *StreamError) Reset()
- func (x *StreamError) String() string
- type StreamMetadata
- func (*StreamMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *StreamMetadata) GetChecksum() string
- func (x *StreamMetadata) GetChunkCount() int32
- func (x *StreamMetadata) GetContentType() string
- func (x *StreamMetadata) GetStreamId() string
- func (x *StreamMetadata) GetTotalSize() int64
- func (*StreamMetadata) ProtoMessage()
- func (x *StreamMetadata) ProtoReflect() protoreflect.Message
- func (x *StreamMetadata) Reset()
- func (x *StreamMetadata) String() string
- type StreamProgress
- func (*StreamProgress) Descriptor() ([]byte, []int)deprecated
- func (x *StreamProgress) GetBytesStreamed() int64
- func (x *StreamProgress) GetChunksStreamed() int32
- func (x *StreamProgress) GetStatus() string
- func (x *StreamProgress) GetStreamId() string
- func (x *StreamProgress) GetTotalBytes() int64
- func (x *StreamProgress) GetTotalChunks() int32
- func (x *StreamProgress) GetTransferRateMbps() float64
- func (*StreamProgress) ProtoMessage()
- func (x *StreamProgress) ProtoReflect() protoreflect.Message
- func (x *StreamProgress) Reset()
- func (x *StreamProgress) String() string
- type UnimplementedGoVCServiceServer
- func (UnimplementedGoVCServiceServer) AddFile(context.Context, *AddFileRequest) (*AddFileResponse, error)
- func (UnimplementedGoVCServiceServer) BatchOperations(context.Context, *BatchOperationsRequest) (*BatchOperationsResponse, error)
- func (UnimplementedGoVCServiceServer) CheckoutBranch(context.Context, *CheckoutBranchRequest) (*emptypb.Empty, error)
- func (UnimplementedGoVCServiceServer) Commit(context.Context, *CommitRequest) (*CommitResponse, error)
- func (UnimplementedGoVCServiceServer) CreateBranch(context.Context, *CreateBranchRequest) (*CreateBranchResponse, error)
- func (UnimplementedGoVCServiceServer) CreateRepository(context.Context, *CreateRepositoryRequest) (*CreateRepositoryResponse, error)
- func (UnimplementedGoVCServiceServer) DeleteBranch(context.Context, *DeleteBranchRequest) (*emptypb.Empty, error)
- func (UnimplementedGoVCServiceServer) DeleteRepository(context.Context, *DeleteRepositoryRequest) (*emptypb.Empty, error)
- func (UnimplementedGoVCServiceServer) ExecuteSQLQuery(context.Context, *ExecuteSQLQueryRequest) (*ExecuteSQLQueryResponse, error)
- func (UnimplementedGoVCServiceServer) FullTextSearch(context.Context, *FullTextSearchRequest) (*FullTextSearchResponse, error)
- func (UnimplementedGoVCServiceServer) GetBlob(context.Context, *GetBlobRequest) (*GetBlobResponse, error)
- func (UnimplementedGoVCServiceServer) GetBlobWithDelta(context.Context, *GetBlobWithDeltaRequest) (*GetBlobWithDeltaResponse, error)
- func (UnimplementedGoVCServiceServer) GetCommit(context.Context, *GetCommitRequest) (*GetCommitResponse, error)
- func (UnimplementedGoVCServiceServer) GetHealth(context.Context, *emptypb.Empty) (*HealthResponse, error)
- func (UnimplementedGoVCServiceServer) GetRepository(context.Context, *GetRepositoryRequest) (*GetRepositoryResponse, error)
- func (UnimplementedGoVCServiceServer) GetStatus(context.Context, *GetStatusRequest) (*GetStatusResponse, error)
- func (UnimplementedGoVCServiceServer) ListBranches(context.Context, *ListBranchesRequest) (*ListBranchesResponse, error)
- func (UnimplementedGoVCServiceServer) ListCommits(context.Context, *ListCommitsRequest) (*ListCommitsResponse, error)
- func (UnimplementedGoVCServiceServer) ListRepositories(context.Context, *ListRepositoriesRequest) (*ListRepositoriesResponse, error)
- func (UnimplementedGoVCServiceServer) MergeBranch(context.Context, *MergeBranchRequest) (*MergeBranchResponse, error)
- func (UnimplementedGoVCServiceServer) MoveFile(context.Context, *MoveFileRequest) (*emptypb.Empty, error)
- func (UnimplementedGoVCServiceServer) ReadFile(context.Context, *ReadFileRequest) (*ReadFileResponse, error)
- func (UnimplementedGoVCServiceServer) RemoveFile(context.Context, *RemoveFileRequest) (*emptypb.Empty, error)
- func (UnimplementedGoVCServiceServer) SearchWithAggregation(context.Context, *SearchWithAggregationRequest) (*SearchWithAggregationResponse, error)
- func (UnimplementedGoVCServiceServer) StoreBlob(context.Context, *StoreBlobRequest) (*StoreBlobResponse, error)
- func (UnimplementedGoVCServiceServer) StoreBlobWithDelta(context.Context, *StoreBlobWithDeltaRequest) (*StoreBlobWithDeltaResponse, error)
- func (UnimplementedGoVCServiceServer) StreamBlob(grpc.BidiStreamingServer[StreamBlobRequest, StreamBlobResponse]) error
- func (UnimplementedGoVCServiceServer) UploadBlobStream(grpc.ClientStreamingServer[UploadBlobStreamRequest, UploadBlobStreamResponse]) error
- func (UnimplementedGoVCServiceServer) WriteFile(context.Context, *WriteFileRequest) (*WriteFileResponse, error)
- type UnsafeGoVCServiceServer
- type UploadBlobStreamRequest
- func (*UploadBlobStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UploadBlobStreamRequest) GetChunk() *StreamChunk
- func (x *UploadBlobStreamRequest) GetMetadata() *UploadMetadata
- func (x *UploadBlobStreamRequest) GetRepositoryId() string
- func (x *UploadBlobStreamRequest) GetRequest() isUploadBlobStreamRequest_Request
- func (*UploadBlobStreamRequest) ProtoMessage()
- func (x *UploadBlobStreamRequest) ProtoReflect() protoreflect.Message
- func (x *UploadBlobStreamRequest) Reset()
- func (x *UploadBlobStreamRequest) String() string
- type UploadBlobStreamRequest_Chunk
- type UploadBlobStreamRequest_Metadata
- type UploadBlobStreamResponse
- func (*UploadBlobStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UploadBlobStreamResponse) GetChecksum() string
- func (x *UploadBlobStreamResponse) GetChunksReceived() int32
- func (x *UploadBlobStreamResponse) GetHash() string
- func (x *UploadBlobStreamResponse) GetSize() int64
- func (*UploadBlobStreamResponse) ProtoMessage()
- func (x *UploadBlobStreamResponse) ProtoReflect() protoreflect.Message
- func (x *UploadBlobStreamResponse) Reset()
- func (x *UploadBlobStreamResponse) String() string
- type UploadMetadata
- func (*UploadMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UploadMetadata) GetChunkSize() int32
- func (x *UploadMetadata) GetContentType() string
- func (x *UploadMetadata) GetFilename() string
- func (x *UploadMetadata) GetTotalSize() int64
- func (*UploadMetadata) ProtoMessage()
- func (x *UploadMetadata) ProtoReflect() protoreflect.Message
- func (x *UploadMetadata) Reset()
- func (x *UploadMetadata) String() string
- type WriteFileRequest
- func (*WriteFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WriteFileRequest) GetContent() []byte
- func (x *WriteFileRequest) GetCreateDirs() bool
- func (x *WriteFileRequest) GetPath() string
- func (x *WriteFileRequest) GetRepositoryId() string
- func (*WriteFileRequest) ProtoMessage()
- func (x *WriteFileRequest) ProtoReflect() protoreflect.Message
- func (x *WriteFileRequest) Reset()
- func (x *WriteFileRequest) String() string
- type WriteFileResponse
- func (*WriteFileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WriteFileResponse) GetHash() string
- func (x *WriteFileResponse) GetSize() int64
- func (*WriteFileResponse) ProtoMessage()
- func (x *WriteFileResponse) ProtoReflect() protoreflect.Message
- func (x *WriteFileResponse) Reset()
- func (x *WriteFileResponse) String() string
Constants ¶
const ( GoVCService_CreateRepository_FullMethodName = "/govc.GoVCService/CreateRepository" GoVCService_GetRepository_FullMethodName = "/govc.GoVCService/GetRepository" GoVCService_DeleteRepository_FullMethodName = "/govc.GoVCService/DeleteRepository" GoVCService_ListRepositories_FullMethodName = "/govc.GoVCService/ListRepositories" GoVCService_StoreBlob_FullMethodName = "/govc.GoVCService/StoreBlob" GoVCService_GetBlob_FullMethodName = "/govc.GoVCService/GetBlob" GoVCService_StoreBlobWithDelta_FullMethodName = "/govc.GoVCService/StoreBlobWithDelta" GoVCService_GetBlobWithDelta_FullMethodName = "/govc.GoVCService/GetBlobWithDelta" GoVCService_BatchOperations_FullMethodName = "/govc.GoVCService/BatchOperations" GoVCService_AddFile_FullMethodName = "/govc.GoVCService/AddFile" GoVCService_ReadFile_FullMethodName = "/govc.GoVCService/ReadFile" GoVCService_WriteFile_FullMethodName = "/govc.GoVCService/WriteFile" GoVCService_RemoveFile_FullMethodName = "/govc.GoVCService/RemoveFile" GoVCService_MoveFile_FullMethodName = "/govc.GoVCService/MoveFile" GoVCService_Commit_FullMethodName = "/govc.GoVCService/Commit" GoVCService_GetCommit_FullMethodName = "/govc.GoVCService/GetCommit" GoVCService_ListCommits_FullMethodName = "/govc.GoVCService/ListCommits" GoVCService_CreateBranch_FullMethodName = "/govc.GoVCService/CreateBranch" GoVCService_ListBranches_FullMethodName = "/govc.GoVCService/ListBranches" GoVCService_DeleteBranch_FullMethodName = "/govc.GoVCService/DeleteBranch" GoVCService_CheckoutBranch_FullMethodName = "/govc.GoVCService/CheckoutBranch" GoVCService_MergeBranch_FullMethodName = "/govc.GoVCService/MergeBranch" GoVCService_FullTextSearch_FullMethodName = "/govc.GoVCService/FullTextSearch" GoVCService_ExecuteSQLQuery_FullMethodName = "/govc.GoVCService/ExecuteSQLQuery" GoVCService_SearchWithAggregation_FullMethodName = "/govc.GoVCService/SearchWithAggregation" GoVCService_StreamBlob_FullMethodName = "/govc.GoVCService/StreamBlob" GoVCService_UploadBlobStream_FullMethodName = "/govc.GoVCService/UploadBlobStream" GoVCService_GetHealth_FullMethodName = "/govc.GoVCService/GetHealth" GoVCService_GetStatus_FullMethodName = "/govc.GoVCService/GetStatus" )
Variables ¶
var File_api_proto_govc_proto protoreflect.FileDescriptor
var GoVCService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "govc.GoVCService", HandlerType: (*GoVCServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateRepository", Handler: _GoVCService_CreateRepository_Handler, }, { MethodName: "GetRepository", Handler: _GoVCService_GetRepository_Handler, }, { MethodName: "DeleteRepository", Handler: _GoVCService_DeleteRepository_Handler, }, { MethodName: "ListRepositories", Handler: _GoVCService_ListRepositories_Handler, }, { MethodName: "StoreBlob", Handler: _GoVCService_StoreBlob_Handler, }, { MethodName: "GetBlob", Handler: _GoVCService_GetBlob_Handler, }, { MethodName: "StoreBlobWithDelta", Handler: _GoVCService_StoreBlobWithDelta_Handler, }, { MethodName: "GetBlobWithDelta", Handler: _GoVCService_GetBlobWithDelta_Handler, }, { MethodName: "BatchOperations", Handler: _GoVCService_BatchOperations_Handler, }, { MethodName: "AddFile", Handler: _GoVCService_AddFile_Handler, }, { MethodName: "ReadFile", Handler: _GoVCService_ReadFile_Handler, }, { MethodName: "WriteFile", Handler: _GoVCService_WriteFile_Handler, }, { MethodName: "RemoveFile", Handler: _GoVCService_RemoveFile_Handler, }, { MethodName: "MoveFile", Handler: _GoVCService_MoveFile_Handler, }, { MethodName: "Commit", Handler: _GoVCService_Commit_Handler, }, { MethodName: "GetCommit", Handler: _GoVCService_GetCommit_Handler, }, { MethodName: "ListCommits", Handler: _GoVCService_ListCommits_Handler, }, { MethodName: "CreateBranch", Handler: _GoVCService_CreateBranch_Handler, }, { MethodName: "ListBranches", Handler: _GoVCService_ListBranches_Handler, }, { MethodName: "DeleteBranch", Handler: _GoVCService_DeleteBranch_Handler, }, { MethodName: "CheckoutBranch", Handler: _GoVCService_CheckoutBranch_Handler, }, { MethodName: "MergeBranch", Handler: _GoVCService_MergeBranch_Handler, }, { MethodName: "FullTextSearch", Handler: _GoVCService_FullTextSearch_Handler, }, { MethodName: "ExecuteSQLQuery", Handler: _GoVCService_ExecuteSQLQuery_Handler, }, { MethodName: "SearchWithAggregation", Handler: _GoVCService_SearchWithAggregation_Handler, }, { MethodName: "GetHealth", Handler: _GoVCService_GetHealth_Handler, }, { MethodName: "GetStatus", Handler: _GoVCService_GetStatus_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "StreamBlob", Handler: _GoVCService_StreamBlob_Handler, ServerStreams: true, ClientStreams: true, }, { StreamName: "UploadBlobStream", Handler: _GoVCService_UploadBlobStream_Handler, ClientStreams: true, }, }, Metadata: "api/proto/govc.proto", }
GoVCService_ServiceDesc is the grpc.ServiceDesc for GoVCService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterGoVCServiceServer ¶
func RegisterGoVCServiceServer(s grpc.ServiceRegistrar, srv GoVCServiceServer)
Types ¶
type AddFileRequest ¶
type AddFileRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
Content []byte `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
// contains filtered or unexported fields
}
File Operations
func (*AddFileRequest) Descriptor
deprecated
func (*AddFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddFileRequest.ProtoReflect.Descriptor instead.
func (*AddFileRequest) GetContent ¶
func (x *AddFileRequest) GetContent() []byte
func (*AddFileRequest) GetPath ¶
func (x *AddFileRequest) GetPath() string
func (*AddFileRequest) GetRepositoryId ¶
func (x *AddFileRequest) GetRepositoryId() string
func (*AddFileRequest) ProtoMessage ¶
func (*AddFileRequest) ProtoMessage()
func (*AddFileRequest) ProtoReflect ¶
func (x *AddFileRequest) ProtoReflect() protoreflect.Message
func (*AddFileRequest) Reset ¶
func (x *AddFileRequest) Reset()
func (*AddFileRequest) String ¶
func (x *AddFileRequest) String() string
type AddFileResponse ¶
type AddFileResponse struct {
Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
Size int64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
// contains filtered or unexported fields
}
func (*AddFileResponse) Descriptor
deprecated
func (*AddFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddFileResponse.ProtoReflect.Descriptor instead.
func (*AddFileResponse) GetHash ¶
func (x *AddFileResponse) GetHash() string
func (*AddFileResponse) GetSize ¶
func (x *AddFileResponse) GetSize() int64
func (*AddFileResponse) ProtoMessage ¶
func (*AddFileResponse) ProtoMessage()
func (*AddFileResponse) ProtoReflect ¶
func (x *AddFileResponse) ProtoReflect() protoreflect.Message
func (*AddFileResponse) Reset ¶
func (x *AddFileResponse) Reset()
func (*AddFileResponse) String ¶
func (x *AddFileResponse) String() string
type AggregationGroup ¶
type AggregationGroup struct {
GroupValue string `protobuf:"bytes,1,opt,name=group_value,json=groupValue,proto3" json:"group_value,omitempty"`
Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
Metrics map[string]float64 `` /* 143-byte string literal not displayed */
SampleResults []*SearchResult `protobuf:"bytes,4,rep,name=sample_results,json=sampleResults,proto3" json:"sample_results,omitempty"`
// contains filtered or unexported fields
}
func (*AggregationGroup) Descriptor
deprecated
func (*AggregationGroup) Descriptor() ([]byte, []int)
Deprecated: Use AggregationGroup.ProtoReflect.Descriptor instead.
func (*AggregationGroup) GetCount ¶
func (x *AggregationGroup) GetCount() int32
func (*AggregationGroup) GetGroupValue ¶
func (x *AggregationGroup) GetGroupValue() string
func (*AggregationGroup) GetMetrics ¶
func (x *AggregationGroup) GetMetrics() map[string]float64
func (*AggregationGroup) GetSampleResults ¶
func (x *AggregationGroup) GetSampleResults() []*SearchResult
func (*AggregationGroup) ProtoMessage ¶
func (*AggregationGroup) ProtoMessage()
func (*AggregationGroup) ProtoReflect ¶
func (x *AggregationGroup) ProtoReflect() protoreflect.Message
func (*AggregationGroup) Reset ¶
func (x *AggregationGroup) Reset()
func (*AggregationGroup) String ¶
func (x *AggregationGroup) String() string
type AggregationSummary ¶
type AggregationSummary struct {
TotalDocuments int32 `protobuf:"varint,1,opt,name=total_documents,json=totalDocuments,proto3" json:"total_documents,omitempty"`
TotalGroups int32 `protobuf:"varint,2,opt,name=total_groups,json=totalGroups,proto3" json:"total_groups,omitempty"`
Metrics map[string]float64 `` /* 143-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*AggregationSummary) Descriptor
deprecated
func (*AggregationSummary) Descriptor() ([]byte, []int)
Deprecated: Use AggregationSummary.ProtoReflect.Descriptor instead.
func (*AggregationSummary) GetMetrics ¶
func (x *AggregationSummary) GetMetrics() map[string]float64
func (*AggregationSummary) GetTotalDocuments ¶
func (x *AggregationSummary) GetTotalDocuments() int32
func (*AggregationSummary) GetTotalGroups ¶
func (x *AggregationSummary) GetTotalGroups() int32
func (*AggregationSummary) ProtoMessage ¶
func (*AggregationSummary) ProtoMessage()
func (*AggregationSummary) ProtoReflect ¶
func (x *AggregationSummary) ProtoReflect() protoreflect.Message
func (*AggregationSummary) Reset ¶
func (x *AggregationSummary) Reset()
func (*AggregationSummary) String ¶
func (x *AggregationSummary) String() string
type BatchOperation ¶
type BatchOperation struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
Params []byte `protobuf:"bytes,3,opt,name=params,proto3" json:"params,omitempty"` // JSON-encoded parameters
// contains filtered or unexported fields
}
func (*BatchOperation) Descriptor
deprecated
func (*BatchOperation) Descriptor() ([]byte, []int)
Deprecated: Use BatchOperation.ProtoReflect.Descriptor instead.
func (*BatchOperation) GetId ¶
func (x *BatchOperation) GetId() string
func (*BatchOperation) GetParams ¶
func (x *BatchOperation) GetParams() []byte
func (*BatchOperation) GetType ¶
func (x *BatchOperation) GetType() string
func (*BatchOperation) ProtoMessage ¶
func (*BatchOperation) ProtoMessage()
func (*BatchOperation) ProtoReflect ¶
func (x *BatchOperation) ProtoReflect() protoreflect.Message
func (*BatchOperation) Reset ¶
func (x *BatchOperation) Reset()
func (*BatchOperation) String ¶
func (x *BatchOperation) String() string
type BatchOperationResult ¶
type BatchOperationResult struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Success bool `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"`
Result []byte `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"` // JSON-encoded result
Error string `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*BatchOperationResult) Descriptor
deprecated
func (*BatchOperationResult) Descriptor() ([]byte, []int)
Deprecated: Use BatchOperationResult.ProtoReflect.Descriptor instead.
func (*BatchOperationResult) GetError ¶
func (x *BatchOperationResult) GetError() string
func (*BatchOperationResult) GetId ¶
func (x *BatchOperationResult) GetId() string
func (*BatchOperationResult) GetResult ¶
func (x *BatchOperationResult) GetResult() []byte
func (*BatchOperationResult) GetSuccess ¶
func (x *BatchOperationResult) GetSuccess() bool
func (*BatchOperationResult) ProtoMessage ¶
func (*BatchOperationResult) ProtoMessage()
func (*BatchOperationResult) ProtoReflect ¶
func (x *BatchOperationResult) ProtoReflect() protoreflect.Message
func (*BatchOperationResult) Reset ¶
func (x *BatchOperationResult) Reset()
func (*BatchOperationResult) String ¶
func (x *BatchOperationResult) String() string
type BatchOperationsRequest ¶
type BatchOperationsRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Operations []*BatchOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"`
Parallel bool `protobuf:"varint,3,opt,name=parallel,proto3" json:"parallel,omitempty"`
Transaction bool `protobuf:"varint,4,opt,name=transaction,proto3" json:"transaction,omitempty"`
// contains filtered or unexported fields
}
Batch Operations
func (*BatchOperationsRequest) Descriptor
deprecated
func (*BatchOperationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchOperationsRequest.ProtoReflect.Descriptor instead.
func (*BatchOperationsRequest) GetOperations ¶
func (x *BatchOperationsRequest) GetOperations() []*BatchOperation
func (*BatchOperationsRequest) GetParallel ¶
func (x *BatchOperationsRequest) GetParallel() bool
func (*BatchOperationsRequest) GetRepositoryId ¶
func (x *BatchOperationsRequest) GetRepositoryId() string
func (*BatchOperationsRequest) GetTransaction ¶
func (x *BatchOperationsRequest) GetTransaction() bool
func (*BatchOperationsRequest) ProtoMessage ¶
func (*BatchOperationsRequest) ProtoMessage()
func (*BatchOperationsRequest) ProtoReflect ¶
func (x *BatchOperationsRequest) ProtoReflect() protoreflect.Message
func (*BatchOperationsRequest) Reset ¶
func (x *BatchOperationsRequest) Reset()
func (*BatchOperationsRequest) String ¶
func (x *BatchOperationsRequest) String() string
type BatchOperationsResponse ¶
type BatchOperationsResponse struct {
Results []*BatchOperationResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
Success bool `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"`
Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
ExecutionTimeMs float64 `protobuf:"fixed64,4,opt,name=execution_time_ms,json=executionTimeMs,proto3" json:"execution_time_ms,omitempty"`
// contains filtered or unexported fields
}
func (*BatchOperationsResponse) Descriptor
deprecated
func (*BatchOperationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use BatchOperationsResponse.ProtoReflect.Descriptor instead.
func (*BatchOperationsResponse) GetError ¶
func (x *BatchOperationsResponse) GetError() string
func (*BatchOperationsResponse) GetExecutionTimeMs ¶
func (x *BatchOperationsResponse) GetExecutionTimeMs() float64
func (*BatchOperationsResponse) GetResults ¶
func (x *BatchOperationsResponse) GetResults() []*BatchOperationResult
func (*BatchOperationsResponse) GetSuccess ¶
func (x *BatchOperationsResponse) GetSuccess() bool
func (*BatchOperationsResponse) ProtoMessage ¶
func (*BatchOperationsResponse) ProtoMessage()
func (*BatchOperationsResponse) ProtoReflect ¶
func (x *BatchOperationsResponse) ProtoReflect() protoreflect.Message
func (*BatchOperationsResponse) Reset ¶
func (x *BatchOperationsResponse) Reset()
func (*BatchOperationsResponse) String ¶
func (x *BatchOperationsResponse) String() string
type Branch ¶
type Branch struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
CommitHash string `protobuf:"bytes,2,opt,name=commit_hash,json=commitHash,proto3" json:"commit_hash,omitempty"`
LastCommit *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=last_commit,json=lastCommit,proto3" json:"last_commit,omitempty"`
Author string `protobuf:"bytes,4,opt,name=author,proto3" json:"author,omitempty"`
// contains filtered or unexported fields
}
func (*Branch) Descriptor
deprecated
func (*Branch) GetCommitHash ¶
func (*Branch) GetLastCommit ¶
func (x *Branch) GetLastCommit() *timestamppb.Timestamp
func (*Branch) ProtoMessage ¶
func (*Branch) ProtoMessage()
func (*Branch) ProtoReflect ¶
func (x *Branch) ProtoReflect() protoreflect.Message
type CheckoutBranchRequest ¶
type CheckoutBranchRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*CheckoutBranchRequest) Descriptor
deprecated
func (*CheckoutBranchRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckoutBranchRequest.ProtoReflect.Descriptor instead.
func (*CheckoutBranchRequest) GetName ¶
func (x *CheckoutBranchRequest) GetName() string
func (*CheckoutBranchRequest) GetRepositoryId ¶
func (x *CheckoutBranchRequest) GetRepositoryId() string
func (*CheckoutBranchRequest) ProtoMessage ¶
func (*CheckoutBranchRequest) ProtoMessage()
func (*CheckoutBranchRequest) ProtoReflect ¶
func (x *CheckoutBranchRequest) ProtoReflect() protoreflect.Message
func (*CheckoutBranchRequest) Reset ¶
func (x *CheckoutBranchRequest) Reset()
func (*CheckoutBranchRequest) String ¶
func (x *CheckoutBranchRequest) String() string
type CommitRequest ¶
type CommitRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Author string `protobuf:"bytes,3,opt,name=author,proto3" json:"author,omitempty"`
Files []string `protobuf:"bytes,4,rep,name=files,proto3" json:"files,omitempty"`
// contains filtered or unexported fields
}
Commit Operations
func (*CommitRequest) Descriptor
deprecated
func (*CommitRequest) Descriptor() ([]byte, []int)
Deprecated: Use CommitRequest.ProtoReflect.Descriptor instead.
func (*CommitRequest) GetAuthor ¶
func (x *CommitRequest) GetAuthor() string
func (*CommitRequest) GetFiles ¶
func (x *CommitRequest) GetFiles() []string
func (*CommitRequest) GetMessage ¶
func (x *CommitRequest) GetMessage() string
func (*CommitRequest) GetRepositoryId ¶
func (x *CommitRequest) GetRepositoryId() string
func (*CommitRequest) ProtoMessage ¶
func (*CommitRequest) ProtoMessage()
func (*CommitRequest) ProtoReflect ¶
func (x *CommitRequest) ProtoReflect() protoreflect.Message
func (*CommitRequest) Reset ¶
func (x *CommitRequest) Reset()
func (*CommitRequest) String ¶
func (x *CommitRequest) String() string
type CommitResponse ¶
type CommitResponse struct {
Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Author string `protobuf:"bytes,3,opt,name=author,proto3" json:"author,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
// contains filtered or unexported fields
}
func (*CommitResponse) Descriptor
deprecated
func (*CommitResponse) Descriptor() ([]byte, []int)
Deprecated: Use CommitResponse.ProtoReflect.Descriptor instead.
func (*CommitResponse) GetAuthor ¶
func (x *CommitResponse) GetAuthor() string
func (*CommitResponse) GetHash ¶
func (x *CommitResponse) GetHash() string
func (*CommitResponse) GetMessage ¶
func (x *CommitResponse) GetMessage() string
func (*CommitResponse) GetTimestamp ¶
func (x *CommitResponse) GetTimestamp() *timestamppb.Timestamp
func (*CommitResponse) ProtoMessage ¶
func (*CommitResponse) ProtoMessage()
func (*CommitResponse) ProtoReflect ¶
func (x *CommitResponse) ProtoReflect() protoreflect.Message
func (*CommitResponse) Reset ¶
func (x *CommitResponse) Reset()
func (*CommitResponse) String ¶
func (x *CommitResponse) String() string
type CreateBranchRequest ¶
type CreateBranchRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
FromCommit string `protobuf:"bytes,3,opt,name=from_commit,json=fromCommit,proto3" json:"from_commit,omitempty"` // Optional: create from specific commit
// contains filtered or unexported fields
}
Branch Operations
func (*CreateBranchRequest) Descriptor
deprecated
func (*CreateBranchRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateBranchRequest.ProtoReflect.Descriptor instead.
func (*CreateBranchRequest) GetFromCommit ¶
func (x *CreateBranchRequest) GetFromCommit() string
func (*CreateBranchRequest) GetName ¶
func (x *CreateBranchRequest) GetName() string
func (*CreateBranchRequest) GetRepositoryId ¶
func (x *CreateBranchRequest) GetRepositoryId() string
func (*CreateBranchRequest) ProtoMessage ¶
func (*CreateBranchRequest) ProtoMessage()
func (*CreateBranchRequest) ProtoReflect ¶
func (x *CreateBranchRequest) ProtoReflect() protoreflect.Message
func (*CreateBranchRequest) Reset ¶
func (x *CreateBranchRequest) Reset()
func (*CreateBranchRequest) String ¶
func (x *CreateBranchRequest) String() string
type CreateBranchResponse ¶
type CreateBranchResponse struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
CommitHash string `protobuf:"bytes,2,opt,name=commit_hash,json=commitHash,proto3" json:"commit_hash,omitempty"`
// contains filtered or unexported fields
}
func (*CreateBranchResponse) Descriptor
deprecated
func (*CreateBranchResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateBranchResponse.ProtoReflect.Descriptor instead.
func (*CreateBranchResponse) GetCommitHash ¶
func (x *CreateBranchResponse) GetCommitHash() string
func (*CreateBranchResponse) GetName ¶
func (x *CreateBranchResponse) GetName() string
func (*CreateBranchResponse) ProtoMessage ¶
func (*CreateBranchResponse) ProtoMessage()
func (*CreateBranchResponse) ProtoReflect ¶
func (x *CreateBranchResponse) ProtoReflect() protoreflect.Message
func (*CreateBranchResponse) Reset ¶
func (x *CreateBranchResponse) Reset()
func (*CreateBranchResponse) String ¶
func (x *CreateBranchResponse) String() string
type CreateRepositoryRequest ¶
type CreateRepositoryRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
Metadata map[string]string `` /* 143-byte string literal not displayed */
// contains filtered or unexported fields
}
Repository Messages
func (*CreateRepositoryRequest) Descriptor
deprecated
func (*CreateRepositoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRepositoryRequest.ProtoReflect.Descriptor instead.
func (*CreateRepositoryRequest) GetDescription ¶
func (x *CreateRepositoryRequest) GetDescription() string
func (*CreateRepositoryRequest) GetId ¶
func (x *CreateRepositoryRequest) GetId() string
func (*CreateRepositoryRequest) GetMetadata ¶
func (x *CreateRepositoryRequest) GetMetadata() map[string]string
func (*CreateRepositoryRequest) GetName ¶
func (x *CreateRepositoryRequest) GetName() string
func (*CreateRepositoryRequest) ProtoMessage ¶
func (*CreateRepositoryRequest) ProtoMessage()
func (*CreateRepositoryRequest) ProtoReflect ¶
func (x *CreateRepositoryRequest) ProtoReflect() protoreflect.Message
func (*CreateRepositoryRequest) Reset ¶
func (x *CreateRepositoryRequest) Reset()
func (*CreateRepositoryRequest) String ¶
func (x *CreateRepositoryRequest) String() string
type CreateRepositoryResponse ¶
type CreateRepositoryResponse struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
// contains filtered or unexported fields
}
func (*CreateRepositoryResponse) Descriptor
deprecated
func (*CreateRepositoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateRepositoryResponse.ProtoReflect.Descriptor instead.
func (*CreateRepositoryResponse) GetCreatedAt ¶
func (x *CreateRepositoryResponse) GetCreatedAt() *timestamppb.Timestamp
func (*CreateRepositoryResponse) GetId ¶
func (x *CreateRepositoryResponse) GetId() string
func (*CreateRepositoryResponse) GetName ¶
func (x *CreateRepositoryResponse) GetName() string
func (*CreateRepositoryResponse) ProtoMessage ¶
func (*CreateRepositoryResponse) ProtoMessage()
func (*CreateRepositoryResponse) ProtoReflect ¶
func (x *CreateRepositoryResponse) ProtoReflect() protoreflect.Message
func (*CreateRepositoryResponse) Reset ¶
func (x *CreateRepositoryResponse) Reset()
func (*CreateRepositoryResponse) String ¶
func (x *CreateRepositoryResponse) String() string
type DeleteBranchRequest ¶
type DeleteBranchRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteBranchRequest) Descriptor
deprecated
func (*DeleteBranchRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBranchRequest.ProtoReflect.Descriptor instead.
func (*DeleteBranchRequest) GetName ¶
func (x *DeleteBranchRequest) GetName() string
func (*DeleteBranchRequest) GetRepositoryId ¶
func (x *DeleteBranchRequest) GetRepositoryId() string
func (*DeleteBranchRequest) ProtoMessage ¶
func (*DeleteBranchRequest) ProtoMessage()
func (*DeleteBranchRequest) ProtoReflect ¶
func (x *DeleteBranchRequest) ProtoReflect() protoreflect.Message
func (*DeleteBranchRequest) Reset ¶
func (x *DeleteBranchRequest) Reset()
func (*DeleteBranchRequest) String ¶
func (x *DeleteBranchRequest) String() string
type DeleteRepositoryRequest ¶
type DeleteRepositoryRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteRepositoryRequest) Descriptor
deprecated
func (*DeleteRepositoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRepositoryRequest.ProtoReflect.Descriptor instead.
func (*DeleteRepositoryRequest) GetId ¶
func (x *DeleteRepositoryRequest) GetId() string
func (*DeleteRepositoryRequest) ProtoMessage ¶
func (*DeleteRepositoryRequest) ProtoMessage()
func (*DeleteRepositoryRequest) ProtoReflect ¶
func (x *DeleteRepositoryRequest) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryRequest) Reset ¶
func (x *DeleteRepositoryRequest) Reset()
func (*DeleteRepositoryRequest) String ¶
func (x *DeleteRepositoryRequest) String() string
type ExecuteSQLQueryRequest ¶
type ExecuteSQLQueryRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
SqlQuery string `protobuf:"bytes,2,opt,name=sql_query,json=sqlQuery,proto3" json:"sql_query,omitempty"`
// contains filtered or unexported fields
}
func (*ExecuteSQLQueryRequest) Descriptor
deprecated
func (*ExecuteSQLQueryRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteSQLQueryRequest.ProtoReflect.Descriptor instead.
func (*ExecuteSQLQueryRequest) GetRepositoryId ¶
func (x *ExecuteSQLQueryRequest) GetRepositoryId() string
func (*ExecuteSQLQueryRequest) GetSqlQuery ¶
func (x *ExecuteSQLQueryRequest) GetSqlQuery() string
func (*ExecuteSQLQueryRequest) ProtoMessage ¶
func (*ExecuteSQLQueryRequest) ProtoMessage()
func (*ExecuteSQLQueryRequest) ProtoReflect ¶
func (x *ExecuteSQLQueryRequest) ProtoReflect() protoreflect.Message
func (*ExecuteSQLQueryRequest) Reset ¶
func (x *ExecuteSQLQueryRequest) Reset()
func (*ExecuteSQLQueryRequest) String ¶
func (x *ExecuteSQLQueryRequest) String() string
type ExecuteSQLQueryResponse ¶
type ExecuteSQLQueryResponse struct {
Rows []*QueryRow `protobuf:"bytes,1,rep,name=rows,proto3" json:"rows,omitempty"`
Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
QueryTimeMs float64 `protobuf:"fixed64,3,opt,name=query_time_ms,json=queryTimeMs,proto3" json:"query_time_ms,omitempty"`
ExecutedSql string `protobuf:"bytes,4,opt,name=executed_sql,json=executedSql,proto3" json:"executed_sql,omitempty"`
// contains filtered or unexported fields
}
func (*ExecuteSQLQueryResponse) Descriptor
deprecated
func (*ExecuteSQLQueryResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteSQLQueryResponse.ProtoReflect.Descriptor instead.
func (*ExecuteSQLQueryResponse) GetExecutedSql ¶
func (x *ExecuteSQLQueryResponse) GetExecutedSql() string
func (*ExecuteSQLQueryResponse) GetQueryTimeMs ¶
func (x *ExecuteSQLQueryResponse) GetQueryTimeMs() float64
func (*ExecuteSQLQueryResponse) GetRows ¶
func (x *ExecuteSQLQueryResponse) GetRows() []*QueryRow
func (*ExecuteSQLQueryResponse) GetTotal ¶
func (x *ExecuteSQLQueryResponse) GetTotal() int32
func (*ExecuteSQLQueryResponse) ProtoMessage ¶
func (*ExecuteSQLQueryResponse) ProtoMessage()
func (*ExecuteSQLQueryResponse) ProtoReflect ¶
func (x *ExecuteSQLQueryResponse) ProtoReflect() protoreflect.Message
func (*ExecuteSQLQueryResponse) Reset ¶
func (x *ExecuteSQLQueryResponse) Reset()
func (*ExecuteSQLQueryResponse) String ¶
func (x *ExecuteSQLQueryResponse) String() string
type FileChange ¶
type FileChange struct {
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // "added", "modified", "deleted"
Hash string `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
// contains filtered or unexported fields
}
func (*FileChange) Descriptor
deprecated
func (*FileChange) Descriptor() ([]byte, []int)
Deprecated: Use FileChange.ProtoReflect.Descriptor instead.
func (*FileChange) GetHash ¶
func (x *FileChange) GetHash() string
func (*FileChange) GetPath ¶
func (x *FileChange) GetPath() string
func (*FileChange) GetType ¶
func (x *FileChange) GetType() string
func (*FileChange) ProtoMessage ¶
func (*FileChange) ProtoMessage()
func (*FileChange) ProtoReflect ¶
func (x *FileChange) ProtoReflect() protoreflect.Message
func (*FileChange) Reset ¶
func (x *FileChange) Reset()
func (*FileChange) String ¶
func (x *FileChange) String() string
type FullTextSearchRequest ¶
type FullTextSearchRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Query string `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
FileTypes []string `protobuf:"bytes,3,rep,name=file_types,json=fileTypes,proto3" json:"file_types,omitempty"`
MaxSize int64 `protobuf:"varint,4,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"`
MinScore float64 `protobuf:"fixed64,5,opt,name=min_score,json=minScore,proto3" json:"min_score,omitempty"`
IncludeContent bool `protobuf:"varint,6,opt,name=include_content,json=includeContent,proto3" json:"include_content,omitempty"`
HighlightLength int32 `protobuf:"varint,7,opt,name=highlight_length,json=highlightLength,proto3" json:"highlight_length,omitempty"`
Limit int32 `protobuf:"varint,8,opt,name=limit,proto3" json:"limit,omitempty"`
Offset int32 `protobuf:"varint,9,opt,name=offset,proto3" json:"offset,omitempty"`
SortBy string `protobuf:"bytes,10,opt,name=sort_by,json=sortBy,proto3" json:"sort_by,omitempty"`
// contains filtered or unexported fields
}
Search Operations
func (*FullTextSearchRequest) Descriptor
deprecated
func (*FullTextSearchRequest) Descriptor() ([]byte, []int)
Deprecated: Use FullTextSearchRequest.ProtoReflect.Descriptor instead.
func (*FullTextSearchRequest) GetFileTypes ¶
func (x *FullTextSearchRequest) GetFileTypes() []string
func (*FullTextSearchRequest) GetHighlightLength ¶
func (x *FullTextSearchRequest) GetHighlightLength() int32
func (*FullTextSearchRequest) GetIncludeContent ¶
func (x *FullTextSearchRequest) GetIncludeContent() bool
func (*FullTextSearchRequest) GetLimit ¶
func (x *FullTextSearchRequest) GetLimit() int32
func (*FullTextSearchRequest) GetMaxSize ¶
func (x *FullTextSearchRequest) GetMaxSize() int64
func (*FullTextSearchRequest) GetMinScore ¶
func (x *FullTextSearchRequest) GetMinScore() float64
func (*FullTextSearchRequest) GetOffset ¶
func (x *FullTextSearchRequest) GetOffset() int32
func (*FullTextSearchRequest) GetQuery ¶
func (x *FullTextSearchRequest) GetQuery() string
func (*FullTextSearchRequest) GetRepositoryId ¶
func (x *FullTextSearchRequest) GetRepositoryId() string
func (*FullTextSearchRequest) GetSortBy ¶
func (x *FullTextSearchRequest) GetSortBy() string
func (*FullTextSearchRequest) ProtoMessage ¶
func (*FullTextSearchRequest) ProtoMessage()
func (*FullTextSearchRequest) ProtoReflect ¶
func (x *FullTextSearchRequest) ProtoReflect() protoreflect.Message
func (*FullTextSearchRequest) Reset ¶
func (x *FullTextSearchRequest) Reset()
func (*FullTextSearchRequest) String ¶
func (x *FullTextSearchRequest) String() string
type FullTextSearchResponse ¶
type FullTextSearchResponse struct {
Results []*SearchResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
QueryTimeMs float64 `protobuf:"fixed64,3,opt,name=query_time_ms,json=queryTimeMs,proto3" json:"query_time_ms,omitempty"`
// contains filtered or unexported fields
}
func (*FullTextSearchResponse) Descriptor
deprecated
func (*FullTextSearchResponse) Descriptor() ([]byte, []int)
Deprecated: Use FullTextSearchResponse.ProtoReflect.Descriptor instead.
func (*FullTextSearchResponse) GetQueryTimeMs ¶
func (x *FullTextSearchResponse) GetQueryTimeMs() float64
func (*FullTextSearchResponse) GetResults ¶
func (x *FullTextSearchResponse) GetResults() []*SearchResult
func (*FullTextSearchResponse) GetTotal ¶
func (x *FullTextSearchResponse) GetTotal() int32
func (*FullTextSearchResponse) ProtoMessage ¶
func (*FullTextSearchResponse) ProtoMessage()
func (*FullTextSearchResponse) ProtoReflect ¶
func (x *FullTextSearchResponse) ProtoReflect() protoreflect.Message
func (*FullTextSearchResponse) Reset ¶
func (x *FullTextSearchResponse) Reset()
func (*FullTextSearchResponse) String ¶
func (x *FullTextSearchResponse) String() string
type GetBlobRequest ¶
type GetBlobRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
// contains filtered or unexported fields
}
func (*GetBlobRequest) Descriptor
deprecated
func (*GetBlobRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBlobRequest.ProtoReflect.Descriptor instead.
func (*GetBlobRequest) GetHash ¶
func (x *GetBlobRequest) GetHash() string
func (*GetBlobRequest) GetRepositoryId ¶
func (x *GetBlobRequest) GetRepositoryId() string
func (*GetBlobRequest) ProtoMessage ¶
func (*GetBlobRequest) ProtoMessage()
func (*GetBlobRequest) ProtoReflect ¶
func (x *GetBlobRequest) ProtoReflect() protoreflect.Message
func (*GetBlobRequest) Reset ¶
func (x *GetBlobRequest) Reset()
func (*GetBlobRequest) String ¶
func (x *GetBlobRequest) String() string
type GetBlobResponse ¶
type GetBlobResponse struct {
Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
Size int64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
// contains filtered or unexported fields
}
func (*GetBlobResponse) Descriptor
deprecated
func (*GetBlobResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBlobResponse.ProtoReflect.Descriptor instead.
func (*GetBlobResponse) GetContent ¶
func (x *GetBlobResponse) GetContent() []byte
func (*GetBlobResponse) GetHash ¶
func (x *GetBlobResponse) GetHash() string
func (*GetBlobResponse) GetSize ¶
func (x *GetBlobResponse) GetSize() int64
func (*GetBlobResponse) ProtoMessage ¶
func (*GetBlobResponse) ProtoMessage()
func (*GetBlobResponse) ProtoReflect ¶
func (x *GetBlobResponse) ProtoReflect() protoreflect.Message
func (*GetBlobResponse) Reset ¶
func (x *GetBlobResponse) Reset()
func (*GetBlobResponse) String ¶
func (x *GetBlobResponse) String() string
type GetBlobWithDeltaRequest ¶
type GetBlobWithDeltaRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
// contains filtered or unexported fields
}
func (*GetBlobWithDeltaRequest) Descriptor
deprecated
func (*GetBlobWithDeltaRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBlobWithDeltaRequest.ProtoReflect.Descriptor instead.
func (*GetBlobWithDeltaRequest) GetHash ¶
func (x *GetBlobWithDeltaRequest) GetHash() string
func (*GetBlobWithDeltaRequest) GetRepositoryId ¶
func (x *GetBlobWithDeltaRequest) GetRepositoryId() string
func (*GetBlobWithDeltaRequest) ProtoMessage ¶
func (*GetBlobWithDeltaRequest) ProtoMessage()
func (*GetBlobWithDeltaRequest) ProtoReflect ¶
func (x *GetBlobWithDeltaRequest) ProtoReflect() protoreflect.Message
func (*GetBlobWithDeltaRequest) Reset ¶
func (x *GetBlobWithDeltaRequest) Reset()
func (*GetBlobWithDeltaRequest) String ¶
func (x *GetBlobWithDeltaRequest) String() string
type GetBlobWithDeltaResponse ¶
type GetBlobWithDeltaResponse struct {
Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
Size int64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
CompressedSize int64 `protobuf:"varint,4,opt,name=compressed_size,json=compressedSize,proto3" json:"compressed_size,omitempty"`
WasCompressed bool `protobuf:"varint,5,opt,name=was_compressed,json=wasCompressed,proto3" json:"was_compressed,omitempty"`
// contains filtered or unexported fields
}
func (*GetBlobWithDeltaResponse) Descriptor
deprecated
func (*GetBlobWithDeltaResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBlobWithDeltaResponse.ProtoReflect.Descriptor instead.
func (*GetBlobWithDeltaResponse) GetCompressedSize ¶
func (x *GetBlobWithDeltaResponse) GetCompressedSize() int64
func (*GetBlobWithDeltaResponse) GetContent ¶
func (x *GetBlobWithDeltaResponse) GetContent() []byte
func (*GetBlobWithDeltaResponse) GetHash ¶
func (x *GetBlobWithDeltaResponse) GetHash() string
func (*GetBlobWithDeltaResponse) GetSize ¶
func (x *GetBlobWithDeltaResponse) GetSize() int64
func (*GetBlobWithDeltaResponse) GetWasCompressed ¶
func (x *GetBlobWithDeltaResponse) GetWasCompressed() bool
func (*GetBlobWithDeltaResponse) ProtoMessage ¶
func (*GetBlobWithDeltaResponse) ProtoMessage()
func (*GetBlobWithDeltaResponse) ProtoReflect ¶
func (x *GetBlobWithDeltaResponse) ProtoReflect() protoreflect.Message
func (*GetBlobWithDeltaResponse) Reset ¶
func (x *GetBlobWithDeltaResponse) Reset()
func (*GetBlobWithDeltaResponse) String ¶
func (x *GetBlobWithDeltaResponse) String() string
type GetCommitRequest ¶
type GetCommitRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
// contains filtered or unexported fields
}
func (*GetCommitRequest) Descriptor
deprecated
func (*GetCommitRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCommitRequest.ProtoReflect.Descriptor instead.
func (*GetCommitRequest) GetHash ¶
func (x *GetCommitRequest) GetHash() string
func (*GetCommitRequest) GetRepositoryId ¶
func (x *GetCommitRequest) GetRepositoryId() string
func (*GetCommitRequest) ProtoMessage ¶
func (*GetCommitRequest) ProtoMessage()
func (*GetCommitRequest) ProtoReflect ¶
func (x *GetCommitRequest) ProtoReflect() protoreflect.Message
func (*GetCommitRequest) Reset ¶
func (x *GetCommitRequest) Reset()
func (*GetCommitRequest) String ¶
func (x *GetCommitRequest) String() string
type GetCommitResponse ¶
type GetCommitResponse struct {
Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Author string `protobuf:"bytes,3,opt,name=author,proto3" json:"author,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
ParentHashes []string `protobuf:"bytes,5,rep,name=parent_hashes,json=parentHashes,proto3" json:"parent_hashes,omitempty"`
Changes []*FileChange `protobuf:"bytes,6,rep,name=changes,proto3" json:"changes,omitempty"`
// contains filtered or unexported fields
}
func (*GetCommitResponse) Descriptor
deprecated
func (*GetCommitResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCommitResponse.ProtoReflect.Descriptor instead.
func (*GetCommitResponse) GetAuthor ¶
func (x *GetCommitResponse) GetAuthor() string
func (*GetCommitResponse) GetChanges ¶
func (x *GetCommitResponse) GetChanges() []*FileChange
func (*GetCommitResponse) GetHash ¶
func (x *GetCommitResponse) GetHash() string
func (*GetCommitResponse) GetMessage ¶
func (x *GetCommitResponse) GetMessage() string
func (*GetCommitResponse) GetParentHashes ¶
func (x *GetCommitResponse) GetParentHashes() []string
func (*GetCommitResponse) GetTimestamp ¶
func (x *GetCommitResponse) GetTimestamp() *timestamppb.Timestamp
func (*GetCommitResponse) ProtoMessage ¶
func (*GetCommitResponse) ProtoMessage()
func (*GetCommitResponse) ProtoReflect ¶
func (x *GetCommitResponse) ProtoReflect() protoreflect.Message
func (*GetCommitResponse) Reset ¶
func (x *GetCommitResponse) Reset()
func (*GetCommitResponse) String ¶
func (x *GetCommitResponse) String() string
type GetRepositoryRequest ¶
type GetRepositoryRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*GetRepositoryRequest) Descriptor
deprecated
func (*GetRepositoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryRequest) GetId ¶
func (x *GetRepositoryRequest) GetId() string
func (*GetRepositoryRequest) ProtoMessage ¶
func (*GetRepositoryRequest) ProtoMessage()
func (*GetRepositoryRequest) ProtoReflect ¶
func (x *GetRepositoryRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryRequest) Reset ¶
func (x *GetRepositoryRequest) Reset()
func (*GetRepositoryRequest) String ¶
func (x *GetRepositoryRequest) String() string
type GetRepositoryResponse ¶
type GetRepositoryResponse struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
Metadata map[string]string `` /* 143-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*GetRepositoryResponse) Descriptor
deprecated
func (*GetRepositoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryResponse) GetCreatedAt ¶
func (x *GetRepositoryResponse) GetCreatedAt() *timestamppb.Timestamp
func (*GetRepositoryResponse) GetDescription ¶
func (x *GetRepositoryResponse) GetDescription() string
func (*GetRepositoryResponse) GetId ¶
func (x *GetRepositoryResponse) GetId() string
func (*GetRepositoryResponse) GetMetadata ¶
func (x *GetRepositoryResponse) GetMetadata() map[string]string
func (*GetRepositoryResponse) GetName ¶
func (x *GetRepositoryResponse) GetName() string
func (*GetRepositoryResponse) ProtoMessage ¶
func (*GetRepositoryResponse) ProtoMessage()
func (*GetRepositoryResponse) ProtoReflect ¶
func (x *GetRepositoryResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryResponse) Reset ¶
func (x *GetRepositoryResponse) Reset()
func (*GetRepositoryResponse) String ¶
func (x *GetRepositoryResponse) String() string
type GetStatusRequest ¶
type GetStatusRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetStatusRequest) Descriptor
deprecated
func (*GetStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStatusRequest.ProtoReflect.Descriptor instead.
func (*GetStatusRequest) GetRepositoryId ¶
func (x *GetStatusRequest) GetRepositoryId() string
func (*GetStatusRequest) ProtoMessage ¶
func (*GetStatusRequest) ProtoMessage()
func (*GetStatusRequest) ProtoReflect ¶
func (x *GetStatusRequest) ProtoReflect() protoreflect.Message
func (*GetStatusRequest) Reset ¶
func (x *GetStatusRequest) Reset()
func (*GetStatusRequest) String ¶
func (x *GetStatusRequest) String() string
type GetStatusResponse ¶
type GetStatusResponse struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
CurrentBranch string `protobuf:"bytes,2,opt,name=current_branch,json=currentBranch,proto3" json:"current_branch,omitempty"`
StagedFiles int32 `protobuf:"varint,3,opt,name=staged_files,json=stagedFiles,proto3" json:"staged_files,omitempty"`
UnstagedFiles int32 `protobuf:"varint,4,opt,name=unstaged_files,json=unstagedFiles,proto3" json:"unstaged_files,omitempty"`
UntrackedFiles int32 `protobuf:"varint,5,opt,name=untracked_files,json=untrackedFiles,proto3" json:"untracked_files,omitempty"`
StatusEntries []string `protobuf:"bytes,6,rep,name=status_entries,json=statusEntries,proto3" json:"status_entries,omitempty"`
// contains filtered or unexported fields
}
func (*GetStatusResponse) Descriptor
deprecated
func (*GetStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetStatusResponse.ProtoReflect.Descriptor instead.
func (*GetStatusResponse) GetCurrentBranch ¶
func (x *GetStatusResponse) GetCurrentBranch() string
func (*GetStatusResponse) GetRepositoryId ¶
func (x *GetStatusResponse) GetRepositoryId() string
func (*GetStatusResponse) GetStagedFiles ¶
func (x *GetStatusResponse) GetStagedFiles() int32
func (*GetStatusResponse) GetStatusEntries ¶
func (x *GetStatusResponse) GetStatusEntries() []string
func (*GetStatusResponse) GetUnstagedFiles ¶
func (x *GetStatusResponse) GetUnstagedFiles() int32
func (*GetStatusResponse) GetUntrackedFiles ¶
func (x *GetStatusResponse) GetUntrackedFiles() int32
func (*GetStatusResponse) ProtoMessage ¶
func (*GetStatusResponse) ProtoMessage()
func (*GetStatusResponse) ProtoReflect ¶
func (x *GetStatusResponse) ProtoReflect() protoreflect.Message
func (*GetStatusResponse) Reset ¶
func (x *GetStatusResponse) Reset()
func (*GetStatusResponse) String ¶
func (x *GetStatusResponse) String() string
type GoVCServiceClient ¶
type GoVCServiceClient interface {
// Repository Management
CreateRepository(ctx context.Context, in *CreateRepositoryRequest, opts ...grpc.CallOption) (*CreateRepositoryResponse, error)
GetRepository(ctx context.Context, in *GetRepositoryRequest, opts ...grpc.CallOption) (*GetRepositoryResponse, error)
DeleteRepository(ctx context.Context, in *DeleteRepositoryRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
ListRepositories(ctx context.Context, in *ListRepositoriesRequest, opts ...grpc.CallOption) (*ListRepositoriesResponse, error)
// Blob Operations
StoreBlob(ctx context.Context, in *StoreBlobRequest, opts ...grpc.CallOption) (*StoreBlobResponse, error)
GetBlob(ctx context.Context, in *GetBlobRequest, opts ...grpc.CallOption) (*GetBlobResponse, error)
StoreBlobWithDelta(ctx context.Context, in *StoreBlobWithDeltaRequest, opts ...grpc.CallOption) (*StoreBlobWithDeltaResponse, error)
GetBlobWithDelta(ctx context.Context, in *GetBlobWithDeltaRequest, opts ...grpc.CallOption) (*GetBlobWithDeltaResponse, error)
// Batch Operations
BatchOperations(ctx context.Context, in *BatchOperationsRequest, opts ...grpc.CallOption) (*BatchOperationsResponse, error)
// File Operations
AddFile(ctx context.Context, in *AddFileRequest, opts ...grpc.CallOption) (*AddFileResponse, error)
ReadFile(ctx context.Context, in *ReadFileRequest, opts ...grpc.CallOption) (*ReadFileResponse, error)
WriteFile(ctx context.Context, in *WriteFileRequest, opts ...grpc.CallOption) (*WriteFileResponse, error)
RemoveFile(ctx context.Context, in *RemoveFileRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
MoveFile(ctx context.Context, in *MoveFileRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
// Commit Operations
Commit(ctx context.Context, in *CommitRequest, opts ...grpc.CallOption) (*CommitResponse, error)
GetCommit(ctx context.Context, in *GetCommitRequest, opts ...grpc.CallOption) (*GetCommitResponse, error)
ListCommits(ctx context.Context, in *ListCommitsRequest, opts ...grpc.CallOption) (*ListCommitsResponse, error)
// Branch Operations
CreateBranch(ctx context.Context, in *CreateBranchRequest, opts ...grpc.CallOption) (*CreateBranchResponse, error)
ListBranches(ctx context.Context, in *ListBranchesRequest, opts ...grpc.CallOption) (*ListBranchesResponse, error)
DeleteBranch(ctx context.Context, in *DeleteBranchRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
CheckoutBranch(ctx context.Context, in *CheckoutBranchRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
MergeBranch(ctx context.Context, in *MergeBranchRequest, opts ...grpc.CallOption) (*MergeBranchResponse, error)
// Search Operations
FullTextSearch(ctx context.Context, in *FullTextSearchRequest, opts ...grpc.CallOption) (*FullTextSearchResponse, error)
ExecuteSQLQuery(ctx context.Context, in *ExecuteSQLQueryRequest, opts ...grpc.CallOption) (*ExecuteSQLQueryResponse, error)
SearchWithAggregation(ctx context.Context, in *SearchWithAggregationRequest, opts ...grpc.CallOption) (*SearchWithAggregationResponse, error)
// Streaming Operations
StreamBlob(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[StreamBlobRequest, StreamBlobResponse], error)
UploadBlobStream(ctx context.Context, opts ...grpc.CallOption) (grpc.ClientStreamingClient[UploadBlobStreamRequest, UploadBlobStreamResponse], error)
// Health and Status
GetHealth(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*HealthResponse, error)
GetStatus(ctx context.Context, in *GetStatusRequest, opts ...grpc.CallOption) (*GetStatusResponse, error)
}
GoVCServiceClient is the client API for GoVCService 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.
GoVC Service Definition
func NewGoVCServiceClient ¶
func NewGoVCServiceClient(cc grpc.ClientConnInterface) GoVCServiceClient
type GoVCServiceServer ¶
type GoVCServiceServer interface {
// Repository Management
CreateRepository(context.Context, *CreateRepositoryRequest) (*CreateRepositoryResponse, error)
GetRepository(context.Context, *GetRepositoryRequest) (*GetRepositoryResponse, error)
DeleteRepository(context.Context, *DeleteRepositoryRequest) (*emptypb.Empty, error)
ListRepositories(context.Context, *ListRepositoriesRequest) (*ListRepositoriesResponse, error)
// Blob Operations
StoreBlob(context.Context, *StoreBlobRequest) (*StoreBlobResponse, error)
GetBlob(context.Context, *GetBlobRequest) (*GetBlobResponse, error)
StoreBlobWithDelta(context.Context, *StoreBlobWithDeltaRequest) (*StoreBlobWithDeltaResponse, error)
GetBlobWithDelta(context.Context, *GetBlobWithDeltaRequest) (*GetBlobWithDeltaResponse, error)
// Batch Operations
BatchOperations(context.Context, *BatchOperationsRequest) (*BatchOperationsResponse, error)
// File Operations
AddFile(context.Context, *AddFileRequest) (*AddFileResponse, error)
ReadFile(context.Context, *ReadFileRequest) (*ReadFileResponse, error)
WriteFile(context.Context, *WriteFileRequest) (*WriteFileResponse, error)
RemoveFile(context.Context, *RemoveFileRequest) (*emptypb.Empty, error)
MoveFile(context.Context, *MoveFileRequest) (*emptypb.Empty, error)
// Commit Operations
Commit(context.Context, *CommitRequest) (*CommitResponse, error)
GetCommit(context.Context, *GetCommitRequest) (*GetCommitResponse, error)
ListCommits(context.Context, *ListCommitsRequest) (*ListCommitsResponse, error)
// Branch Operations
CreateBranch(context.Context, *CreateBranchRequest) (*CreateBranchResponse, error)
ListBranches(context.Context, *ListBranchesRequest) (*ListBranchesResponse, error)
DeleteBranch(context.Context, *DeleteBranchRequest) (*emptypb.Empty, error)
CheckoutBranch(context.Context, *CheckoutBranchRequest) (*emptypb.Empty, error)
MergeBranch(context.Context, *MergeBranchRequest) (*MergeBranchResponse, error)
// Search Operations
FullTextSearch(context.Context, *FullTextSearchRequest) (*FullTextSearchResponse, error)
ExecuteSQLQuery(context.Context, *ExecuteSQLQueryRequest) (*ExecuteSQLQueryResponse, error)
SearchWithAggregation(context.Context, *SearchWithAggregationRequest) (*SearchWithAggregationResponse, error)
// Streaming Operations
StreamBlob(grpc.BidiStreamingServer[StreamBlobRequest, StreamBlobResponse]) error
UploadBlobStream(grpc.ClientStreamingServer[UploadBlobStreamRequest, UploadBlobStreamResponse]) error
// Health and Status
GetHealth(context.Context, *emptypb.Empty) (*HealthResponse, error)
GetStatus(context.Context, *GetStatusRequest) (*GetStatusResponse, error)
// contains filtered or unexported methods
}
GoVCServiceServer is the server API for GoVCService service. All implementations must embed UnimplementedGoVCServiceServer for forward compatibility.
GoVC Service Definition
type GoVCService_StreamBlobClient ¶
type GoVCService_StreamBlobClient = grpc.BidiStreamingClient[StreamBlobRequest, StreamBlobResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type GoVCService_StreamBlobServer ¶
type GoVCService_StreamBlobServer = grpc.BidiStreamingServer[StreamBlobRequest, StreamBlobResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type GoVCService_UploadBlobStreamClient ¶
type GoVCService_UploadBlobStreamClient = grpc.ClientStreamingClient[UploadBlobStreamRequest, UploadBlobStreamResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type GoVCService_UploadBlobStreamServer ¶
type GoVCService_UploadBlobStreamServer = grpc.ClientStreamingServer[UploadBlobStreamRequest, UploadBlobStreamResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type HealthResponse ¶
type HealthResponse struct {
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // "healthy", "unhealthy", "degraded"
Checks map[string]string `` /* 139-byte string literal not displayed */
Timestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
UptimeSeconds float64 `protobuf:"fixed64,4,opt,name=uptime_seconds,json=uptimeSeconds,proto3" json:"uptime_seconds,omitempty"`
// contains filtered or unexported fields
}
Health and Status
func (*HealthResponse) Descriptor
deprecated
func (*HealthResponse) Descriptor() ([]byte, []int)
Deprecated: Use HealthResponse.ProtoReflect.Descriptor instead.
func (*HealthResponse) GetChecks ¶
func (x *HealthResponse) GetChecks() map[string]string
func (*HealthResponse) GetStatus ¶
func (x *HealthResponse) GetStatus() string
func (*HealthResponse) GetTimestamp ¶
func (x *HealthResponse) GetTimestamp() *timestamppb.Timestamp
func (*HealthResponse) GetUptimeSeconds ¶
func (x *HealthResponse) GetUptimeSeconds() float64
func (*HealthResponse) ProtoMessage ¶
func (*HealthResponse) ProtoMessage()
func (*HealthResponse) ProtoReflect ¶
func (x *HealthResponse) ProtoReflect() protoreflect.Message
func (*HealthResponse) Reset ¶
func (x *HealthResponse) Reset()
func (*HealthResponse) String ¶
func (x *HealthResponse) String() string
type ListBranchesRequest ¶
type ListBranchesRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
// contains filtered or unexported fields
}
func (*ListBranchesRequest) Descriptor
deprecated
func (*ListBranchesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBranchesRequest.ProtoReflect.Descriptor instead.
func (*ListBranchesRequest) GetRepositoryId ¶
func (x *ListBranchesRequest) GetRepositoryId() string
func (*ListBranchesRequest) ProtoMessage ¶
func (*ListBranchesRequest) ProtoMessage()
func (*ListBranchesRequest) ProtoReflect ¶
func (x *ListBranchesRequest) ProtoReflect() protoreflect.Message
func (*ListBranchesRequest) Reset ¶
func (x *ListBranchesRequest) Reset()
func (*ListBranchesRequest) String ¶
func (x *ListBranchesRequest) String() string
type ListBranchesResponse ¶
type ListBranchesResponse struct {
Branches []*Branch `protobuf:"bytes,1,rep,name=branches,proto3" json:"branches,omitempty"`
CurrentBranch string `protobuf:"bytes,2,opt,name=current_branch,json=currentBranch,proto3" json:"current_branch,omitempty"`
// contains filtered or unexported fields
}
func (*ListBranchesResponse) Descriptor
deprecated
func (*ListBranchesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBranchesResponse.ProtoReflect.Descriptor instead.
func (*ListBranchesResponse) GetBranches ¶
func (x *ListBranchesResponse) GetBranches() []*Branch
func (*ListBranchesResponse) GetCurrentBranch ¶
func (x *ListBranchesResponse) GetCurrentBranch() string
func (*ListBranchesResponse) ProtoMessage ¶
func (*ListBranchesResponse) ProtoMessage()
func (*ListBranchesResponse) ProtoReflect ¶
func (x *ListBranchesResponse) ProtoReflect() protoreflect.Message
func (*ListBranchesResponse) Reset ¶
func (x *ListBranchesResponse) Reset()
func (*ListBranchesResponse) String ¶
func (x *ListBranchesResponse) String() string
type ListCommitsRequest ¶
type ListCommitsRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
Branch string `protobuf:"bytes,4,opt,name=branch,proto3" json:"branch,omitempty"`
Author string `protobuf:"bytes,5,opt,name=author,proto3" json:"author,omitempty"`
// contains filtered or unexported fields
}
func (*ListCommitsRequest) Descriptor
deprecated
func (*ListCommitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCommitsRequest.ProtoReflect.Descriptor instead.
func (*ListCommitsRequest) GetAuthor ¶
func (x *ListCommitsRequest) GetAuthor() string
func (*ListCommitsRequest) GetBranch ¶
func (x *ListCommitsRequest) GetBranch() string
func (*ListCommitsRequest) GetLimit ¶
func (x *ListCommitsRequest) GetLimit() int32
func (*ListCommitsRequest) GetOffset ¶
func (x *ListCommitsRequest) GetOffset() int32
func (*ListCommitsRequest) GetRepositoryId ¶
func (x *ListCommitsRequest) GetRepositoryId() string
func (*ListCommitsRequest) ProtoMessage ¶
func (*ListCommitsRequest) ProtoMessage()
func (*ListCommitsRequest) ProtoReflect ¶
func (x *ListCommitsRequest) ProtoReflect() protoreflect.Message
func (*ListCommitsRequest) Reset ¶
func (x *ListCommitsRequest) Reset()
func (*ListCommitsRequest) String ¶
func (x *ListCommitsRequest) String() string
type ListCommitsResponse ¶
type ListCommitsResponse struct {
Commits []*GetCommitResponse `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"`
Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
// contains filtered or unexported fields
}
func (*ListCommitsResponse) Descriptor
deprecated
func (*ListCommitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCommitsResponse.ProtoReflect.Descriptor instead.
func (*ListCommitsResponse) GetCommits ¶
func (x *ListCommitsResponse) GetCommits() []*GetCommitResponse
func (*ListCommitsResponse) GetTotal ¶
func (x *ListCommitsResponse) GetTotal() int32
func (*ListCommitsResponse) ProtoMessage ¶
func (*ListCommitsResponse) ProtoMessage()
func (*ListCommitsResponse) ProtoReflect ¶
func (x *ListCommitsResponse) ProtoReflect() protoreflect.Message
func (*ListCommitsResponse) Reset ¶
func (x *ListCommitsResponse) Reset()
func (*ListCommitsResponse) String ¶
func (x *ListCommitsResponse) String() string
type ListRepositoriesRequest ¶
type ListRepositoriesRequest struct {
Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
// contains filtered or unexported fields
}
func (*ListRepositoriesRequest) Descriptor
deprecated
func (*ListRepositoriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoriesRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoriesRequest) GetLimit ¶
func (x *ListRepositoriesRequest) GetLimit() int32
func (*ListRepositoriesRequest) GetOffset ¶
func (x *ListRepositoriesRequest) GetOffset() int32
func (*ListRepositoriesRequest) ProtoMessage ¶
func (*ListRepositoriesRequest) ProtoMessage()
func (*ListRepositoriesRequest) ProtoReflect ¶
func (x *ListRepositoriesRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoriesRequest) Reset ¶
func (x *ListRepositoriesRequest) Reset()
func (*ListRepositoriesRequest) String ¶
func (x *ListRepositoriesRequest) String() string
type ListRepositoriesResponse ¶
type ListRepositoriesResponse struct {
Repositories []*GetRepositoryResponse `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"`
Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
// contains filtered or unexported fields
}
func (*ListRepositoriesResponse) Descriptor
deprecated
func (*ListRepositoriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoriesResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoriesResponse) GetRepositories ¶
func (x *ListRepositoriesResponse) GetRepositories() []*GetRepositoryResponse
func (*ListRepositoriesResponse) GetTotal ¶
func (x *ListRepositoriesResponse) GetTotal() int32
func (*ListRepositoriesResponse) ProtoMessage ¶
func (*ListRepositoriesResponse) ProtoMessage()
func (*ListRepositoriesResponse) ProtoReflect ¶
func (x *ListRepositoriesResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoriesResponse) Reset ¶
func (x *ListRepositoriesResponse) Reset()
func (*ListRepositoriesResponse) String ¶
func (x *ListRepositoriesResponse) String() string
type MergeBranchRequest ¶
type MergeBranchRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
SourceBranch string `protobuf:"bytes,2,opt,name=source_branch,json=sourceBranch,proto3" json:"source_branch,omitempty"`
TargetBranch string `protobuf:"bytes,3,opt,name=target_branch,json=targetBranch,proto3" json:"target_branch,omitempty"`
Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*MergeBranchRequest) Descriptor
deprecated
func (*MergeBranchRequest) Descriptor() ([]byte, []int)
Deprecated: Use MergeBranchRequest.ProtoReflect.Descriptor instead.
func (*MergeBranchRequest) GetMessage ¶
func (x *MergeBranchRequest) GetMessage() string
func (*MergeBranchRequest) GetRepositoryId ¶
func (x *MergeBranchRequest) GetRepositoryId() string
func (*MergeBranchRequest) GetSourceBranch ¶
func (x *MergeBranchRequest) GetSourceBranch() string
func (*MergeBranchRequest) GetTargetBranch ¶
func (x *MergeBranchRequest) GetTargetBranch() string
func (*MergeBranchRequest) ProtoMessage ¶
func (*MergeBranchRequest) ProtoMessage()
func (*MergeBranchRequest) ProtoReflect ¶
func (x *MergeBranchRequest) ProtoReflect() protoreflect.Message
func (*MergeBranchRequest) Reset ¶
func (x *MergeBranchRequest) Reset()
func (*MergeBranchRequest) String ¶
func (x *MergeBranchRequest) String() string
type MergeBranchResponse ¶
type MergeBranchResponse struct {
CommitHash string `protobuf:"bytes,1,opt,name=commit_hash,json=commitHash,proto3" json:"commit_hash,omitempty"`
Conflicts bool `protobuf:"varint,2,opt,name=conflicts,proto3" json:"conflicts,omitempty"`
ConflictFiles []string `protobuf:"bytes,3,rep,name=conflict_files,json=conflictFiles,proto3" json:"conflict_files,omitempty"`
// contains filtered or unexported fields
}
func (*MergeBranchResponse) Descriptor
deprecated
func (*MergeBranchResponse) Descriptor() ([]byte, []int)
Deprecated: Use MergeBranchResponse.ProtoReflect.Descriptor instead.
func (*MergeBranchResponse) GetCommitHash ¶
func (x *MergeBranchResponse) GetCommitHash() string
func (*MergeBranchResponse) GetConflictFiles ¶
func (x *MergeBranchResponse) GetConflictFiles() []string
func (*MergeBranchResponse) GetConflicts ¶
func (x *MergeBranchResponse) GetConflicts() bool
func (*MergeBranchResponse) ProtoMessage ¶
func (*MergeBranchResponse) ProtoMessage()
func (*MergeBranchResponse) ProtoReflect ¶
func (x *MergeBranchResponse) ProtoReflect() protoreflect.Message
func (*MergeBranchResponse) Reset ¶
func (x *MergeBranchResponse) Reset()
func (*MergeBranchResponse) String ¶
func (x *MergeBranchResponse) String() string
type MoveFileRequest ¶
type MoveFileRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
FromPath string `protobuf:"bytes,2,opt,name=from_path,json=fromPath,proto3" json:"from_path,omitempty"`
ToPath string `protobuf:"bytes,3,opt,name=to_path,json=toPath,proto3" json:"to_path,omitempty"`
// contains filtered or unexported fields
}
func (*MoveFileRequest) Descriptor
deprecated
func (*MoveFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use MoveFileRequest.ProtoReflect.Descriptor instead.
func (*MoveFileRequest) GetFromPath ¶
func (x *MoveFileRequest) GetFromPath() string
func (*MoveFileRequest) GetRepositoryId ¶
func (x *MoveFileRequest) GetRepositoryId() string
func (*MoveFileRequest) GetToPath ¶
func (x *MoveFileRequest) GetToPath() string
func (*MoveFileRequest) ProtoMessage ¶
func (*MoveFileRequest) ProtoMessage()
func (*MoveFileRequest) ProtoReflect ¶
func (x *MoveFileRequest) ProtoReflect() protoreflect.Message
func (*MoveFileRequest) Reset ¶
func (x *MoveFileRequest) Reset()
func (*MoveFileRequest) String ¶
func (x *MoveFileRequest) String() string
type QueryRow ¶
type QueryRow struct {
Fields map[string]string `` // String representation of all field values
/* 139-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*QueryRow) Descriptor
deprecated
func (*QueryRow) ProtoMessage ¶
func (*QueryRow) ProtoMessage()
func (*QueryRow) ProtoReflect ¶
func (x *QueryRow) ProtoReflect() protoreflect.Message
type ReadFileRequest ¶
type ReadFileRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
Commit string `protobuf:"bytes,3,opt,name=commit,proto3" json:"commit,omitempty"` // Optional: specific commit
// contains filtered or unexported fields
}
func (*ReadFileRequest) Descriptor
deprecated
func (*ReadFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReadFileRequest.ProtoReflect.Descriptor instead.
func (*ReadFileRequest) GetCommit ¶
func (x *ReadFileRequest) GetCommit() string
func (*ReadFileRequest) GetPath ¶
func (x *ReadFileRequest) GetPath() string
func (*ReadFileRequest) GetRepositoryId ¶
func (x *ReadFileRequest) GetRepositoryId() string
func (*ReadFileRequest) ProtoMessage ¶
func (*ReadFileRequest) ProtoMessage()
func (*ReadFileRequest) ProtoReflect ¶
func (x *ReadFileRequest) ProtoReflect() protoreflect.Message
func (*ReadFileRequest) Reset ¶
func (x *ReadFileRequest) Reset()
func (*ReadFileRequest) String ¶
func (x *ReadFileRequest) String() string
type ReadFileResponse ¶
type ReadFileResponse struct {
Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
Size int64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
LastModified *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=last_modified,json=lastModified,proto3" json:"last_modified,omitempty"`
// contains filtered or unexported fields
}
func (*ReadFileResponse) Descriptor
deprecated
func (*ReadFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReadFileResponse.ProtoReflect.Descriptor instead.
func (*ReadFileResponse) GetContent ¶
func (x *ReadFileResponse) GetContent() []byte
func (*ReadFileResponse) GetHash ¶
func (x *ReadFileResponse) GetHash() string
func (*ReadFileResponse) GetLastModified ¶
func (x *ReadFileResponse) GetLastModified() *timestamppb.Timestamp
func (*ReadFileResponse) GetSize ¶
func (x *ReadFileResponse) GetSize() int64
func (*ReadFileResponse) ProtoMessage ¶
func (*ReadFileResponse) ProtoMessage()
func (*ReadFileResponse) ProtoReflect ¶
func (x *ReadFileResponse) ProtoReflect() protoreflect.Message
func (*ReadFileResponse) Reset ¶
func (x *ReadFileResponse) Reset()
func (*ReadFileResponse) String ¶
func (x *ReadFileResponse) String() string
type RemoveFileRequest ¶
type RemoveFileRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
// contains filtered or unexported fields
}
func (*RemoveFileRequest) Descriptor
deprecated
func (*RemoveFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveFileRequest.ProtoReflect.Descriptor instead.
func (*RemoveFileRequest) GetPath ¶
func (x *RemoveFileRequest) GetPath() string
func (*RemoveFileRequest) GetRepositoryId ¶
func (x *RemoveFileRequest) GetRepositoryId() string
func (*RemoveFileRequest) ProtoMessage ¶
func (*RemoveFileRequest) ProtoMessage()
func (*RemoveFileRequest) ProtoReflect ¶
func (x *RemoveFileRequest) ProtoReflect() protoreflect.Message
func (*RemoveFileRequest) Reset ¶
func (x *RemoveFileRequest) Reset()
func (*RemoveFileRequest) String ¶
func (x *RemoveFileRequest) String() string
type SearchDocument ¶
type SearchDocument struct {
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
Size int64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
LastModified *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=last_modified,json=lastModified,proto3" json:"last_modified,omitempty"`
Content []byte `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
ContentType string `protobuf:"bytes,6,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
// contains filtered or unexported fields
}
func (*SearchDocument) Descriptor
deprecated
func (*SearchDocument) Descriptor() ([]byte, []int)
Deprecated: Use SearchDocument.ProtoReflect.Descriptor instead.
func (*SearchDocument) GetContent ¶
func (x *SearchDocument) GetContent() []byte
func (*SearchDocument) GetContentType ¶
func (x *SearchDocument) GetContentType() string
func (*SearchDocument) GetHash ¶
func (x *SearchDocument) GetHash() string
func (*SearchDocument) GetLastModified ¶
func (x *SearchDocument) GetLastModified() *timestamppb.Timestamp
func (*SearchDocument) GetPath ¶
func (x *SearchDocument) GetPath() string
func (*SearchDocument) GetSize ¶
func (x *SearchDocument) GetSize() int64
func (*SearchDocument) ProtoMessage ¶
func (*SearchDocument) ProtoMessage()
func (*SearchDocument) ProtoReflect ¶
func (x *SearchDocument) ProtoReflect() protoreflect.Message
func (*SearchDocument) Reset ¶
func (x *SearchDocument) Reset()
func (*SearchDocument) String ¶
func (x *SearchDocument) String() string
type SearchResult ¶
type SearchResult struct {
Document *SearchDocument `protobuf:"bytes,1,opt,name=document,proto3" json:"document,omitempty"`
Score float64 `protobuf:"fixed64,2,opt,name=score,proto3" json:"score,omitempty"`
Highlights []string `protobuf:"bytes,3,rep,name=highlights,proto3" json:"highlights,omitempty"`
// contains filtered or unexported fields
}
func (*SearchResult) Descriptor
deprecated
func (*SearchResult) Descriptor() ([]byte, []int)
Deprecated: Use SearchResult.ProtoReflect.Descriptor instead.
func (*SearchResult) GetDocument ¶
func (x *SearchResult) GetDocument() *SearchDocument
func (*SearchResult) GetHighlights ¶
func (x *SearchResult) GetHighlights() []string
func (*SearchResult) GetScore ¶
func (x *SearchResult) GetScore() float64
func (*SearchResult) ProtoMessage ¶
func (*SearchResult) ProtoMessage()
func (*SearchResult) ProtoReflect ¶
func (x *SearchResult) ProtoReflect() protoreflect.Message
func (*SearchResult) Reset ¶
func (x *SearchResult) Reset()
func (*SearchResult) String ¶
func (x *SearchResult) String() string
type SearchWithAggregationRequest ¶
type SearchWithAggregationRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Query *FullTextSearchRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
GroupBy []string `protobuf:"bytes,3,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
Aggregations []string `protobuf:"bytes,4,rep,name=aggregations,proto3" json:"aggregations,omitempty"`
TimeRange string `protobuf:"bytes,5,opt,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"`
// contains filtered or unexported fields
}
func (*SearchWithAggregationRequest) Descriptor
deprecated
func (*SearchWithAggregationRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchWithAggregationRequest.ProtoReflect.Descriptor instead.
func (*SearchWithAggregationRequest) GetAggregations ¶
func (x *SearchWithAggregationRequest) GetAggregations() []string
func (*SearchWithAggregationRequest) GetGroupBy ¶
func (x *SearchWithAggregationRequest) GetGroupBy() []string
func (*SearchWithAggregationRequest) GetQuery ¶
func (x *SearchWithAggregationRequest) GetQuery() *FullTextSearchRequest
func (*SearchWithAggregationRequest) GetRepositoryId ¶
func (x *SearchWithAggregationRequest) GetRepositoryId() string
func (*SearchWithAggregationRequest) GetTimeRange ¶
func (x *SearchWithAggregationRequest) GetTimeRange() string
func (*SearchWithAggregationRequest) ProtoMessage ¶
func (*SearchWithAggregationRequest) ProtoMessage()
func (*SearchWithAggregationRequest) ProtoReflect ¶
func (x *SearchWithAggregationRequest) ProtoReflect() protoreflect.Message
func (*SearchWithAggregationRequest) Reset ¶
func (x *SearchWithAggregationRequest) Reset()
func (*SearchWithAggregationRequest) String ¶
func (x *SearchWithAggregationRequest) String() string
type SearchWithAggregationResponse ¶
type SearchWithAggregationResponse struct {
Groups []*AggregationGroup `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
Summary *AggregationSummary `protobuf:"bytes,2,opt,name=summary,proto3" json:"summary,omitempty"`
// contains filtered or unexported fields
}
func (*SearchWithAggregationResponse) Descriptor
deprecated
func (*SearchWithAggregationResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchWithAggregationResponse.ProtoReflect.Descriptor instead.
func (*SearchWithAggregationResponse) GetGroups ¶
func (x *SearchWithAggregationResponse) GetGroups() []*AggregationGroup
func (*SearchWithAggregationResponse) GetSummary ¶
func (x *SearchWithAggregationResponse) GetSummary() *AggregationSummary
func (*SearchWithAggregationResponse) ProtoMessage ¶
func (*SearchWithAggregationResponse) ProtoMessage()
func (*SearchWithAggregationResponse) ProtoReflect ¶
func (x *SearchWithAggregationResponse) ProtoReflect() protoreflect.Message
func (*SearchWithAggregationResponse) Reset ¶
func (x *SearchWithAggregationResponse) Reset()
func (*SearchWithAggregationResponse) String ¶
func (x *SearchWithAggregationResponse) String() string
type StoreBlobRequest ¶
type StoreBlobRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
// contains filtered or unexported fields
}
Blob Messages
func (*StoreBlobRequest) Descriptor
deprecated
func (*StoreBlobRequest) Descriptor() ([]byte, []int)
Deprecated: Use StoreBlobRequest.ProtoReflect.Descriptor instead.
func (*StoreBlobRequest) GetContent ¶
func (x *StoreBlobRequest) GetContent() []byte
func (*StoreBlobRequest) GetRepositoryId ¶
func (x *StoreBlobRequest) GetRepositoryId() string
func (*StoreBlobRequest) ProtoMessage ¶
func (*StoreBlobRequest) ProtoMessage()
func (*StoreBlobRequest) ProtoReflect ¶
func (x *StoreBlobRequest) ProtoReflect() protoreflect.Message
func (*StoreBlobRequest) Reset ¶
func (x *StoreBlobRequest) Reset()
func (*StoreBlobRequest) String ¶
func (x *StoreBlobRequest) String() string
type StoreBlobResponse ¶
type StoreBlobResponse struct {
Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
Size int64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
// contains filtered or unexported fields
}
func (*StoreBlobResponse) Descriptor
deprecated
func (*StoreBlobResponse) Descriptor() ([]byte, []int)
Deprecated: Use StoreBlobResponse.ProtoReflect.Descriptor instead.
func (*StoreBlobResponse) GetHash ¶
func (x *StoreBlobResponse) GetHash() string
func (*StoreBlobResponse) GetSize ¶
func (x *StoreBlobResponse) GetSize() int64
func (*StoreBlobResponse) ProtoMessage ¶
func (*StoreBlobResponse) ProtoMessage()
func (*StoreBlobResponse) ProtoReflect ¶
func (x *StoreBlobResponse) ProtoReflect() protoreflect.Message
func (*StoreBlobResponse) Reset ¶
func (x *StoreBlobResponse) Reset()
func (*StoreBlobResponse) String ¶
func (x *StoreBlobResponse) String() string
type StoreBlobWithDeltaRequest ¶
type StoreBlobWithDeltaRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
UseCompression bool `protobuf:"varint,3,opt,name=use_compression,json=useCompression,proto3" json:"use_compression,omitempty"`
// contains filtered or unexported fields
}
func (*StoreBlobWithDeltaRequest) Descriptor
deprecated
func (*StoreBlobWithDeltaRequest) Descriptor() ([]byte, []int)
Deprecated: Use StoreBlobWithDeltaRequest.ProtoReflect.Descriptor instead.
func (*StoreBlobWithDeltaRequest) GetContent ¶
func (x *StoreBlobWithDeltaRequest) GetContent() []byte
func (*StoreBlobWithDeltaRequest) GetRepositoryId ¶
func (x *StoreBlobWithDeltaRequest) GetRepositoryId() string
func (*StoreBlobWithDeltaRequest) GetUseCompression ¶
func (x *StoreBlobWithDeltaRequest) GetUseCompression() bool
func (*StoreBlobWithDeltaRequest) ProtoMessage ¶
func (*StoreBlobWithDeltaRequest) ProtoMessage()
func (*StoreBlobWithDeltaRequest) ProtoReflect ¶
func (x *StoreBlobWithDeltaRequest) ProtoReflect() protoreflect.Message
func (*StoreBlobWithDeltaRequest) Reset ¶
func (x *StoreBlobWithDeltaRequest) Reset()
func (*StoreBlobWithDeltaRequest) String ¶
func (x *StoreBlobWithDeltaRequest) String() string
type StoreBlobWithDeltaResponse ¶
type StoreBlobWithDeltaResponse struct {
Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
Size int64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
CompressedSize int64 `protobuf:"varint,3,opt,name=compressed_size,json=compressedSize,proto3" json:"compressed_size,omitempty"`
CompressionRatio float32 `protobuf:"fixed32,4,opt,name=compression_ratio,json=compressionRatio,proto3" json:"compression_ratio,omitempty"`
// contains filtered or unexported fields
}
func (*StoreBlobWithDeltaResponse) Descriptor
deprecated
func (*StoreBlobWithDeltaResponse) Descriptor() ([]byte, []int)
Deprecated: Use StoreBlobWithDeltaResponse.ProtoReflect.Descriptor instead.
func (*StoreBlobWithDeltaResponse) GetCompressedSize ¶
func (x *StoreBlobWithDeltaResponse) GetCompressedSize() int64
func (*StoreBlobWithDeltaResponse) GetCompressionRatio ¶
func (x *StoreBlobWithDeltaResponse) GetCompressionRatio() float32
func (*StoreBlobWithDeltaResponse) GetHash ¶
func (x *StoreBlobWithDeltaResponse) GetHash() string
func (*StoreBlobWithDeltaResponse) GetSize ¶
func (x *StoreBlobWithDeltaResponse) GetSize() int64
func (*StoreBlobWithDeltaResponse) ProtoMessage ¶
func (*StoreBlobWithDeltaResponse) ProtoMessage()
func (*StoreBlobWithDeltaResponse) ProtoReflect ¶
func (x *StoreBlobWithDeltaResponse) ProtoReflect() protoreflect.Message
func (*StoreBlobWithDeltaResponse) Reset ¶
func (x *StoreBlobWithDeltaResponse) Reset()
func (*StoreBlobWithDeltaResponse) String ¶
func (x *StoreBlobWithDeltaResponse) String() string
type StreamBlobRequest ¶
type StreamBlobRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
ChunkSize int32 `protobuf:"varint,3,opt,name=chunk_size,json=chunkSize,proto3" json:"chunk_size,omitempty"`
StartOffset int64 `protobuf:"varint,4,opt,name=start_offset,json=startOffset,proto3" json:"start_offset,omitempty"`
EndOffset int64 `protobuf:"varint,5,opt,name=end_offset,json=endOffset,proto3" json:"end_offset,omitempty"`
// contains filtered or unexported fields
}
Streaming Operations
func (*StreamBlobRequest) Descriptor
deprecated
func (*StreamBlobRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamBlobRequest.ProtoReflect.Descriptor instead.
func (*StreamBlobRequest) GetChunkSize ¶
func (x *StreamBlobRequest) GetChunkSize() int32
func (*StreamBlobRequest) GetEndOffset ¶
func (x *StreamBlobRequest) GetEndOffset() int64
func (*StreamBlobRequest) GetHash ¶
func (x *StreamBlobRequest) GetHash() string
func (*StreamBlobRequest) GetRepositoryId ¶
func (x *StreamBlobRequest) GetRepositoryId() string
func (*StreamBlobRequest) GetStartOffset ¶
func (x *StreamBlobRequest) GetStartOffset() int64
func (*StreamBlobRequest) ProtoMessage ¶
func (*StreamBlobRequest) ProtoMessage()
func (*StreamBlobRequest) ProtoReflect ¶
func (x *StreamBlobRequest) ProtoReflect() protoreflect.Message
func (*StreamBlobRequest) Reset ¶
func (x *StreamBlobRequest) Reset()
func (*StreamBlobRequest) String ¶
func (x *StreamBlobRequest) String() string
type StreamBlobResponse ¶
type StreamBlobResponse struct {
// Types that are valid to be assigned to Response:
//
// *StreamBlobResponse_Metadata
// *StreamBlobResponse_Chunk
// *StreamBlobResponse_Progress
// *StreamBlobResponse_Error
Response isStreamBlobResponse_Response `protobuf_oneof:"response"`
// contains filtered or unexported fields
}
func (*StreamBlobResponse) Descriptor
deprecated
func (*StreamBlobResponse) Descriptor() ([]byte, []int)
Deprecated: Use StreamBlobResponse.ProtoReflect.Descriptor instead.
func (*StreamBlobResponse) GetChunk ¶
func (x *StreamBlobResponse) GetChunk() *StreamChunk
func (*StreamBlobResponse) GetError ¶
func (x *StreamBlobResponse) GetError() *StreamError
func (*StreamBlobResponse) GetMetadata ¶
func (x *StreamBlobResponse) GetMetadata() *StreamMetadata
func (*StreamBlobResponse) GetProgress ¶
func (x *StreamBlobResponse) GetProgress() *StreamProgress
func (*StreamBlobResponse) GetResponse ¶
func (x *StreamBlobResponse) GetResponse() isStreamBlobResponse_Response
func (*StreamBlobResponse) ProtoMessage ¶
func (*StreamBlobResponse) ProtoMessage()
func (*StreamBlobResponse) ProtoReflect ¶
func (x *StreamBlobResponse) ProtoReflect() protoreflect.Message
func (*StreamBlobResponse) Reset ¶
func (x *StreamBlobResponse) Reset()
func (*StreamBlobResponse) String ¶
func (x *StreamBlobResponse) String() string
type StreamBlobResponse_Chunk ¶
type StreamBlobResponse_Chunk struct {
Chunk *StreamChunk `protobuf:"bytes,2,opt,name=chunk,proto3,oneof"`
}
type StreamBlobResponse_Error ¶
type StreamBlobResponse_Error struct {
Error *StreamError `protobuf:"bytes,4,opt,name=error,proto3,oneof"`
}
type StreamBlobResponse_Metadata ¶
type StreamBlobResponse_Metadata struct {
Metadata *StreamMetadata `protobuf:"bytes,1,opt,name=metadata,proto3,oneof"`
}
type StreamBlobResponse_Progress ¶
type StreamBlobResponse_Progress struct {
Progress *StreamProgress `protobuf:"bytes,3,opt,name=progress,proto3,oneof"`
}
type StreamChunk ¶
type StreamChunk struct {
StreamId string `protobuf:"bytes,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"`
SequenceNum int32 `protobuf:"varint,2,opt,name=sequence_num,json=sequenceNum,proto3" json:"sequence_num,omitempty"`
Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
Checksum string `protobuf:"bytes,4,opt,name=checksum,proto3" json:"checksum,omitempty"`
IsLast bool `protobuf:"varint,5,opt,name=is_last,json=isLast,proto3" json:"is_last,omitempty"`
// contains filtered or unexported fields
}
func (*StreamChunk) Descriptor
deprecated
func (*StreamChunk) Descriptor() ([]byte, []int)
Deprecated: Use StreamChunk.ProtoReflect.Descriptor instead.
func (*StreamChunk) GetChecksum ¶
func (x *StreamChunk) GetChecksum() string
func (*StreamChunk) GetData ¶
func (x *StreamChunk) GetData() []byte
func (*StreamChunk) GetIsLast ¶
func (x *StreamChunk) GetIsLast() bool
func (*StreamChunk) GetSequenceNum ¶
func (x *StreamChunk) GetSequenceNum() int32
func (*StreamChunk) GetStreamId ¶
func (x *StreamChunk) GetStreamId() string
func (*StreamChunk) ProtoMessage ¶
func (*StreamChunk) ProtoMessage()
func (*StreamChunk) ProtoReflect ¶
func (x *StreamChunk) ProtoReflect() protoreflect.Message
func (*StreamChunk) Reset ¶
func (x *StreamChunk) Reset()
func (*StreamChunk) String ¶
func (x *StreamChunk) String() string
type StreamError ¶
type StreamError struct {
StreamId string `protobuf:"bytes,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
ErrorCode int32 `protobuf:"varint,3,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
// contains filtered or unexported fields
}
func (*StreamError) Descriptor
deprecated
func (*StreamError) Descriptor() ([]byte, []int)
Deprecated: Use StreamError.ProtoReflect.Descriptor instead.
func (*StreamError) GetError ¶
func (x *StreamError) GetError() string
func (*StreamError) GetErrorCode ¶
func (x *StreamError) GetErrorCode() int32
func (*StreamError) GetStreamId ¶
func (x *StreamError) GetStreamId() string
func (*StreamError) ProtoMessage ¶
func (*StreamError) ProtoMessage()
func (*StreamError) ProtoReflect ¶
func (x *StreamError) ProtoReflect() protoreflect.Message
func (*StreamError) Reset ¶
func (x *StreamError) Reset()
func (*StreamError) String ¶
func (x *StreamError) String() string
type StreamMetadata ¶
type StreamMetadata struct {
StreamId string `protobuf:"bytes,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"`
TotalSize int64 `protobuf:"varint,2,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
ChunkCount int32 `protobuf:"varint,3,opt,name=chunk_count,json=chunkCount,proto3" json:"chunk_count,omitempty"`
ContentType string `protobuf:"bytes,4,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
Checksum string `protobuf:"bytes,5,opt,name=checksum,proto3" json:"checksum,omitempty"`
// contains filtered or unexported fields
}
func (*StreamMetadata) Descriptor
deprecated
func (*StreamMetadata) Descriptor() ([]byte, []int)
Deprecated: Use StreamMetadata.ProtoReflect.Descriptor instead.
func (*StreamMetadata) GetChecksum ¶
func (x *StreamMetadata) GetChecksum() string
func (*StreamMetadata) GetChunkCount ¶
func (x *StreamMetadata) GetChunkCount() int32
func (*StreamMetadata) GetContentType ¶
func (x *StreamMetadata) GetContentType() string
func (*StreamMetadata) GetStreamId ¶
func (x *StreamMetadata) GetStreamId() string
func (*StreamMetadata) GetTotalSize ¶
func (x *StreamMetadata) GetTotalSize() int64
func (*StreamMetadata) ProtoMessage ¶
func (*StreamMetadata) ProtoMessage()
func (*StreamMetadata) ProtoReflect ¶
func (x *StreamMetadata) ProtoReflect() protoreflect.Message
func (*StreamMetadata) Reset ¶
func (x *StreamMetadata) Reset()
func (*StreamMetadata) String ¶
func (x *StreamMetadata) String() string
type StreamProgress ¶
type StreamProgress struct {
StreamId string `protobuf:"bytes,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"`
BytesStreamed int64 `protobuf:"varint,2,opt,name=bytes_streamed,json=bytesStreamed,proto3" json:"bytes_streamed,omitempty"`
TotalBytes int64 `protobuf:"varint,3,opt,name=total_bytes,json=totalBytes,proto3" json:"total_bytes,omitempty"`
ChunksStreamed int32 `protobuf:"varint,4,opt,name=chunks_streamed,json=chunksStreamed,proto3" json:"chunks_streamed,omitempty"`
TotalChunks int32 `protobuf:"varint,5,opt,name=total_chunks,json=totalChunks,proto3" json:"total_chunks,omitempty"`
TransferRateMbps float64 `protobuf:"fixed64,6,opt,name=transfer_rate_mbps,json=transferRateMbps,proto3" json:"transfer_rate_mbps,omitempty"`
Status string `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
// contains filtered or unexported fields
}
func (*StreamProgress) Descriptor
deprecated
func (*StreamProgress) Descriptor() ([]byte, []int)
Deprecated: Use StreamProgress.ProtoReflect.Descriptor instead.
func (*StreamProgress) GetBytesStreamed ¶
func (x *StreamProgress) GetBytesStreamed() int64
func (*StreamProgress) GetChunksStreamed ¶
func (x *StreamProgress) GetChunksStreamed() int32
func (*StreamProgress) GetStatus ¶
func (x *StreamProgress) GetStatus() string
func (*StreamProgress) GetStreamId ¶
func (x *StreamProgress) GetStreamId() string
func (*StreamProgress) GetTotalBytes ¶
func (x *StreamProgress) GetTotalBytes() int64
func (*StreamProgress) GetTotalChunks ¶
func (x *StreamProgress) GetTotalChunks() int32
func (*StreamProgress) GetTransferRateMbps ¶
func (x *StreamProgress) GetTransferRateMbps() float64
func (*StreamProgress) ProtoMessage ¶
func (*StreamProgress) ProtoMessage()
func (*StreamProgress) ProtoReflect ¶
func (x *StreamProgress) ProtoReflect() protoreflect.Message
func (*StreamProgress) Reset ¶
func (x *StreamProgress) Reset()
func (*StreamProgress) String ¶
func (x *StreamProgress) String() string
type UnimplementedGoVCServiceServer ¶
type UnimplementedGoVCServiceServer struct{}
UnimplementedGoVCServiceServer 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 (UnimplementedGoVCServiceServer) AddFile ¶
func (UnimplementedGoVCServiceServer) AddFile(context.Context, *AddFileRequest) (*AddFileResponse, error)
func (UnimplementedGoVCServiceServer) BatchOperations ¶
func (UnimplementedGoVCServiceServer) BatchOperations(context.Context, *BatchOperationsRequest) (*BatchOperationsResponse, error)
func (UnimplementedGoVCServiceServer) CheckoutBranch ¶
func (UnimplementedGoVCServiceServer) CheckoutBranch(context.Context, *CheckoutBranchRequest) (*emptypb.Empty, error)
func (UnimplementedGoVCServiceServer) Commit ¶
func (UnimplementedGoVCServiceServer) Commit(context.Context, *CommitRequest) (*CommitResponse, error)
func (UnimplementedGoVCServiceServer) CreateBranch ¶
func (UnimplementedGoVCServiceServer) CreateBranch(context.Context, *CreateBranchRequest) (*CreateBranchResponse, error)
func (UnimplementedGoVCServiceServer) CreateRepository ¶
func (UnimplementedGoVCServiceServer) CreateRepository(context.Context, *CreateRepositoryRequest) (*CreateRepositoryResponse, error)
func (UnimplementedGoVCServiceServer) DeleteBranch ¶
func (UnimplementedGoVCServiceServer) DeleteBranch(context.Context, *DeleteBranchRequest) (*emptypb.Empty, error)
func (UnimplementedGoVCServiceServer) DeleteRepository ¶
func (UnimplementedGoVCServiceServer) DeleteRepository(context.Context, *DeleteRepositoryRequest) (*emptypb.Empty, error)
func (UnimplementedGoVCServiceServer) ExecuteSQLQuery ¶
func (UnimplementedGoVCServiceServer) ExecuteSQLQuery(context.Context, *ExecuteSQLQueryRequest) (*ExecuteSQLQueryResponse, error)
func (UnimplementedGoVCServiceServer) FullTextSearch ¶
func (UnimplementedGoVCServiceServer) FullTextSearch(context.Context, *FullTextSearchRequest) (*FullTextSearchResponse, error)
func (UnimplementedGoVCServiceServer) GetBlob ¶
func (UnimplementedGoVCServiceServer) GetBlob(context.Context, *GetBlobRequest) (*GetBlobResponse, error)
func (UnimplementedGoVCServiceServer) GetBlobWithDelta ¶
func (UnimplementedGoVCServiceServer) GetBlobWithDelta(context.Context, *GetBlobWithDeltaRequest) (*GetBlobWithDeltaResponse, error)
func (UnimplementedGoVCServiceServer) GetCommit ¶
func (UnimplementedGoVCServiceServer) GetCommit(context.Context, *GetCommitRequest) (*GetCommitResponse, error)
func (UnimplementedGoVCServiceServer) GetHealth ¶
func (UnimplementedGoVCServiceServer) GetHealth(context.Context, *emptypb.Empty) (*HealthResponse, error)
func (UnimplementedGoVCServiceServer) GetRepository ¶
func (UnimplementedGoVCServiceServer) GetRepository(context.Context, *GetRepositoryRequest) (*GetRepositoryResponse, error)
func (UnimplementedGoVCServiceServer) GetStatus ¶
func (UnimplementedGoVCServiceServer) GetStatus(context.Context, *GetStatusRequest) (*GetStatusResponse, error)
func (UnimplementedGoVCServiceServer) ListBranches ¶
func (UnimplementedGoVCServiceServer) ListBranches(context.Context, *ListBranchesRequest) (*ListBranchesResponse, error)
func (UnimplementedGoVCServiceServer) ListCommits ¶
func (UnimplementedGoVCServiceServer) ListCommits(context.Context, *ListCommitsRequest) (*ListCommitsResponse, error)
func (UnimplementedGoVCServiceServer) ListRepositories ¶
func (UnimplementedGoVCServiceServer) ListRepositories(context.Context, *ListRepositoriesRequest) (*ListRepositoriesResponse, error)
func (UnimplementedGoVCServiceServer) MergeBranch ¶
func (UnimplementedGoVCServiceServer) MergeBranch(context.Context, *MergeBranchRequest) (*MergeBranchResponse, error)
func (UnimplementedGoVCServiceServer) MoveFile ¶
func (UnimplementedGoVCServiceServer) MoveFile(context.Context, *MoveFileRequest) (*emptypb.Empty, error)
func (UnimplementedGoVCServiceServer) ReadFile ¶
func (UnimplementedGoVCServiceServer) ReadFile(context.Context, *ReadFileRequest) (*ReadFileResponse, error)
func (UnimplementedGoVCServiceServer) RemoveFile ¶
func (UnimplementedGoVCServiceServer) RemoveFile(context.Context, *RemoveFileRequest) (*emptypb.Empty, error)
func (UnimplementedGoVCServiceServer) SearchWithAggregation ¶
func (UnimplementedGoVCServiceServer) SearchWithAggregation(context.Context, *SearchWithAggregationRequest) (*SearchWithAggregationResponse, error)
func (UnimplementedGoVCServiceServer) StoreBlob ¶
func (UnimplementedGoVCServiceServer) StoreBlob(context.Context, *StoreBlobRequest) (*StoreBlobResponse, error)
func (UnimplementedGoVCServiceServer) StoreBlobWithDelta ¶
func (UnimplementedGoVCServiceServer) StoreBlobWithDelta(context.Context, *StoreBlobWithDeltaRequest) (*StoreBlobWithDeltaResponse, error)
func (UnimplementedGoVCServiceServer) StreamBlob ¶
func (UnimplementedGoVCServiceServer) StreamBlob(grpc.BidiStreamingServer[StreamBlobRequest, StreamBlobResponse]) error
func (UnimplementedGoVCServiceServer) UploadBlobStream ¶
func (UnimplementedGoVCServiceServer) UploadBlobStream(grpc.ClientStreamingServer[UploadBlobStreamRequest, UploadBlobStreamResponse]) error
func (UnimplementedGoVCServiceServer) WriteFile ¶
func (UnimplementedGoVCServiceServer) WriteFile(context.Context, *WriteFileRequest) (*WriteFileResponse, error)
type UnsafeGoVCServiceServer ¶
type UnsafeGoVCServiceServer interface {
// contains filtered or unexported methods
}
UnsafeGoVCServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GoVCServiceServer will result in compilation errors.
type UploadBlobStreamRequest ¶
type UploadBlobStreamRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
// Types that are valid to be assigned to Request:
//
// *UploadBlobStreamRequest_Metadata
// *UploadBlobStreamRequest_Chunk
Request isUploadBlobStreamRequest_Request `protobuf_oneof:"request"`
// contains filtered or unexported fields
}
func (*UploadBlobStreamRequest) Descriptor
deprecated
func (*UploadBlobStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use UploadBlobStreamRequest.ProtoReflect.Descriptor instead.
func (*UploadBlobStreamRequest) GetChunk ¶
func (x *UploadBlobStreamRequest) GetChunk() *StreamChunk
func (*UploadBlobStreamRequest) GetMetadata ¶
func (x *UploadBlobStreamRequest) GetMetadata() *UploadMetadata
func (*UploadBlobStreamRequest) GetRepositoryId ¶
func (x *UploadBlobStreamRequest) GetRepositoryId() string
func (*UploadBlobStreamRequest) GetRequest ¶
func (x *UploadBlobStreamRequest) GetRequest() isUploadBlobStreamRequest_Request
func (*UploadBlobStreamRequest) ProtoMessage ¶
func (*UploadBlobStreamRequest) ProtoMessage()
func (*UploadBlobStreamRequest) ProtoReflect ¶
func (x *UploadBlobStreamRequest) ProtoReflect() protoreflect.Message
func (*UploadBlobStreamRequest) Reset ¶
func (x *UploadBlobStreamRequest) Reset()
func (*UploadBlobStreamRequest) String ¶
func (x *UploadBlobStreamRequest) String() string
type UploadBlobStreamRequest_Chunk ¶
type UploadBlobStreamRequest_Chunk struct {
Chunk *StreamChunk `protobuf:"bytes,3,opt,name=chunk,proto3,oneof"`
}
type UploadBlobStreamRequest_Metadata ¶
type UploadBlobStreamRequest_Metadata struct {
Metadata *UploadMetadata `protobuf:"bytes,2,opt,name=metadata,proto3,oneof"`
}
type UploadBlobStreamResponse ¶
type UploadBlobStreamResponse struct {
Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
Size int64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
ChunksReceived int32 `protobuf:"varint,3,opt,name=chunks_received,json=chunksReceived,proto3" json:"chunks_received,omitempty"`
Checksum string `protobuf:"bytes,4,opt,name=checksum,proto3" json:"checksum,omitempty"`
// contains filtered or unexported fields
}
func (*UploadBlobStreamResponse) Descriptor
deprecated
func (*UploadBlobStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use UploadBlobStreamResponse.ProtoReflect.Descriptor instead.
func (*UploadBlobStreamResponse) GetChecksum ¶
func (x *UploadBlobStreamResponse) GetChecksum() string
func (*UploadBlobStreamResponse) GetChunksReceived ¶
func (x *UploadBlobStreamResponse) GetChunksReceived() int32
func (*UploadBlobStreamResponse) GetHash ¶
func (x *UploadBlobStreamResponse) GetHash() string
func (*UploadBlobStreamResponse) GetSize ¶
func (x *UploadBlobStreamResponse) GetSize() int64
func (*UploadBlobStreamResponse) ProtoMessage ¶
func (*UploadBlobStreamResponse) ProtoMessage()
func (*UploadBlobStreamResponse) ProtoReflect ¶
func (x *UploadBlobStreamResponse) ProtoReflect() protoreflect.Message
func (*UploadBlobStreamResponse) Reset ¶
func (x *UploadBlobStreamResponse) Reset()
func (*UploadBlobStreamResponse) String ¶
func (x *UploadBlobStreamResponse) String() string
type UploadMetadata ¶
type UploadMetadata struct {
Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
TotalSize int64 `protobuf:"varint,2,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
ChunkSize int32 `protobuf:"varint,3,opt,name=chunk_size,json=chunkSize,proto3" json:"chunk_size,omitempty"`
ContentType string `protobuf:"bytes,4,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
// contains filtered or unexported fields
}
func (*UploadMetadata) Descriptor
deprecated
func (*UploadMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UploadMetadata.ProtoReflect.Descriptor instead.
func (*UploadMetadata) GetChunkSize ¶
func (x *UploadMetadata) GetChunkSize() int32
func (*UploadMetadata) GetContentType ¶
func (x *UploadMetadata) GetContentType() string
func (*UploadMetadata) GetFilename ¶
func (x *UploadMetadata) GetFilename() string
func (*UploadMetadata) GetTotalSize ¶
func (x *UploadMetadata) GetTotalSize() int64
func (*UploadMetadata) ProtoMessage ¶
func (*UploadMetadata) ProtoMessage()
func (*UploadMetadata) ProtoReflect ¶
func (x *UploadMetadata) ProtoReflect() protoreflect.Message
func (*UploadMetadata) Reset ¶
func (x *UploadMetadata) Reset()
func (*UploadMetadata) String ¶
func (x *UploadMetadata) String() string
type WriteFileRequest ¶
type WriteFileRequest struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
Content []byte `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
CreateDirs bool `protobuf:"varint,4,opt,name=create_dirs,json=createDirs,proto3" json:"create_dirs,omitempty"`
// contains filtered or unexported fields
}
func (*WriteFileRequest) Descriptor
deprecated
func (*WriteFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use WriteFileRequest.ProtoReflect.Descriptor instead.
func (*WriteFileRequest) GetContent ¶
func (x *WriteFileRequest) GetContent() []byte
func (*WriteFileRequest) GetCreateDirs ¶
func (x *WriteFileRequest) GetCreateDirs() bool
func (*WriteFileRequest) GetPath ¶
func (x *WriteFileRequest) GetPath() string
func (*WriteFileRequest) GetRepositoryId ¶
func (x *WriteFileRequest) GetRepositoryId() string
func (*WriteFileRequest) ProtoMessage ¶
func (*WriteFileRequest) ProtoMessage()
func (*WriteFileRequest) ProtoReflect ¶
func (x *WriteFileRequest) ProtoReflect() protoreflect.Message
func (*WriteFileRequest) Reset ¶
func (x *WriteFileRequest) Reset()
func (*WriteFileRequest) String ¶
func (x *WriteFileRequest) String() string
type WriteFileResponse ¶
type WriteFileResponse struct {
Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
Size int64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
// contains filtered or unexported fields
}
func (*WriteFileResponse) Descriptor
deprecated
func (*WriteFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use WriteFileResponse.ProtoReflect.Descriptor instead.
func (*WriteFileResponse) GetHash ¶
func (x *WriteFileResponse) GetHash() string
func (*WriteFileResponse) GetSize ¶
func (x *WriteFileResponse) GetSize() int64
func (*WriteFileResponse) ProtoMessage ¶
func (*WriteFileResponse) ProtoMessage()
func (*WriteFileResponse) ProtoReflect ¶
func (x *WriteFileResponse) ProtoReflect() protoreflect.Message
func (*WriteFileResponse) Reset ¶
func (x *WriteFileResponse) Reset()
func (*WriteFileResponse) String ¶
func (x *WriteFileResponse) String() string