Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnDoNotExistError ¶
type ColumnDoNotExistError struct {
// contains filtered or unexported fields
}
func ColumnDoNotExist ¶
func ColumnDoNotExist(name string) *ColumnDoNotExistError
func (*ColumnDoNotExistError) Name ¶
func (e *ColumnDoNotExistError) Name() string
type ColumnsLengthError ¶
type ColumnsLengthError struct {
// contains filtered or unexported fields
}
func ColumnsLength ¶
func ColumnsLength() *ColumnsLengthError
type FileDoNotExistError ¶
type FileDoNotExistError struct {
// contains filtered or unexported fields
}
func FileDoNotExist ¶
func FileDoNotExist(path string) *FileDoNotExistError
type NotARegularCSVFileError ¶
type NotARegularCSVFileError struct {
// contains filtered or unexported fields
}
func NotARegularCSVFile ¶
func NotARegularCSVFile(path string) *NotARegularCSVFileError
type NotARegularJSONFileError ¶
type NotARegularJSONFileError struct {
// contains filtered or unexported fields
}
func NotARegularJSONFile ¶
func NotARegularJSONFile(path string) *NotARegularJSONFileError
type NotGotableJSONFormatError ¶
type NotGotableJSONFormatError struct {
// contains filtered or unexported fields
}
func NotGotableJSONFormat ¶
func NotGotableJSONFormat(path string) *NotGotableJSONFormatError
type RowLengthNotEqualColumnsError ¶
type RowLengthNotEqualColumnsError struct {
// contains filtered or unexported fields
}
func RowLengthNotEqualColumns ¶
func RowLengthNotEqualColumns(rowLength, columnLength int) *RowLengthNotEqualColumnsError
type UnSupportedFileTypeError ¶
type UnSupportedFileTypeError struct {
// contains filtered or unexported fields
}
func UnSupportedFileType ¶
func UnSupportedFileType(path string) *UnSupportedFileTypeError
type UnsupportedRowTypeError ¶
type UnsupportedRowTypeError struct {
// contains filtered or unexported fields
}
func UnsupportedRowType ¶
func UnsupportedRowType(t interface{}) *UnsupportedRowTypeError
func (*UnsupportedRowTypeError) Type ¶
func (e *UnsupportedRowTypeError) Type() string
Click to show internal directories.
Click to hide internal directories.