Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrEmptyTableName means table name is not set. ErrEmptyTableName = errors.New("table name is not set") // ErrEmptyHeader means header value is empty. ErrEmptyHeader = errors.New("header value is empty") // ErrEmptyRecords means records are empty. ErrEmptyRecords = errors.New("records is empty") // ErrSameHeaderColumns means table has a header column with a duplicate names ErrSameHeaderColumns = errors.New("table has a header column with a duplicate names") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package model defines Data Transfer Object (Entity, Value Object)
|
Package model defines Data Transfer Object (Entity, Value Object) |
Package repository abstract the infrastructure layer.
|
Package repository abstract the infrastructure layer. |
Click to show internal directories.
Click to hide internal directories.