Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProductNotFoundError = errors.New("product not found") ProductReturnWrongLenError = errors.New("search of products wrong len") EventAddressIsRequiredError = errors.New("event topic is required") DatabaseDsnIsRequiredError = errors.New("database dsn is required") DatabaseTransactionAtContextNotFoundError = errors.New("database transaction not found in context") DatabaseUniqueEntryViolationError = errors.New("database unique entry violation error") RepositoryProjectionsIsRequiredError = errors.New("at least one projection are required") RepositoryIdIsRequiredError = errors.New("id is required for repository") ObjsIsNotSliceValidatorError = errors.New("objs arg is not a slice") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.