# Functions
CreateHTTPTestServer creates a mocked HTTP server.
Decode process stream `r` into `v` and returns an error if any.
Encode process `v` into stream `w` 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.
IsEnvironment determines if the current environment is one of the provided.
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.
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.
TimeoutPing is the timeout for ping.
UpdatedTestData is the updated test data.
UpdatedTestDataID is the updated test data with ID.
# Structs
ResponseTestDataWithIDS is the response from the Redis list SCAN command.
TestDataS is the test data definition.
TestDataWithIDS is the test data definition.
# Type aliases
HTTPMethod is the HTTP method.