# Functions
CreateHTTPTestServer creates a mocked HTTP server.
Decode process stream `r` into `v` and returns an error if any.
ErrorContains checks if an error contains a string.
GenerateID generates MD5 hash (content-based) based on content.
GenerateUUID generates a RFC4122 UUID and DCE 1.1: Authentication and Security Services.
HasLetter checks string for an alphabetic letter.
IsEnvironment determines if the current environment is one of the provided.
LettersToPhoneNumberKeys translates a given string, e.g.: `DOCTOR` to the right telephone number keys, e.g.: `362867`.
Marshal with custom error.
PrintErrorMessages prints the concatenated error messages.
ReadAll reads all the data from `r` and returns an error if any.
SliceContains returns true if the slice contains the string.
TargetName returns the provided target name, or the configured one.
Unmarshal with custom error.
# Constants
DatabaseName is the database name.
DefaultTimeout is the default timeout.
Development is the development environment.
DocumentID is the document ID.
DocumentIDInvalid is an invalid document ID.
DocumentName is the document name.
DocumentNameUpdated is the updated document name.
DocumentVersion is the document version.
Integration is the integration environment.
MethodDelete is the HTTP DELETE method.
MethodGet is the HTTP GET method.
MethodPatch is the HTTP PATCH method.
MethodPost is the HTTP POST method.
MethodPut is the HTTP PUT method.
Timeout is the default timeout.
Production is the production environment.
No description provided by the author
Staging is the staging environment.
General Status Codes.
General Status Codes.
General Status Codes.
TableName is the table/collection/index/etc name.
Test name.
Testing is the testing environment.
Timeout is the default timeout.
# Variables
TestData is the test data.
TestDataWithID is the test data.
UpdatedTestData is the updated test data.
UpdatedTestDataID is the updated test data with ID.
# Structs
TestDataS is the test data definition.
TestDataWithIDs is the test data definition.
# Type aliases
HTTPMethod is the HTTP method.