package
Version:
v0.0.0-...-8b3e11c
Opens a new window with list of versions in this module.
Published: Feb 7, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package outline implements the file outlining tool.
GetOutline loads a file and returns its outline, list of imports, and build errors.
Register registers the code_outline tool with the server.
type Params struct {
Filename string `json:"filename" jsonschema:"Absolute path to the Go file to outline"`
}
Params defines the input parameters.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.