# 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.
MarshalIndent will marshal `v` with `prefix` and `indent` and returns an error if any.
PrintErrorMessages prints the concatenated error messages.
Process will process `v` with the following steps: 1.
ReadAll reads all the data from `r` and returns an error if any.
SliceContains returns true if the slice contains the string.
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.
Production is the production environment.
No description provided by the author
Staging is the staging environment.
TableName is the table/collection/index/etc name.
Test name.
Testing is the testing environment.
# 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.