iohandlers

package
v0.0.0-...-3ca0712 Latest Latest
Warning

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

Go to latest
Published: May 16, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dir

type Dir struct {
	Path string
}

func (*Dir) Create

func (d *Dir) Create() error

type DirHandler

type DirHandler interface {
	Create() error
}

type File

type File struct {
	Path        string
	Permissions os.FileMode
}

func (*File) WriteNew

func (f *File) WriteNew(bufRc *bufio.Reader) error

type FileHandler

type FileHandler interface {
	WriteNew(bufRc *bufio.Reader) error
}

Jump to

Keyboard shortcuts

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