Versions in this module Expand all Collapse all v0 v0.1.156 Apr 24, 2026 v0.1.155 Apr 24, 2026 Changes in this version + const Code_AddDependency_FullMethodName + const Code_ApplyEdit_FullMethodName + const Code_Execute_FullMethodName + const Code_FindReferences_FullMethodName + const Code_Fix_FullMethodName + const Code_GetCallGraph_FullMethodName + const Code_GetDiagnostics_FullMethodName + const Code_GetHoverInfo_FullMethodName + const Code_GetProjectInfo_FullMethodName + const Code_GoToDefinition_FullMethodName + const Code_ListDependencies_FullMethodName + const Code_ListSymbols_FullMethodName + const Code_RemoveDependency_FullMethodName + const Code_RenameSymbol_FullMethodName + const Code_ShellExec_FullMethodName + var Code_ServiceDesc = grpc.ServiceDesc + var CompletionKind_name = map[int32]string + var CompletionKind_value = map[string]int32 + var DiagnosticSeverity_name = map[int32]string + var DiagnosticSeverity_value = map[string]int32 + var File_codefly_services_code_v0_code_proto protoreflect.FileDescriptor + var ListSymbolsStatus_Status_name = map[int32]string + var ListSymbolsStatus_Status_value = map[string]int32 + var SymbolKind_name = map[int32]string + var SymbolKind_value = map[string]int32 + func RegisterCodeServer(s grpc.ServiceRegistrar, srv CodeServer) + type AddDependencyRequest struct + PackageName string + Version string + func (*AddDependencyRequest) Descriptor() ([]byte, []int) + func (*AddDependencyRequest) ProtoMessage() + func (x *AddDependencyRequest) GetPackageName() string + func (x *AddDependencyRequest) GetVersion() string + func (x *AddDependencyRequest) ProtoReflect() protoreflect.Message + func (x *AddDependencyRequest) Reset() + func (x *AddDependencyRequest) String() string + type AddDependencyResponse struct + Error string + InstalledVersion string + Success bool + func (*AddDependencyResponse) Descriptor() ([]byte, []int) + func (*AddDependencyResponse) ProtoMessage() + func (x *AddDependencyResponse) GetError() string + func (x *AddDependencyResponse) GetInstalledVersion() string + func (x *AddDependencyResponse) GetSuccess() bool + func (x *AddDependencyResponse) ProtoReflect() protoreflect.Message + func (x *AddDependencyResponse) Reset() + func (x *AddDependencyResponse) String() string + type ApplyEditRequest struct + AutoFix bool + File string + Find string + Replace string + func (*ApplyEditRequest) Descriptor() ([]byte, []int) + func (*ApplyEditRequest) ProtoMessage() + func (x *ApplyEditRequest) GetAutoFix() bool + func (x *ApplyEditRequest) GetFile() string + func (x *ApplyEditRequest) GetFind() string + func (x *ApplyEditRequest) GetReplace() string + func (x *ApplyEditRequest) ProtoReflect() protoreflect.Message + func (x *ApplyEditRequest) Reset() + func (x *ApplyEditRequest) String() string + type ApplyEditResponse struct + Content string + Error string + FixActions []string + Strategy string + Success bool + func (*ApplyEditResponse) Descriptor() ([]byte, []int) + func (*ApplyEditResponse) ProtoMessage() + func (x *ApplyEditResponse) GetContent() string + func (x *ApplyEditResponse) GetError() string + func (x *ApplyEditResponse) GetFixActions() []string + func (x *ApplyEditResponse) GetStrategy() string + func (x *ApplyEditResponse) GetSuccess() bool + func (x *ApplyEditResponse) ProtoReflect() protoreflect.Message + func (x *ApplyEditResponse) Reset() + func (x *ApplyEditResponse) String() string + type CallEdge struct + CallSite *Location + CallType string + CalleeId string + CallerId string + func (*CallEdge) Descriptor() ([]byte, []int) + func (*CallEdge) ProtoMessage() + func (x *CallEdge) GetCallSite() *Location + func (x *CallEdge) GetCallType() string + func (x *CallEdge) GetCalleeId() string + func (x *CallEdge) GetCallerId() string + func (x *CallEdge) ProtoReflect() protoreflect.Message + func (x *CallEdge) Reset() + func (x *CallEdge) String() string + type CodeClient interface + AddDependency func(ctx context.Context, in *AddDependencyRequest, opts ...grpc.CallOption) (*AddDependencyResponse, error) + ApplyEdit func(ctx context.Context, in *ApplyEditRequest, opts ...grpc.CallOption) (*ApplyEditResponse, error) + Execute func(ctx context.Context, in *CodeRequest, opts ...grpc.CallOption) (*CodeResponse, error) + FindReferences func(ctx context.Context, in *FindReferencesRequest, opts ...grpc.CallOption) (*FindReferencesResponse, error) + Fix func(ctx context.Context, in *FixRequest, opts ...grpc.CallOption) (*FixResponse, error) + GetCallGraph func(ctx context.Context, in *GetCallGraphRequest, opts ...grpc.CallOption) (*GetCallGraphResponse, error) + GetDiagnostics func(ctx context.Context, in *GetDiagnosticsRequest, opts ...grpc.CallOption) (*GetDiagnosticsResponse, error) + GetHoverInfo func(ctx context.Context, in *GetHoverInfoRequest, opts ...grpc.CallOption) (*GetHoverInfoResponse, error) + GetProjectInfo func(ctx context.Context, in *GetProjectInfoRequest, opts ...grpc.CallOption) (*GetProjectInfoResponse, error) + GoToDefinition func(ctx context.Context, in *GoToDefinitionRequest, opts ...grpc.CallOption) (*GoToDefinitionResponse, error) + ListDependencies func(ctx context.Context, in *ListDependenciesRequest, opts ...grpc.CallOption) (*ListDependenciesResponse, error) + ListSymbols func(ctx context.Context, in *ListSymbolsRequest, opts ...grpc.CallOption) (*ListSymbolsResponse, error) + RemoveDependency func(ctx context.Context, in *RemoveDependencyRequest, opts ...grpc.CallOption) (*RemoveDependencyResponse, error) + RenameSymbol func(ctx context.Context, in *RenameSymbolRequest, opts ...grpc.CallOption) (*RenameSymbolResponse, error) + ShellExec func(ctx context.Context, in *ShellExecRequest, opts ...grpc.CallOption) (*ShellExecResponse, error) + func NewCodeClient(cc grpc.ClientConnInterface) CodeClient + type CodeRequest struct + Operation isCodeRequest_Operation + func (*CodeRequest) Descriptor() ([]byte, []int) + func (*CodeRequest) ProtoMessage() + func (x *CodeRequest) GetAddDependency() *AddDependencyRequest + func (x *CodeRequest) GetApplyEdit() *ApplyEditRequest + func (x *CodeRequest) GetCreateFile() *CreateFileRequest + func (x *CodeRequest) GetDeleteFile() *DeleteFileRequest + func (x *CodeRequest) GetFindReferences() *FindReferencesRequest + func (x *CodeRequest) GetFix() *FixRequest + func (x *CodeRequest) GetGetCallGraph() *GetCallGraphRequest + func (x *CodeRequest) GetGetCompletions() *GetCompletionsRequest + func (x *CodeRequest) GetGetDiagnostics() *GetDiagnosticsRequest + func (x *CodeRequest) GetGetHoverInfo() *GetHoverInfoRequest + func (x *CodeRequest) GetGetProjectInfo() *GetProjectInfoRequest + func (x *CodeRequest) GetGitBlame() *GitBlameRequest + func (x *CodeRequest) GetGitDiff() *GitDiffRequest + func (x *CodeRequest) GetGitLog() *GitLogRequest + func (x *CodeRequest) GetGitShow() *GitShowRequest + func (x *CodeRequest) GetGoToDefinition() *GoToDefinitionRequest + func (x *CodeRequest) GetListDependencies() *ListDependenciesRequest + func (x *CodeRequest) GetListFiles() *ListFilesRequest + func (x *CodeRequest) GetListSymbols() *ListSymbolsRequest + func (x *CodeRequest) GetMoveFile() *MoveFileRequest + func (x *CodeRequest) GetOperation() isCodeRequest_Operation + func (x *CodeRequest) GetReadFile() *ReadFileRequest + func (x *CodeRequest) GetRemoveDependency() *RemoveDependencyRequest + func (x *CodeRequest) GetRenameSymbol() *RenameSymbolRequest + func (x *CodeRequest) GetSearch() *SearchRequest + func (x *CodeRequest) GetShellExec() *ShellExecRequest + func (x *CodeRequest) GetWriteFile() *WriteFileRequest + func (x *CodeRequest) ProtoReflect() protoreflect.Message + func (x *CodeRequest) Reset() + func (x *CodeRequest) String() string + type CodeRequest_AddDependency struct + AddDependency *AddDependencyRequest + type CodeRequest_ApplyEdit struct + ApplyEdit *ApplyEditRequest + type CodeRequest_CreateFile struct + CreateFile *CreateFileRequest + type CodeRequest_DeleteFile struct + DeleteFile *DeleteFileRequest + type CodeRequest_FindReferences struct + FindReferences *FindReferencesRequest + type CodeRequest_Fix struct + Fix *FixRequest + type CodeRequest_GetCallGraph struct + GetCallGraph *GetCallGraphRequest + type CodeRequest_GetCompletions struct + GetCompletions *GetCompletionsRequest + type CodeRequest_GetDiagnostics struct + GetDiagnostics *GetDiagnosticsRequest + type CodeRequest_GetHoverInfo struct + GetHoverInfo *GetHoverInfoRequest + type CodeRequest_GetProjectInfo struct + GetProjectInfo *GetProjectInfoRequest + type CodeRequest_GitBlame struct + GitBlame *GitBlameRequest + type CodeRequest_GitDiff struct + GitDiff *GitDiffRequest + type CodeRequest_GitLog struct + GitLog *GitLogRequest + type CodeRequest_GitShow struct + GitShow *GitShowRequest + type CodeRequest_GoToDefinition struct + GoToDefinition *GoToDefinitionRequest + type CodeRequest_ListDependencies struct + ListDependencies *ListDependenciesRequest + type CodeRequest_ListFiles struct + ListFiles *ListFilesRequest + type CodeRequest_ListSymbols struct + ListSymbols *ListSymbolsRequest + type CodeRequest_MoveFile struct + MoveFile *MoveFileRequest + type CodeRequest_ReadFile struct + ReadFile *ReadFileRequest + type CodeRequest_RemoveDependency struct + RemoveDependency *RemoveDependencyRequest + type CodeRequest_RenameSymbol struct + RenameSymbol *RenameSymbolRequest + type CodeRequest_Search struct + Search *SearchRequest + type CodeRequest_ShellExec struct + ShellExec *ShellExecRequest + type CodeRequest_WriteFile struct + WriteFile *WriteFileRequest + type CodeResponse struct + Result isCodeResponse_Result + func (*CodeResponse) Descriptor() ([]byte, []int) + func (*CodeResponse) ProtoMessage() + func (x *CodeResponse) GetAddDependency() *AddDependencyResponse + func (x *CodeResponse) GetApplyEdit() *ApplyEditResponse + func (x *CodeResponse) GetCreateFile() *CreateFileResponse + func (x *CodeResponse) GetDeleteFile() *DeleteFileResponse + func (x *CodeResponse) GetFindReferences() *FindReferencesResponse + func (x *CodeResponse) GetFix() *FixResponse + func (x *CodeResponse) GetGetCallGraph() *GetCallGraphResponse + func (x *CodeResponse) GetGetCompletions() *GetCompletionsResponse + func (x *CodeResponse) GetGetDiagnostics() *GetDiagnosticsResponse + func (x *CodeResponse) GetGetHoverInfo() *GetHoverInfoResponse + func (x *CodeResponse) GetGetProjectInfo() *GetProjectInfoResponse + func (x *CodeResponse) GetGitBlame() *GitBlameResponse + func (x *CodeResponse) GetGitDiff() *GitDiffResponse + func (x *CodeResponse) GetGitLog() *GitLogResponse + func (x *CodeResponse) GetGitShow() *GitShowResponse + func (x *CodeResponse) GetGoToDefinition() *GoToDefinitionResponse + func (x *CodeResponse) GetListDependencies() *ListDependenciesResponse + func (x *CodeResponse) GetListFiles() *ListFilesResponse + func (x *CodeResponse) GetListSymbols() *ListSymbolsResponse + func (x *CodeResponse) GetMoveFile() *MoveFileResponse + func (x *CodeResponse) GetReadFile() *ReadFileResponse + func (x *CodeResponse) GetRemoveDependency() *RemoveDependencyResponse + func (x *CodeResponse) GetRenameSymbol() *RenameSymbolResponse + func (x *CodeResponse) GetResult() isCodeResponse_Result + func (x *CodeResponse) GetSearch() *SearchResponse + func (x *CodeResponse) GetShellExec() *ShellExecResponse + func (x *CodeResponse) GetWriteFile() *WriteFileResponse + func (x *CodeResponse) ProtoReflect() protoreflect.Message + func (x *CodeResponse) Reset() + func (x *CodeResponse) String() string + type CodeResponse_AddDependency struct + AddDependency *AddDependencyResponse + type CodeResponse_ApplyEdit struct + ApplyEdit *ApplyEditResponse + type CodeResponse_CreateFile struct + CreateFile *CreateFileResponse + type CodeResponse_DeleteFile struct + DeleteFile *DeleteFileResponse + type CodeResponse_FindReferences struct + FindReferences *FindReferencesResponse + type CodeResponse_Fix struct + Fix *FixResponse + type CodeResponse_GetCallGraph struct + GetCallGraph *GetCallGraphResponse + type CodeResponse_GetCompletions struct + GetCompletions *GetCompletionsResponse + type CodeResponse_GetDiagnostics struct + GetDiagnostics *GetDiagnosticsResponse + type CodeResponse_GetHoverInfo struct + GetHoverInfo *GetHoverInfoResponse + type CodeResponse_GetProjectInfo struct + GetProjectInfo *GetProjectInfoResponse + type CodeResponse_GitBlame struct + GitBlame *GitBlameResponse + type CodeResponse_GitDiff struct + GitDiff *GitDiffResponse + type CodeResponse_GitLog struct + GitLog *GitLogResponse + type CodeResponse_GitShow struct + GitShow *GitShowResponse + type CodeResponse_GoToDefinition struct + GoToDefinition *GoToDefinitionResponse + type CodeResponse_ListDependencies struct + ListDependencies *ListDependenciesResponse + type CodeResponse_ListFiles struct + ListFiles *ListFilesResponse + type CodeResponse_ListSymbols struct + ListSymbols *ListSymbolsResponse + type CodeResponse_MoveFile struct + MoveFile *MoveFileResponse + type CodeResponse_ReadFile struct + ReadFile *ReadFileResponse + type CodeResponse_RemoveDependency struct + RemoveDependency *RemoveDependencyResponse + type CodeResponse_RenameSymbol struct + RenameSymbol *RenameSymbolResponse + type CodeResponse_Search struct + Search *SearchResponse + type CodeResponse_ShellExec struct + ShellExec *ShellExecResponse + type CodeResponse_WriteFile struct + WriteFile *WriteFileResponse + type CodeServer interface + AddDependency func(context.Context, *AddDependencyRequest) (*AddDependencyResponse, error) + ApplyEdit func(context.Context, *ApplyEditRequest) (*ApplyEditResponse, error) + Execute func(context.Context, *CodeRequest) (*CodeResponse, error) + FindReferences func(context.Context, *FindReferencesRequest) (*FindReferencesResponse, error) + Fix func(context.Context, *FixRequest) (*FixResponse, error) + GetCallGraph func(context.Context, *GetCallGraphRequest) (*GetCallGraphResponse, error) + GetDiagnostics func(context.Context, *GetDiagnosticsRequest) (*GetDiagnosticsResponse, error) + GetHoverInfo func(context.Context, *GetHoverInfoRequest) (*GetHoverInfoResponse, error) + GetProjectInfo func(context.Context, *GetProjectInfoRequest) (*GetProjectInfoResponse, error) + GoToDefinition func(context.Context, *GoToDefinitionRequest) (*GoToDefinitionResponse, error) + ListDependencies func(context.Context, *ListDependenciesRequest) (*ListDependenciesResponse, error) + ListSymbols func(context.Context, *ListSymbolsRequest) (*ListSymbolsResponse, error) + RemoveDependency func(context.Context, *RemoveDependencyRequest) (*RemoveDependencyResponse, error) + RenameSymbol func(context.Context, *RenameSymbolRequest) (*RenameSymbolResponse, error) + ShellExec func(context.Context, *ShellExecRequest) (*ShellExecResponse, error) + type CompletionItem struct + Detail string + Documentation string + InsertText string + Kind CompletionKind + Label string + SortText string + func (*CompletionItem) Descriptor() ([]byte, []int) + func (*CompletionItem) ProtoMessage() + func (x *CompletionItem) GetDetail() string + func (x *CompletionItem) GetDocumentation() string + func (x *CompletionItem) GetInsertText() string + func (x *CompletionItem) GetKind() CompletionKind + func (x *CompletionItem) GetLabel() string + func (x *CompletionItem) GetSortText() string + func (x *CompletionItem) ProtoReflect() protoreflect.Message + func (x *CompletionItem) Reset() + func (x *CompletionItem) String() string + type CompletionKind int32 + const CompletionKind_COMPLETION_KIND_CLASS + const CompletionKind_COMPLETION_KIND_COLOR + const CompletionKind_COMPLETION_KIND_CONSTANT + const CompletionKind_COMPLETION_KIND_CONSTRUCTOR + const CompletionKind_COMPLETION_KIND_ENUM + const CompletionKind_COMPLETION_KIND_ENUM_MEMBER + const CompletionKind_COMPLETION_KIND_EVENT + const CompletionKind_COMPLETION_KIND_FIELD + const CompletionKind_COMPLETION_KIND_FILE + const CompletionKind_COMPLETION_KIND_FOLDER + const CompletionKind_COMPLETION_KIND_FUNCTION + const CompletionKind_COMPLETION_KIND_INTERFACE + const CompletionKind_COMPLETION_KIND_KEYWORD + const CompletionKind_COMPLETION_KIND_METHOD + const CompletionKind_COMPLETION_KIND_MODULE + const CompletionKind_COMPLETION_KIND_OPERATOR + const CompletionKind_COMPLETION_KIND_PROPERTY + const CompletionKind_COMPLETION_KIND_REFERENCE + const CompletionKind_COMPLETION_KIND_SNIPPET + const CompletionKind_COMPLETION_KIND_STRUCT + const CompletionKind_COMPLETION_KIND_TEXT + const CompletionKind_COMPLETION_KIND_TYPE_PARAMETER + const CompletionKind_COMPLETION_KIND_UNIT + const CompletionKind_COMPLETION_KIND_UNKNOWN + const CompletionKind_COMPLETION_KIND_VALUE + const CompletionKind_COMPLETION_KIND_VARIABLE + func (CompletionKind) Descriptor() protoreflect.EnumDescriptor + func (CompletionKind) EnumDescriptor() ([]byte, []int) + func (CompletionKind) Type() protoreflect.EnumType + func (x CompletionKind) Enum() *CompletionKind + func (x CompletionKind) Number() protoreflect.EnumNumber + func (x CompletionKind) String() string + type CreateFileRequest struct + Content string + Overwrite bool + Path string + func (*CreateFileRequest) Descriptor() ([]byte, []int) + func (*CreateFileRequest) ProtoMessage() + func (x *CreateFileRequest) GetContent() string + func (x *CreateFileRequest) GetOverwrite() bool + func (x *CreateFileRequest) GetPath() string + func (x *CreateFileRequest) ProtoReflect() protoreflect.Message + func (x *CreateFileRequest) Reset() + func (x *CreateFileRequest) String() string + type CreateFileResponse struct + Error string + Success bool + func (*CreateFileResponse) Descriptor() ([]byte, []int) + func (*CreateFileResponse) ProtoMessage() + func (x *CreateFileResponse) GetError() string + func (x *CreateFileResponse) GetSuccess() bool + func (x *CreateFileResponse) ProtoReflect() protoreflect.Message + func (x *CreateFileResponse) Reset() + func (x *CreateFileResponse) String() string + type DeleteFileRequest struct + Path string + func (*DeleteFileRequest) Descriptor() ([]byte, []int) + func (*DeleteFileRequest) ProtoMessage() + func (x *DeleteFileRequest) GetPath() string + func (x *DeleteFileRequest) ProtoReflect() protoreflect.Message + func (x *DeleteFileRequest) Reset() + func (x *DeleteFileRequest) String() string + type DeleteFileResponse struct + Error string + Success bool + func (*DeleteFileResponse) Descriptor() ([]byte, []int) + func (*DeleteFileResponse) ProtoMessage() + func (x *DeleteFileResponse) GetError() string + func (x *DeleteFileResponse) GetSuccess() bool + func (x *DeleteFileResponse) ProtoReflect() protoreflect.Message + func (x *DeleteFileResponse) Reset() + func (x *DeleteFileResponse) String() string + type Dependency struct + Direct bool + Name string + Version string + func (*Dependency) Descriptor() ([]byte, []int) + func (*Dependency) ProtoMessage() + func (x *Dependency) GetDirect() bool + func (x *Dependency) GetName() string + func (x *Dependency) GetVersion() string + func (x *Dependency) ProtoReflect() protoreflect.Message + func (x *Dependency) Reset() + func (x *Dependency) String() string + type Diagnostic struct + Code string + Column int32 + EndColumn int32 + EndLine int32 + File string + Line int32 + Message string + Severity DiagnosticSeverity + Source string + func (*Diagnostic) Descriptor() ([]byte, []int) + func (*Diagnostic) ProtoMessage() + func (x *Diagnostic) GetCode() string + func (x *Diagnostic) GetColumn() int32 + func (x *Diagnostic) GetEndColumn() int32 + func (x *Diagnostic) GetEndLine() int32 + func (x *Diagnostic) GetFile() string + func (x *Diagnostic) GetLine() int32 + func (x *Diagnostic) GetMessage() string + func (x *Diagnostic) GetSeverity() DiagnosticSeverity + func (x *Diagnostic) GetSource() string + func (x *Diagnostic) ProtoReflect() protoreflect.Message + func (x *Diagnostic) Reset() + func (x *Diagnostic) String() string + type DiagnosticSeverity int32 + const DiagnosticSeverity_DIAGNOSTIC_SEVERITY_ERROR + const DiagnosticSeverity_DIAGNOSTIC_SEVERITY_HINT + const DiagnosticSeverity_DIAGNOSTIC_SEVERITY_INFORMATION + const DiagnosticSeverity_DIAGNOSTIC_SEVERITY_UNKNOWN + const DiagnosticSeverity_DIAGNOSTIC_SEVERITY_WARNING + func (DiagnosticSeverity) Descriptor() protoreflect.EnumDescriptor + func (DiagnosticSeverity) EnumDescriptor() ([]byte, []int) + func (DiagnosticSeverity) Type() protoreflect.EnumType + func (x DiagnosticSeverity) Enum() *DiagnosticSeverity + func (x DiagnosticSeverity) Number() protoreflect.EnumNumber + func (x DiagnosticSeverity) String() string + type FileInfo struct + IsDirectory bool + Path string + SizeBytes int64 + func (*FileInfo) Descriptor() ([]byte, []int) + func (*FileInfo) ProtoMessage() + func (x *FileInfo) GetIsDirectory() bool + func (x *FileInfo) GetPath() string + func (x *FileInfo) GetSizeBytes() int64 + func (x *FileInfo) ProtoReflect() protoreflect.Message + func (x *FileInfo) Reset() + func (x *FileInfo) String() string + type FindReferencesRequest struct + Column int32 + File string + Line int32 + func (*FindReferencesRequest) Descriptor() ([]byte, []int) + func (*FindReferencesRequest) ProtoMessage() + func (x *FindReferencesRequest) GetColumn() int32 + func (x *FindReferencesRequest) GetFile() string + func (x *FindReferencesRequest) GetLine() int32 + func (x *FindReferencesRequest) ProtoReflect() protoreflect.Message + func (x *FindReferencesRequest) Reset() + func (x *FindReferencesRequest) String() string + type FindReferencesResponse struct + Locations []*Location + func (*FindReferencesResponse) Descriptor() ([]byte, []int) + func (*FindReferencesResponse) ProtoMessage() + func (x *FindReferencesResponse) GetLocations() []*Location + func (x *FindReferencesResponse) ProtoReflect() protoreflect.Message + func (x *FindReferencesResponse) Reset() + func (x *FindReferencesResponse) String() string + type FixRequest struct + File string + func (*FixRequest) Descriptor() ([]byte, []int) + func (*FixRequest) ProtoMessage() + func (x *FixRequest) GetFile() string + func (x *FixRequest) ProtoReflect() protoreflect.Message + func (x *FixRequest) Reset() + func (x *FixRequest) String() string + type FixResponse struct + Actions []string + Content string + Error string + Success bool + func (*FixResponse) Descriptor() ([]byte, []int) + func (*FixResponse) ProtoMessage() + func (x *FixResponse) GetActions() []string + func (x *FixResponse) GetContent() string + func (x *FixResponse) GetError() string + func (x *FixResponse) GetSuccess() bool + func (x *FixResponse) ProtoReflect() protoreflect.Message + func (x *FixResponse) Reset() + func (x *FixResponse) String() string + type GetCallGraphRequest struct + Algorithm string + func (*GetCallGraphRequest) Descriptor() ([]byte, []int) + func (*GetCallGraphRequest) ProtoMessage() + func (x *GetCallGraphRequest) GetAlgorithm() string + func (x *GetCallGraphRequest) ProtoReflect() protoreflect.Message + func (x *GetCallGraphRequest) Reset() + func (x *GetCallGraphRequest) String() string + type GetCallGraphResponse struct + AlgorithmUsed string + Calls []*CallEdge + Error string + FunctionsAnalyzed int32 + Implements []*ImplementsEdge + func (*GetCallGraphResponse) Descriptor() ([]byte, []int) + func (*GetCallGraphResponse) ProtoMessage() + func (x *GetCallGraphResponse) GetAlgorithmUsed() string + func (x *GetCallGraphResponse) GetCalls() []*CallEdge + func (x *GetCallGraphResponse) GetError() string + func (x *GetCallGraphResponse) GetFunctionsAnalyzed() int32 + func (x *GetCallGraphResponse) GetImplements() []*ImplementsEdge + func (x *GetCallGraphResponse) ProtoReflect() protoreflect.Message + func (x *GetCallGraphResponse) Reset() + func (x *GetCallGraphResponse) String() string + type GetCompletionsRequest struct + Column int32 + File string + Line int32 + func (*GetCompletionsRequest) Descriptor() ([]byte, []int) + func (*GetCompletionsRequest) ProtoMessage() + func (x *GetCompletionsRequest) GetColumn() int32 + func (x *GetCompletionsRequest) GetFile() string + func (x *GetCompletionsRequest) GetLine() int32 + func (x *GetCompletionsRequest) ProtoReflect() protoreflect.Message + func (x *GetCompletionsRequest) Reset() + func (x *GetCompletionsRequest) String() string + type GetCompletionsResponse struct + IsIncomplete bool + Items []*CompletionItem + func (*GetCompletionsResponse) Descriptor() ([]byte, []int) + func (*GetCompletionsResponse) ProtoMessage() + func (x *GetCompletionsResponse) GetIsIncomplete() bool + func (x *GetCompletionsResponse) GetItems() []*CompletionItem + func (x *GetCompletionsResponse) ProtoReflect() protoreflect.Message + func (x *GetCompletionsResponse) Reset() + func (x *GetCompletionsResponse) String() string + type GetDiagnosticsRequest struct + File string + func (*GetDiagnosticsRequest) Descriptor() ([]byte, []int) + func (*GetDiagnosticsRequest) ProtoMessage() + func (x *GetDiagnosticsRequest) GetFile() string + func (x *GetDiagnosticsRequest) ProtoReflect() protoreflect.Message + func (x *GetDiagnosticsRequest) Reset() + func (x *GetDiagnosticsRequest) String() string + type GetDiagnosticsResponse struct + Diagnostics []*Diagnostic + func (*GetDiagnosticsResponse) Descriptor() ([]byte, []int) + func (*GetDiagnosticsResponse) ProtoMessage() + func (x *GetDiagnosticsResponse) GetDiagnostics() []*Diagnostic + func (x *GetDiagnosticsResponse) ProtoReflect() protoreflect.Message + func (x *GetDiagnosticsResponse) Reset() + func (x *GetDiagnosticsResponse) String() string + type GetHoverInfoRequest struct + Column int32 + File string + Line int32 + func (*GetHoverInfoRequest) Descriptor() ([]byte, []int) + func (*GetHoverInfoRequest) ProtoMessage() + func (x *GetHoverInfoRequest) GetColumn() int32 + func (x *GetHoverInfoRequest) GetFile() string + func (x *GetHoverInfoRequest) GetLine() int32 + func (x *GetHoverInfoRequest) ProtoReflect() protoreflect.Message + func (x *GetHoverInfoRequest) Reset() + func (x *GetHoverInfoRequest) String() string + type GetHoverInfoResponse struct + Content string + Language string + Range *Location + func (*GetHoverInfoResponse) Descriptor() ([]byte, []int) + func (*GetHoverInfoResponse) ProtoMessage() + func (x *GetHoverInfoResponse) GetContent() string + func (x *GetHoverInfoResponse) GetLanguage() string + func (x *GetHoverInfoResponse) GetRange() *Location + func (x *GetHoverInfoResponse) ProtoReflect() protoreflect.Message + func (x *GetHoverInfoResponse) Reset() + func (x *GetHoverInfoResponse) String() string + type GetProjectInfoRequest struct + func (*GetProjectInfoRequest) Descriptor() ([]byte, []int) + func (*GetProjectInfoRequest) ProtoMessage() + func (x *GetProjectInfoRequest) ProtoReflect() protoreflect.Message + func (x *GetProjectInfoRequest) Reset() + func (x *GetProjectInfoRequest) String() string + type GetProjectInfoResponse struct + Dependencies []*Dependency + Error string + FileHashes map[string]string + Language string + LanguageVersion string + Module string + Packages []*PackageInfo + func (*GetProjectInfoResponse) Descriptor() ([]byte, []int) + func (*GetProjectInfoResponse) ProtoMessage() + func (x *GetProjectInfoResponse) GetDependencies() []*Dependency + func (x *GetProjectInfoResponse) GetError() string + func (x *GetProjectInfoResponse) GetFileHashes() map[string]string + func (x *GetProjectInfoResponse) GetLanguage() string + func (x *GetProjectInfoResponse) GetLanguageVersion() string + func (x *GetProjectInfoResponse) GetModule() string + func (x *GetProjectInfoResponse) GetPackages() []*PackageInfo + func (x *GetProjectInfoResponse) ProtoReflect() protoreflect.Message + func (x *GetProjectInfoResponse) Reset() + func (x *GetProjectInfoResponse) String() string + type GitBlameLine struct + Author string + Content string + Date string + Hash string + Line int32 + func (*GitBlameLine) Descriptor() ([]byte, []int) + func (*GitBlameLine) ProtoMessage() + func (x *GitBlameLine) GetAuthor() string + func (x *GitBlameLine) GetContent() string + func (x *GitBlameLine) GetDate() string + func (x *GitBlameLine) GetHash() string + func (x *GitBlameLine) GetLine() int32 + func (x *GitBlameLine) ProtoReflect() protoreflect.Message + func (x *GitBlameLine) Reset() + func (x *GitBlameLine) String() string + type GitBlameRequest struct + EndLine int32 + Path string + StartLine int32 + func (*GitBlameRequest) Descriptor() ([]byte, []int) + func (*GitBlameRequest) ProtoMessage() + func (x *GitBlameRequest) GetEndLine() int32 + func (x *GitBlameRequest) GetPath() string + func (x *GitBlameRequest) GetStartLine() int32 + func (x *GitBlameRequest) ProtoReflect() protoreflect.Message + func (x *GitBlameRequest) Reset() + func (x *GitBlameRequest) String() string + type GitBlameResponse struct + Error string + Lines []*GitBlameLine + func (*GitBlameResponse) Descriptor() ([]byte, []int) + func (*GitBlameResponse) ProtoMessage() + func (x *GitBlameResponse) GetError() string + func (x *GitBlameResponse) GetLines() []*GitBlameLine + func (x *GitBlameResponse) ProtoReflect() protoreflect.Message + func (x *GitBlameResponse) Reset() + func (x *GitBlameResponse) String() string + type GitCommit struct + Author string + Date string + FilesChanged int32 + Hash string + Message string + ShortHash string + func (*GitCommit) Descriptor() ([]byte, []int) + func (*GitCommit) ProtoMessage() + func (x *GitCommit) GetAuthor() string + func (x *GitCommit) GetDate() string + func (x *GitCommit) GetFilesChanged() int32 + func (x *GitCommit) GetHash() string + func (x *GitCommit) GetMessage() string + func (x *GitCommit) GetShortHash() string + func (x *GitCommit) ProtoReflect() protoreflect.Message + func (x *GitCommit) Reset() + func (x *GitCommit) String() string + type GitDiffFile struct + Additions int32 + Deletions int32 + Path string + Status string + func (*GitDiffFile) Descriptor() ([]byte, []int) + func (*GitDiffFile) ProtoMessage() + func (x *GitDiffFile) GetAdditions() int32 + func (x *GitDiffFile) GetDeletions() int32 + func (x *GitDiffFile) GetPath() string + func (x *GitDiffFile) GetStatus() string + func (x *GitDiffFile) ProtoReflect() protoreflect.Message + func (x *GitDiffFile) Reset() + func (x *GitDiffFile) String() string + type GitDiffRequest struct + BaseRef string + ContextLines int32 + HeadRef string + Path string + StatOnly bool + func (*GitDiffRequest) Descriptor() ([]byte, []int) + func (*GitDiffRequest) ProtoMessage() + func (x *GitDiffRequest) GetBaseRef() string + func (x *GitDiffRequest) GetContextLines() int32 + func (x *GitDiffRequest) GetHeadRef() string + func (x *GitDiffRequest) GetPath() string + func (x *GitDiffRequest) GetStatOnly() bool + func (x *GitDiffRequest) ProtoReflect() protoreflect.Message + func (x *GitDiffRequest) Reset() + func (x *GitDiffRequest) String() string + type GitDiffResponse struct + Diff string + Error string + Files []*GitDiffFile + func (*GitDiffResponse) Descriptor() ([]byte, []int) + func (*GitDiffResponse) ProtoMessage() + func (x *GitDiffResponse) GetDiff() string + func (x *GitDiffResponse) GetError() string + func (x *GitDiffResponse) GetFiles() []*GitDiffFile + func (x *GitDiffResponse) ProtoReflect() protoreflect.Message + func (x *GitDiffResponse) Reset() + func (x *GitDiffResponse) String() string + type GitLogRequest struct + MaxCount int32 + Path string + Ref string + Since string + func (*GitLogRequest) Descriptor() ([]byte, []int) + func (*GitLogRequest) ProtoMessage() + func (x *GitLogRequest) GetMaxCount() int32 + func (x *GitLogRequest) GetPath() string + func (x *GitLogRequest) GetRef() string + func (x *GitLogRequest) GetSince() string + func (x *GitLogRequest) ProtoReflect() protoreflect.Message + func (x *GitLogRequest) Reset() + func (x *GitLogRequest) String() string + type GitLogResponse struct + Commits []*GitCommit + Error string + func (*GitLogResponse) Descriptor() ([]byte, []int) + func (*GitLogResponse) ProtoMessage() + func (x *GitLogResponse) GetCommits() []*GitCommit + func (x *GitLogResponse) GetError() string + func (x *GitLogResponse) ProtoReflect() protoreflect.Message + func (x *GitLogResponse) Reset() + func (x *GitLogResponse) String() string + type GitShowRequest struct + Path string + Ref string + func (*GitShowRequest) Descriptor() ([]byte, []int) + func (*GitShowRequest) ProtoMessage() + func (x *GitShowRequest) GetPath() string + func (x *GitShowRequest) GetRef() string + func (x *GitShowRequest) ProtoReflect() protoreflect.Message + func (x *GitShowRequest) Reset() + func (x *GitShowRequest) String() string + type GitShowResponse struct + Content string + Error string + Exists bool + func (*GitShowResponse) Descriptor() ([]byte, []int) + func (*GitShowResponse) ProtoMessage() + func (x *GitShowResponse) GetContent() string + func (x *GitShowResponse) GetError() string + func (x *GitShowResponse) GetExists() bool + func (x *GitShowResponse) ProtoReflect() protoreflect.Message + func (x *GitShowResponse) Reset() + func (x *GitShowResponse) String() string + type GoToDefinitionRequest struct + Column int32 + File string + Line int32 + func (*GoToDefinitionRequest) Descriptor() ([]byte, []int) + func (*GoToDefinitionRequest) ProtoMessage() + func (x *GoToDefinitionRequest) GetColumn() int32 + func (x *GoToDefinitionRequest) GetFile() string + func (x *GoToDefinitionRequest) GetLine() int32 + func (x *GoToDefinitionRequest) ProtoReflect() protoreflect.Message + func (x *GoToDefinitionRequest) Reset() + func (x *GoToDefinitionRequest) String() string + type GoToDefinitionResponse struct + Locations []*Location + func (*GoToDefinitionResponse) Descriptor() ([]byte, []int) + func (*GoToDefinitionResponse) ProtoMessage() + func (x *GoToDefinitionResponse) GetLocations() []*Location + func (x *GoToDefinitionResponse) ProtoReflect() protoreflect.Message + func (x *GoToDefinitionResponse) Reset() + func (x *GoToDefinitionResponse) String() string + type ImplementsEdge struct + InterfaceId string + TypeId string + func (*ImplementsEdge) Descriptor() ([]byte, []int) + func (*ImplementsEdge) ProtoMessage() + func (x *ImplementsEdge) GetInterfaceId() string + func (x *ImplementsEdge) GetTypeId() string + func (x *ImplementsEdge) ProtoReflect() protoreflect.Message + func (x *ImplementsEdge) Reset() + func (x *ImplementsEdge) String() string + type ListDependenciesRequest struct + func (*ListDependenciesRequest) Descriptor() ([]byte, []int) + func (*ListDependenciesRequest) ProtoMessage() + func (x *ListDependenciesRequest) ProtoReflect() protoreflect.Message + func (x *ListDependenciesRequest) Reset() + func (x *ListDependenciesRequest) String() string + type ListDependenciesResponse struct + Dependencies []*Dependency + Error string + func (*ListDependenciesResponse) Descriptor() ([]byte, []int) + func (*ListDependenciesResponse) ProtoMessage() + func (x *ListDependenciesResponse) GetDependencies() []*Dependency + func (x *ListDependenciesResponse) GetError() string + func (x *ListDependenciesResponse) ProtoReflect() protoreflect.Message + func (x *ListDependenciesResponse) Reset() + func (x *ListDependenciesResponse) String() string + type ListFilesRequest struct + Extensions []string + Path string + Recursive bool + func (*ListFilesRequest) Descriptor() ([]byte, []int) + func (*ListFilesRequest) ProtoMessage() + func (x *ListFilesRequest) GetExtensions() []string + func (x *ListFilesRequest) GetPath() string + func (x *ListFilesRequest) GetRecursive() bool + func (x *ListFilesRequest) ProtoReflect() protoreflect.Message + func (x *ListFilesRequest) Reset() + func (x *ListFilesRequest) String() string + type ListFilesResponse struct + Files []*FileInfo + func (*ListFilesResponse) Descriptor() ([]byte, []int) + func (*ListFilesResponse) ProtoMessage() + func (x *ListFilesResponse) GetFiles() []*FileInfo + func (x *ListFilesResponse) ProtoReflect() protoreflect.Message + func (x *ListFilesResponse) Reset() + func (x *ListFilesResponse) String() string + type ListSymbolsRequest struct + File string + func (*ListSymbolsRequest) Descriptor() ([]byte, []int) + func (*ListSymbolsRequest) ProtoMessage() + func (x *ListSymbolsRequest) GetFile() string + func (x *ListSymbolsRequest) ProtoReflect() protoreflect.Message + func (x *ListSymbolsRequest) Reset() + func (x *ListSymbolsRequest) String() string + type ListSymbolsResponse struct + Status *ListSymbolsStatus + Symbols []*Symbol + func (*ListSymbolsResponse) Descriptor() ([]byte, []int) + func (*ListSymbolsResponse) ProtoMessage() + func (x *ListSymbolsResponse) GetStatus() *ListSymbolsStatus + func (x *ListSymbolsResponse) GetSymbols() []*Symbol + func (x *ListSymbolsResponse) ProtoReflect() protoreflect.Message + func (x *ListSymbolsResponse) Reset() + func (x *ListSymbolsResponse) String() string + type ListSymbolsStatus struct + Message string + State ListSymbolsStatus_Status + func (*ListSymbolsStatus) Descriptor() ([]byte, []int) + func (*ListSymbolsStatus) ProtoMessage() + func (x *ListSymbolsStatus) GetMessage() string + func (x *ListSymbolsStatus) GetState() ListSymbolsStatus_Status + func (x *ListSymbolsStatus) ProtoReflect() protoreflect.Message + func (x *ListSymbolsStatus) Reset() + func (x *ListSymbolsStatus) String() string + type ListSymbolsStatus_Status int32 + const ListSymbolsStatus_ERROR + const ListSymbolsStatus_SUCCESS + const ListSymbolsStatus_UNKNOWN + func (ListSymbolsStatus_Status) Descriptor() protoreflect.EnumDescriptor + func (ListSymbolsStatus_Status) EnumDescriptor() ([]byte, []int) + func (ListSymbolsStatus_Status) Type() protoreflect.EnumType + func (x ListSymbolsStatus_Status) Enum() *ListSymbolsStatus_Status + func (x ListSymbolsStatus_Status) Number() protoreflect.EnumNumber + func (x ListSymbolsStatus_Status) String() string + type Location struct + Column int32 + EndColumn int32 + EndLine int32 + File string + Line int32 + func (*Location) Descriptor() ([]byte, []int) + func (*Location) ProtoMessage() + func (x *Location) GetColumn() int32 + func (x *Location) GetEndColumn() int32 + func (x *Location) GetEndLine() int32 + func (x *Location) GetFile() string + func (x *Location) GetLine() int32 + func (x *Location) ProtoReflect() protoreflect.Message + func (x *Location) Reset() + func (x *Location) String() string + type MoveFileRequest struct + NewPath string + OldPath string + UpdateImports bool + func (*MoveFileRequest) Descriptor() ([]byte, []int) + func (*MoveFileRequest) ProtoMessage() + func (x *MoveFileRequest) GetNewPath() string + func (x *MoveFileRequest) GetOldPath() string + func (x *MoveFileRequest) GetUpdateImports() bool + func (x *MoveFileRequest) ProtoReflect() protoreflect.Message + func (x *MoveFileRequest) Reset() + func (x *MoveFileRequest) String() string + type MoveFileResponse struct + Error string + Success bool + UpdatedFiles []string + func (*MoveFileResponse) Descriptor() ([]byte, []int) + func (*MoveFileResponse) ProtoMessage() + func (x *MoveFileResponse) GetError() string + func (x *MoveFileResponse) GetSuccess() bool + func (x *MoveFileResponse) GetUpdatedFiles() []string + func (x *MoveFileResponse) ProtoReflect() protoreflect.Message + func (x *MoveFileResponse) Reset() + func (x *MoveFileResponse) String() string + type PackageInfo struct + Doc string + Files []string + Imports []string + Name string + RelativePath string + func (*PackageInfo) Descriptor() ([]byte, []int) + func (*PackageInfo) ProtoMessage() + func (x *PackageInfo) GetDoc() string + func (x *PackageInfo) GetFiles() []string + func (x *PackageInfo) GetImports() []string + func (x *PackageInfo) GetName() string + func (x *PackageInfo) GetRelativePath() string + func (x *PackageInfo) ProtoReflect() protoreflect.Message + func (x *PackageInfo) Reset() + func (x *PackageInfo) String() string + type ReadFileRequest struct + Path string + func (*ReadFileRequest) Descriptor() ([]byte, []int) + func (*ReadFileRequest) ProtoMessage() + func (x *ReadFileRequest) GetPath() string + func (x *ReadFileRequest) ProtoReflect() protoreflect.Message + func (x *ReadFileRequest) Reset() + func (x *ReadFileRequest) String() string + type ReadFileResponse struct + Content string + Exists bool + func (*ReadFileResponse) Descriptor() ([]byte, []int) + func (*ReadFileResponse) ProtoMessage() + func (x *ReadFileResponse) GetContent() string + func (x *ReadFileResponse) GetExists() bool + func (x *ReadFileResponse) ProtoReflect() protoreflect.Message + func (x *ReadFileResponse) Reset() + func (x *ReadFileResponse) String() string + type RemoveDependencyRequest struct + PackageName string + func (*RemoveDependencyRequest) Descriptor() ([]byte, []int) + func (*RemoveDependencyRequest) ProtoMessage() + func (x *RemoveDependencyRequest) GetPackageName() string + func (x *RemoveDependencyRequest) ProtoReflect() protoreflect.Message + func (x *RemoveDependencyRequest) Reset() + func (x *RemoveDependencyRequest) String() string + type RemoveDependencyResponse struct + Error string + Success bool + func (*RemoveDependencyResponse) Descriptor() ([]byte, []int) + func (*RemoveDependencyResponse) ProtoMessage() + func (x *RemoveDependencyResponse) GetError() string + func (x *RemoveDependencyResponse) GetSuccess() bool + func (x *RemoveDependencyResponse) ProtoReflect() protoreflect.Message + func (x *RemoveDependencyResponse) Reset() + func (x *RemoveDependencyResponse) String() string + type RenameSymbolRequest struct + Column int32 + File string + Line int32 + NewName string + func (*RenameSymbolRequest) Descriptor() ([]byte, []int) + func (*RenameSymbolRequest) ProtoMessage() + func (x *RenameSymbolRequest) GetColumn() int32 + func (x *RenameSymbolRequest) GetFile() string + func (x *RenameSymbolRequest) GetLine() int32 + func (x *RenameSymbolRequest) GetNewName() string + func (x *RenameSymbolRequest) ProtoReflect() protoreflect.Message + func (x *RenameSymbolRequest) Reset() + func (x *RenameSymbolRequest) String() string + type RenameSymbolResponse struct + Edits []*TextEdit + Error string + Files []string + Success bool + func (*RenameSymbolResponse) Descriptor() ([]byte, []int) + func (*RenameSymbolResponse) ProtoMessage() + func (x *RenameSymbolResponse) GetEdits() []*TextEdit + func (x *RenameSymbolResponse) GetError() string + func (x *RenameSymbolResponse) GetFiles() []string + func (x *RenameSymbolResponse) GetSuccess() bool + func (x *RenameSymbolResponse) ProtoReflect() protoreflect.Message + func (x *RenameSymbolResponse) Reset() + func (x *RenameSymbolResponse) String() string + type SearchMatch struct + ContextAfter []string + ContextBefore []string + File string + Line int32 + Text string + func (*SearchMatch) Descriptor() ([]byte, []int) + func (*SearchMatch) ProtoMessage() + func (x *SearchMatch) GetContextAfter() []string + func (x *SearchMatch) GetContextBefore() []string + func (x *SearchMatch) GetFile() string + func (x *SearchMatch) GetLine() int32 + func (x *SearchMatch) GetText() string + func (x *SearchMatch) ProtoReflect() protoreflect.Message + func (x *SearchMatch) Reset() + func (x *SearchMatch) String() string + type SearchRequest struct + CaseInsensitive bool + ContextLines int32 + Exclude []string + Extensions []string + Literal bool + MaxResults int32 + Path string + Pattern string + func (*SearchRequest) Descriptor() ([]byte, []int) + func (*SearchRequest) ProtoMessage() + func (x *SearchRequest) GetCaseInsensitive() bool + func (x *SearchRequest) GetContextLines() int32 + func (x *SearchRequest) GetExclude() []string + func (x *SearchRequest) GetExtensions() []string + func (x *SearchRequest) GetLiteral() bool + func (x *SearchRequest) GetMaxResults() int32 + func (x *SearchRequest) GetPath() string + func (x *SearchRequest) GetPattern() string + func (x *SearchRequest) ProtoReflect() protoreflect.Message + func (x *SearchRequest) Reset() + func (x *SearchRequest) String() string + type SearchResponse struct + Matches []*SearchMatch + TotalMatches int32 + Truncated bool + func (*SearchResponse) Descriptor() ([]byte, []int) + func (*SearchResponse) ProtoMessage() + func (x *SearchResponse) GetMatches() []*SearchMatch + func (x *SearchResponse) GetTotalMatches() int32 + func (x *SearchResponse) GetTruncated() bool + func (x *SearchResponse) ProtoReflect() protoreflect.Message + func (x *SearchResponse) Reset() + func (x *SearchResponse) String() string + type ShellExecRequest struct + Args []string + Command string + Env []string + TimeoutSeconds int32 + WorkDir string + func (*ShellExecRequest) Descriptor() ([]byte, []int) + func (*ShellExecRequest) ProtoMessage() + func (x *ShellExecRequest) GetArgs() []string + func (x *ShellExecRequest) GetCommand() string + func (x *ShellExecRequest) GetEnv() []string + func (x *ShellExecRequest) GetTimeoutSeconds() int32 + func (x *ShellExecRequest) GetWorkDir() string + func (x *ShellExecRequest) ProtoReflect() protoreflect.Message + func (x *ShellExecRequest) Reset() + func (x *ShellExecRequest) String() string + type ShellExecResponse struct + Error string + ExitCode int32 + Stderr string + Stdout string + TimedOut bool + func (*ShellExecResponse) Descriptor() ([]byte, []int) + func (*ShellExecResponse) ProtoMessage() + func (x *ShellExecResponse) GetError() string + func (x *ShellExecResponse) GetExitCode() int32 + func (x *ShellExecResponse) GetStderr() string + func (x *ShellExecResponse) GetStdout() string + func (x *ShellExecResponse) GetTimedOut() bool + func (x *ShellExecResponse) ProtoReflect() protoreflect.Message + func (x *ShellExecResponse) Reset() + func (x *ShellExecResponse) String() string + type Symbol struct + BodyHash string + Children []*Symbol + Documentation string + Kind SymbolKind + Location *Location + Name string + Parent string + QualifiedName string + Signature string + SignatureHash string + func (*Symbol) Descriptor() ([]byte, []int) + func (*Symbol) ProtoMessage() + func (x *Symbol) GetBodyHash() string + func (x *Symbol) GetChildren() []*Symbol + func (x *Symbol) GetDocumentation() string + func (x *Symbol) GetKind() SymbolKind + func (x *Symbol) GetLocation() *Location + func (x *Symbol) GetName() string + func (x *Symbol) GetParent() string + func (x *Symbol) GetQualifiedName() string + func (x *Symbol) GetSignature() string + func (x *Symbol) GetSignatureHash() string + func (x *Symbol) ProtoReflect() protoreflect.Message + func (x *Symbol) Reset() + func (x *Symbol) String() string + type SymbolKind int32 + const SymbolKind_SYMBOL_KIND_CLASS + const SymbolKind_SYMBOL_KIND_CONSTANT + const SymbolKind_SYMBOL_KIND_ENUM + const SymbolKind_SYMBOL_KIND_FIELD + const SymbolKind_SYMBOL_KIND_FUNCTION + const SymbolKind_SYMBOL_KIND_INTERFACE + const SymbolKind_SYMBOL_KIND_METHOD + const SymbolKind_SYMBOL_KIND_PACKAGE + const SymbolKind_SYMBOL_KIND_STRUCT + const SymbolKind_SYMBOL_KIND_TYPE_ALIAS + const SymbolKind_SYMBOL_KIND_UNKNOWN + const SymbolKind_SYMBOL_KIND_VARIABLE + func (SymbolKind) Descriptor() protoreflect.EnumDescriptor + func (SymbolKind) EnumDescriptor() ([]byte, []int) + func (SymbolKind) Type() protoreflect.EnumType + func (x SymbolKind) Enum() *SymbolKind + func (x SymbolKind) Number() protoreflect.EnumNumber + func (x SymbolKind) String() string + type TextEdit struct + EndColumn int32 + EndLine int32 + File string + NewText string + StartColumn int32 + StartLine int32 + func (*TextEdit) Descriptor() ([]byte, []int) + func (*TextEdit) ProtoMessage() + func (x *TextEdit) GetEndColumn() int32 + func (x *TextEdit) GetEndLine() int32 + func (x *TextEdit) GetFile() string + func (x *TextEdit) GetNewText() string + func (x *TextEdit) GetStartColumn() int32 + func (x *TextEdit) GetStartLine() int32 + func (x *TextEdit) ProtoReflect() protoreflect.Message + func (x *TextEdit) Reset() + func (x *TextEdit) String() string + type UnimplementedCodeServer struct + func (UnimplementedCodeServer) AddDependency(context.Context, *AddDependencyRequest) (*AddDependencyResponse, error) + func (UnimplementedCodeServer) ApplyEdit(context.Context, *ApplyEditRequest) (*ApplyEditResponse, error) + func (UnimplementedCodeServer) Execute(context.Context, *CodeRequest) (*CodeResponse, error) + func (UnimplementedCodeServer) FindReferences(context.Context, *FindReferencesRequest) (*FindReferencesResponse, error) + func (UnimplementedCodeServer) Fix(context.Context, *FixRequest) (*FixResponse, error) + func (UnimplementedCodeServer) GetCallGraph(context.Context, *GetCallGraphRequest) (*GetCallGraphResponse, error) + func (UnimplementedCodeServer) GetDiagnostics(context.Context, *GetDiagnosticsRequest) (*GetDiagnosticsResponse, error) + func (UnimplementedCodeServer) GetHoverInfo(context.Context, *GetHoverInfoRequest) (*GetHoverInfoResponse, error) + func (UnimplementedCodeServer) GetProjectInfo(context.Context, *GetProjectInfoRequest) (*GetProjectInfoResponse, error) + func (UnimplementedCodeServer) GoToDefinition(context.Context, *GoToDefinitionRequest) (*GoToDefinitionResponse, error) + func (UnimplementedCodeServer) ListDependencies(context.Context, *ListDependenciesRequest) (*ListDependenciesResponse, error) + func (UnimplementedCodeServer) ListSymbols(context.Context, *ListSymbolsRequest) (*ListSymbolsResponse, error) + func (UnimplementedCodeServer) RemoveDependency(context.Context, *RemoveDependencyRequest) (*RemoveDependencyResponse, error) + func (UnimplementedCodeServer) RenameSymbol(context.Context, *RenameSymbolRequest) (*RenameSymbolResponse, error) + func (UnimplementedCodeServer) ShellExec(context.Context, *ShellExecRequest) (*ShellExecResponse, error) + type UnsafeCodeServer interface + type WriteFileRequest struct + Content string + Path string + func (*WriteFileRequest) Descriptor() ([]byte, []int) + func (*WriteFileRequest) ProtoMessage() + func (x *WriteFileRequest) GetContent() string + func (x *WriteFileRequest) GetPath() string + func (x *WriteFileRequest) ProtoReflect() protoreflect.Message + func (x *WriteFileRequest) Reset() + func (x *WriteFileRequest) String() string + type WriteFileResponse struct + Error string + Success bool + func (*WriteFileResponse) Descriptor() ([]byte, []int) + func (*WriteFileResponse) ProtoMessage() + func (x *WriteFileResponse) GetError() string + func (x *WriteFileResponse) GetSuccess() bool + func (x *WriteFileResponse) ProtoReflect() protoreflect.Message + func (x *WriteFileResponse) Reset() + func (x *WriteFileResponse) String() string