ls

package
v0.0.0-...-6fc3f10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2021 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(task structs.Task)

Types

type DirectoryEntries

type DirectoryEntries struct {
	Entries []FileData `json:"entries"`
}

type FileData

type FileData struct {
	Filename     string `json:"Filename"`
	FileSize     int64  `json:"Size"`
	LastModified string `json:"Lastmodified"`
	Directory    bool   `json:"IsDir"`
	Permissions  string `json:"Permissions"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL