fileManager

package
v0.0.0-...-eddeded Latest Latest
Warning

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

Go to latest
Published: May 19, 2019 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	Name     string
	Size     int64
	Mode     os.FileMode
	ModTime  time.Time
	IsDir    bool
	FileType string
}

type FileManager

type FileManager struct {
	Files []File
	Dirs  []File
	Root  string
}

func NewFileManager

func NewFileManager(url string, documentRoot string) FileManager

func (*FileManager) ReadDir

func (d *FileManager) ReadDir()

Jump to

Keyboard shortcuts

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