file

package
v0.0.0-...-9645bb5 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2023 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 File

File override os.File interface of golang with RW interfaces

type FileHelper

type FileHelper interface {
	Stat(path string) (os.FileInfo, error)
	IsNotExist(err error) bool
	MkdirAll(path string, perm os.FileMode) error
}

FileHelper override static functions of os package

type FileInfo

type FileInfo interface {
	fs.FileInfo
}

FileInfo override fs.FileInfo interface of golang with RW interfaces

Jump to

Keyboard shortcuts

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