Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorFileNotFound ¶
type ErrorFileNotFound struct {
// contains filtered or unexported fields
}
func NewErrorFileNotFound ¶
func NewErrorFileNotFound(filename string) *ErrorFileNotFound
func (ErrorFileNotFound) Error ¶
func (e ErrorFileNotFound) Error() string
type ErrorFilenameIsEmpty ¶
type ErrorFilenameIsEmpty struct{}
func NewErrorFilenameIsEmpty ¶
func NewErrorFilenameIsEmpty() *ErrorFilenameIsEmpty
func (ErrorFilenameIsEmpty) Error ¶
func (e ErrorFilenameIsEmpty) Error() string
type ErrorIsDirectory ¶
type ErrorIsDirectory struct {
// contains filtered or unexported fields
}
func NewErrorIsDirectory ¶
func NewErrorIsDirectory(filename string) *ErrorIsDirectory
func (ErrorIsDirectory) Error ¶
func (e ErrorIsDirectory) Error() string
Click to show internal directories.
Click to hide internal directories.