Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalDirReader ¶
type LocalDirReader struct{}
func NewLocalDirReader ¶
func NewLocalDirReader() *LocalDirReader
func (*LocalDirReader) ReadDir ¶
func (r *LocalDirReader) ReadDir(dirName string) ([]fs.DirEntry, error)
type SshDirReader ¶
type SshDirReader struct {
// contains filtered or unexported fields
}
func NewSshDirReader ¶
Click to show internal directories.
Click to hide internal directories.