fs

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FS

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

func New

func New(workingDir string) (*FS, error)

func (*FS) Exists

func (fs *FS) Exists(path string) bool

func (*FS) Get

func (fs *FS) Get(path string) ([]byte, error)

func (*FS) GetSrcFiles

func (fs *FS) GetSrcFiles(step string) ([]Object, error)

TODO support globbing

type Object

type Object struct {
	Path string
	Sha  string
}

Jump to

Keyboard shortcuts

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