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

# Functions

No description provided by the author
No description provided by the author
GetServerMock Get HTTP server mock.
GetTestHandler gets the test handler for HTTP server.
GetTestSuffix returns a unique test suffix.
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

No description provided by the author
Base64Image us a base64 encoded test image.
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.
PublicID is the test public ID.
PublicID2 is another test public ID.
SEOName is a SEO friendly name.
Tag1 is the test tag.
Tag2 is another test tag.
No description provided by the author
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.
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.
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.