Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrPathTraversal is returned when a path traversal attempt is detected ErrPathTraversal = errors.New("path traversal detected") // ErrInvalidImportName is returned when an import name is invalid ErrInvalidImportName = errors.New("invalid import name") )
Functions ¶
This section is empty.
Types ¶
type Manager ¶
Manager handles prompt library resolution and loading
func NewManager ¶
NewManager creates a new library manager
func (*Manager) ListLibraries ¶
ListLibraries returns all available libraries organized by source
Click to show internal directories.
Click to hide internal directories.