# Packages
No description provided by the author
# Functions
NewBool - создаёт объект Bool.
NewDateTime - создаёт объект DateTime.
NewFile - создаёт объект File.
NewFloat64 - создаёт объект Float64.
NewImage - создаёт объект Image.
NewInt64 - создаёт объект Int64.
NewItemStatus - создаёт объект ItemStatus.
NewItemStatusWithDefault - создаёт объект ItemStatus со статусами по умолчанию.
NewListPager - создаёт объект ListPager.
NewListSorter - создаёт объект ListSorter.
NewParser - создаёт объект Parser.
NewString - создаёт объект String.
NewUint64 - создаёт объект Uint64.
NewUUID - создаёт объект UUID.
NewValidator - создаёт объект Validator.
WithFileAllowedMimeTypes - устанавливает опцию с разрешенными типами файлов для File.
WithFileCheckRequestContentType - устанавливает опцию проверки заголовка ContentType в запросе для File.
WithFileMaxFiles - устанавливает опцию maxFiles для File.
WithFileMaxSize - устанавливает опцию maxSize для File (bytes).
WithFileMinSize - устанавливает опцию minSize для File (bytes).
WithImageCheckBody - устанавливает опцию maxHeight для Image.
WithImageFileOptions - устанавливает опции File для Image.
WithImageMaxHeight - устанавливает опцию maxHeight для Image (pixels).
WithImageMaxWidth - устанавливает опцию maxWidth для Image (pixels).
WrapFileError - оборачивает ошибки связанные с парсингом файла.
WrapImageError - оборачивает ошибки связанные с парсингом изображения.
# Variables
ErrHttpRequestFileContentType - the content type does not match the detected type.
ErrHttpRequestFileExtension - invalid file extension.
ErrHttpRequestFileSizeMax - invalid file size - max.
ErrHttpRequestFileSizeMin - invalid file size - min.
ErrHttpRequestFileTotalSizeMax - invalid file total size - max.
ErrHttpRequestFileUnsupportedType - unsupported file type.
ErrHttpRequestImageHeightMax - invalid image height - max.
ErrHttpRequestImageWidthMax - invalid image width - max.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author