package
2.9.0
Repository: https://github.com/cloudinary/cloudinary-go.git
Documentation: pkg.go.dev

# Functions

CreateStringMetadataField creates a test string metadata field.
DeleteTestMetadataField used to delete test metadata field.
GetServerMock Get HTTP server mock.
GetTestHandler gets the test handler for HTTP server.
GetTestSuffix returns a unique test suffix.
No description provided by the author
No description provided by the author
TestDataDir returns the full path to the directory with test files.
UniqueID returns a unique ID for the specified prefix.
UploadTestAsset uploads a test image asset for test purposes.
UploadTestVideoAsset uploads a test video asset for test purposes.

# Constants

APIKey is the test API Key.
APISecret is the test API Secret.
APIVersion is the version of the API.
AssetID is the test Asset ID.
AssetID2 is another test Asset ID.
AssetID3 is (you won't believe it :)) another test Asset ID.
Base64Image us a base64 encoded test image.
CloudName is the test cloud name.
FileExt is the extension of the file.
Folder is the test folder path.
ImgExt is the extension of the image.
LogoURL is the URL of the publicly available logo.
NextCursor is the test cursor.
PublicID is the test public ID.
PublicID2 is another test public ID.
PublicID3 is even another test public ID.
SEOName is a SEO friendly name.
SkipDynamicFolders is the name of the dynamic folders feature we want to skip.
SkipVisualSearch is the name of the visual search feature we want to skip.
Tag1 is the test tag.
Tag2 is another test tag.
Transformation is the test transfomration.
VideoExt is the extension of the video.
VideoPublicID is the public ID of the test video.
VideoURL is the URL of the publicly available video.

# Variables

CldContext is the test context.
CldURL is the test CLOUDINARY_URL.
FQPublicID is the Fully Qualified test Public ID.
FQPublicID2 is the Fully Qualified test Public ID.
FQPublicID3 is the Fully Qualified test Public ID.
ImageFilePath is a full path to the test image file.
ImageInFolder is the test public ID in folder.
Tags are the test tags.
TestSuffix is the unique test suffix.
UniqueFolder is the unique folder for the current test run.
VideoFilePath is a full path to the test video file.

# Structs

ExpectedRequestParams are the expected request parameters.

# Type aliases

APIResponseTest Test function for the response from the API.
TestFunction the test function.