file

package
v0.0.0-...-e754585 Latest Latest
Warning

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

Go to latest
Published: May 29, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrFilePathIsEmpty is the error returned when the file path is empty.
	ErrFilePathIsEmpty = errors.New("file path is empty")
	// ErrTxFileIsEmpty is the error returned when the file is empty.
	ErrTxFileIsEmpty = errors.New("file is empty")
	// ErrFileCouldNotBeOpened is the error returned when the file could not be opened.
	ErrFileCouldNotBeOpened = errors.New("file could not be opened")
	// ErrFileReaderIsEmpty is the error returned when the file reader is empty.
	ErrFileReaderIsEmpty = errors.New("file reader is empty")
	// ErrFileCouldNotBeRead is the error returned when the file could not be read.
	ErrFileCouldNotBeRead = errors.New("file could not be read")
	// ErrFileLineIsInvalid is the error returned when the file line is invalid.
	ErrFileLineIsInvalid = errors.New("file line is invalid")
	// ErrAccountUseCasesIsEmpty
	ErrAccountUseCasesIsEmpty = errors.New("account use cases is empty")
	// ErrFileIsEmpty is the error returned when the file is empty.
	ErrFileIsEmpty = errors.New("file is empty")
	// ErrNilFileUseCases is the error returned when the file use cases is nil.
	ErrNilFileUseCases = errors.New("file use cases is nil")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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