domain

package
v0.8.1 Latest Latest
Warning

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

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

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.

Jump to

Keyboard shortcuts

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