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 Tooling_AddDependency_FullMethodName + const Tooling_ApplyEdit_FullMethodName + const Tooling_Build_FullMethodName + const Tooling_FindReferences_FullMethodName + const Tooling_Fix_FullMethodName + const Tooling_GetCallGraph_FullMethodName + const Tooling_GetCompletions_FullMethodName + const Tooling_GetDiagnostics_FullMethodName + const Tooling_GetHoverInfo_FullMethodName + const Tooling_GetProjectInfo_FullMethodName + const Tooling_GoToDefinition_FullMethodName + const Tooling_Lint_FullMethodName + const Tooling_ListDependencies_FullMethodName + const Tooling_ListSymbols_FullMethodName + const Tooling_RemoveDependency_FullMethodName + const Tooling_RenameSymbol_FullMethodName + const Tooling_Test_FullMethodName + 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_tooling_v0_tooling_proto protoreflect.FileDescriptor + var SymbolKind_name = map[int32]string + var SymbolKind_value = map[string]int32 + var Tooling_ServiceDesc = grpc.ServiceDesc + func RegisterToolingServer(s grpc.ServiceRegistrar, srv ToolingServer) + 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 BuildRequest struct + func (*BuildRequest) Descriptor() ([]byte, []int) + func (*BuildRequest) ProtoMessage() + func (x *BuildRequest) ProtoReflect() protoreflect.Message + func (x *BuildRequest) Reset() + func (x *BuildRequest) String() string + type BuildResponse struct + Diagnostics []*Diagnostic + Output string + Success bool + func (*BuildResponse) Descriptor() ([]byte, []int) + func (*BuildResponse) ProtoMessage() + func (x *BuildResponse) GetDiagnostics() []*Diagnostic + func (x *BuildResponse) GetOutput() string + func (x *BuildResponse) GetSuccess() bool + func (x *BuildResponse) ProtoReflect() protoreflect.Message + func (x *BuildResponse) Reset() + func (x *BuildResponse) 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 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_CONSTANT + const CompletionKind_COMPLETION_KIND_CONSTRUCTOR + const CompletionKind_COMPLETION_KIND_ENUM + const CompletionKind_COMPLETION_KIND_FIELD + 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_PROPERTY + 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_UNKNOWN + 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 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 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 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 LintRequest struct + File string + func (*LintRequest) Descriptor() ([]byte, []int) + func (*LintRequest) ProtoMessage() + func (x *LintRequest) GetFile() string + func (x *LintRequest) ProtoReflect() protoreflect.Message + func (x *LintRequest) Reset() + func (x *LintRequest) String() string + type LintResponse struct + Diagnostics []*Diagnostic + Output string + Success bool + func (*LintResponse) Descriptor() ([]byte, []int) + func (*LintResponse) ProtoMessage() + func (x *LintResponse) GetDiagnostics() []*Diagnostic + func (x *LintResponse) GetOutput() string + func (x *LintResponse) GetSuccess() bool + func (x *LintResponse) ProtoReflect() protoreflect.Message + func (x *LintResponse) Reset() + func (x *LintResponse) 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 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 + Symbols []*Symbol + func (*ListSymbolsResponse) Descriptor() ([]byte, []int) + func (*ListSymbolsResponse) ProtoMessage() + func (x *ListSymbolsResponse) GetSymbols() []*Symbol + func (x *ListSymbolsResponse) ProtoReflect() protoreflect.Message + func (x *ListSymbolsResponse) Reset() + func (x *ListSymbolsResponse) 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 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 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 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 TestRequest struct + Path string + Verbose bool + func (*TestRequest) Descriptor() ([]byte, []int) + func (*TestRequest) ProtoMessage() + func (x *TestRequest) GetPath() string + func (x *TestRequest) GetVerbose() bool + func (x *TestRequest) ProtoReflect() protoreflect.Message + func (x *TestRequest) Reset() + func (x *TestRequest) String() string + type TestResponse struct + CoveragePct float32 + Failures []string + Output string + Success bool + TestsFailed int32 + TestsPassed int32 + TestsRun int32 + TestsSkipped int32 + func (*TestResponse) Descriptor() ([]byte, []int) + func (*TestResponse) ProtoMessage() + func (x *TestResponse) GetCoveragePct() float32 + func (x *TestResponse) GetFailures() []string + func (x *TestResponse) GetOutput() string + func (x *TestResponse) GetSuccess() bool + func (x *TestResponse) GetTestsFailed() int32 + func (x *TestResponse) GetTestsPassed() int32 + func (x *TestResponse) GetTestsRun() int32 + func (x *TestResponse) GetTestsSkipped() int32 + func (x *TestResponse) ProtoReflect() protoreflect.Message + func (x *TestResponse) Reset() + func (x *TestResponse) 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 ToolingClient 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) + Build func(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, 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) + GetCompletions func(ctx context.Context, in *GetCompletionsRequest, opts ...grpc.CallOption) (*GetCompletionsResponse, 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) + Lint func(ctx context.Context, in *LintRequest, opts ...grpc.CallOption) (*LintResponse, 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) + Test func(ctx context.Context, in *TestRequest, opts ...grpc.CallOption) (*TestResponse, error) + func NewToolingClient(cc grpc.ClientConnInterface) ToolingClient + type ToolingServer interface + AddDependency func(context.Context, *AddDependencyRequest) (*AddDependencyResponse, error) + ApplyEdit func(context.Context, *ApplyEditRequest) (*ApplyEditResponse, error) + Build func(context.Context, *BuildRequest) (*BuildResponse, error) + FindReferences func(context.Context, *FindReferencesRequest) (*FindReferencesResponse, error) + Fix func(context.Context, *FixRequest) (*FixResponse, error) + GetCallGraph func(context.Context, *GetCallGraphRequest) (*GetCallGraphResponse, error) + GetCompletions func(context.Context, *GetCompletionsRequest) (*GetCompletionsResponse, 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) + Lint func(context.Context, *LintRequest) (*LintResponse, 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) + Test func(context.Context, *TestRequest) (*TestResponse, error) + type UnimplementedToolingServer struct + func (UnimplementedToolingServer) AddDependency(context.Context, *AddDependencyRequest) (*AddDependencyResponse, error) + func (UnimplementedToolingServer) ApplyEdit(context.Context, *ApplyEditRequest) (*ApplyEditResponse, error) + func (UnimplementedToolingServer) Build(context.Context, *BuildRequest) (*BuildResponse, error) + func (UnimplementedToolingServer) FindReferences(context.Context, *FindReferencesRequest) (*FindReferencesResponse, error) + func (UnimplementedToolingServer) Fix(context.Context, *FixRequest) (*FixResponse, error) + func (UnimplementedToolingServer) GetCallGraph(context.Context, *GetCallGraphRequest) (*GetCallGraphResponse, error) + func (UnimplementedToolingServer) GetCompletions(context.Context, *GetCompletionsRequest) (*GetCompletionsResponse, error) + func (UnimplementedToolingServer) GetDiagnostics(context.Context, *GetDiagnosticsRequest) (*GetDiagnosticsResponse, error) + func (UnimplementedToolingServer) GetHoverInfo(context.Context, *GetHoverInfoRequest) (*GetHoverInfoResponse, error) + func (UnimplementedToolingServer) GetProjectInfo(context.Context, *GetProjectInfoRequest) (*GetProjectInfoResponse, error) + func (UnimplementedToolingServer) GoToDefinition(context.Context, *GoToDefinitionRequest) (*GoToDefinitionResponse, error) + func (UnimplementedToolingServer) Lint(context.Context, *LintRequest) (*LintResponse, error) + func (UnimplementedToolingServer) ListDependencies(context.Context, *ListDependenciesRequest) (*ListDependenciesResponse, error) + func (UnimplementedToolingServer) ListSymbols(context.Context, *ListSymbolsRequest) (*ListSymbolsResponse, error) + func (UnimplementedToolingServer) RemoveDependency(context.Context, *RemoveDependencyRequest) (*RemoveDependencyResponse, error) + func (UnimplementedToolingServer) RenameSymbol(context.Context, *RenameSymbolRequest) (*RenameSymbolResponse, error) + func (UnimplementedToolingServer) Test(context.Context, *TestRequest) (*TestResponse, error) + type UnsafeToolingServer interface