package
Version:
v0.0.59
Opens a new window with list of versions in this module.
Published: Jul 18, 2025
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BashSession struct {
}
type FileNode struct {
Name string `json:"name"`
Path string `json:"path"`
IsDir bool `json:"isDir"`
Children []*FileNode `json:"children,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.