helper

package
v0.73.0-dev.1 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filesystem

type Filesystem struct{}

func NewFilesystem

func NewFilesystem() Filesystem

func (Filesystem) Create

func (f Filesystem) Create(path string) (io.WriteCloser, error)

func (Filesystem) Open

func (f Filesystem) Open(path string) (io.ReadCloser, error)

func (Filesystem) Remove

func (f Filesystem) Remove(path string) error

func (Filesystem) Walk

func (f Filesystem) Walk(root string, walkFn filepath.WalkFunc) error

Jump to

Keyboard shortcuts

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