file

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Directory

type Directory struct {
	Parent         string   `json:"parent"`
	Name           string   `json:"name"`
	SubDirectories []string `json:"subdirectories"`
}

type Explorer

type Explorer struct {
}

func (*Explorer) GetDirectory

func (fe *Explorer) GetDirectory(path string) (dirs []Directory)

type Service

type Service interface {
	GetDirectory(dirPath string) []Directory
}

Jump to

Keyboard shortcuts

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