Documentation ¶ Index ¶ func SelectEntry(remote string, path []string, entries []Entry) (string, error) func SelectFileAction(remote string, path []string) (string, error) func SelectRemote(remotes []string) (string, error) type Entry func ConvertEntries(entries fs.DirEntries) []Entry Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SelectEntry ¶ func SelectEntry(remote string, path []string, entries []Entry) (string, error) func SelectFileAction ¶ func SelectFileAction(remote string, path []string) (string, error) func SelectRemote ¶ func SelectRemote(remotes []string) (string, error) Types ¶ type Entry ¶ type Entry struct { Description string Remote string Size int64 Time string } func ConvertEntries ¶ func ConvertEntries(entries fs.DirEntries) []Entry Source Files ¶ View all Source files bellskipper.gohelpers.gopromt.go Click to show internal directories. Click to hide internal directories.