Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CellNotFoundError ¶
type CellNotFoundError struct {
// contains filtered or unexported fields
}
func NewCellNotFoundError ¶
func NewCellNotFoundError(row uint32, col uint32) *CellNotFoundError
func (*CellNotFoundError) Error ¶
func (c *CellNotFoundError) Error() string
type FdNotFoundError ¶
type FdNotFoundError struct {
// contains filtered or unexported fields
}
func NewFdNotFoundError ¶
func NewFdNotFoundError(fd uint64) *FdNotFoundError
func (*FdNotFoundError) Error ¶
func (f *FdNotFoundError) Error() string
type FileExistsError ¶
type FileExistsError struct {
// contains filtered or unexported fields
}
func NewFileExistsError ¶
func NewFileExistsError(filename string) *FileExistsError
func (*FileExistsError) Error ¶
func (f *FileExistsError) Error() string
type FileNotFoundError ¶
type FileNotFoundError struct {
// contains filtered or unexported fields
}
func NewFileNotFoundError ¶
func NewFileNotFoundError(filename string) *FileNotFoundError
func (*FileNotFoundError) Error ¶
func (f *FileNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.