app

package
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2019 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DirRoot = ""
)

META

Variables

This section is empty.

Functions

func Execute

func Execute(
	args []string,
	primaryIndexCandidates, indexExtensions []string,
	customCachePath string, refresh time.Duration,
	versionTerraform string,
	versionTerragrunt string,
)

Types

type Dir

type Dir struct {
	// contains filtered or unexported fields
}

func (Dir) Attr

func (d Dir) Attr(ctx context.Context, a *fuse.Attr) error

func (Dir) Lookup

func (d Dir) Lookup(ctx context.Context, name string) (fs.Node, error)

func (Dir) ReadDirAll

func (d Dir) ReadDirAll(ctx context.Context) ([]fuse.Dirent, error)

type FS

type FS struct {
	// contains filtered or unexported fields
}

func (FS) Root

func (fs FS) Root() (fs.Node, error)

type File

type File struct {
	// contains filtered or unexported fields
}

File implements both Node and Handle for the hello file.

func (File) Attr

func (f File) Attr(ctx context.Context, a *fuse.Attr) error

func (File) Open

func (f File) Open(ctx context.Context, req *fuse.OpenRequest, resp *fuse.OpenResponse) (fs.Handle, error)

func (File) Read

func (f File) Read(ctx context.Context, req *fuse.ReadRequest, resp *fuse.ReadResponse) error

func (File) Release

func (f File) Release(ctx context.Context, req *fuse.ReleaseRequest) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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