cldtest

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const Base64Image = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"

Base64Image us a base64 encoded test image.

View Source
const LogoURL = "https://cloudinary-res.cloudinary.com/image/upload/cloudinary_logo.png"

LogoURL is the URL of the publicly available logo.

View Source
const PublicID = "go_test_image"

PublicID is the test public ID.

View Source
const PublicID2 = "go_test_image_2"

PublicID2 is another test public ID.

View Source
const Tag1 = "go_tag1"

Tag1 is the test tag.

View Source
const Tag2 = "go_tag2"

Tag2 is another test tag.

View Source
const VideoPublicID = "go_test_video"

VideoPublicID is the public ID of the test video.

Variables

View Source
var CldContext = map[string]string{"go-context-key": "go-context-value"}

CldContext is the test context.

View Source
var ImageFilePath = TestDataDir() + "cloudinary_logo.png"

ImageFilePath is a full path to the test image file.

View Source
var Tags = []string{Tag1, Tag2}

Tags are the test tags.

View Source
var TestSuffix = GetTestSuffix()

TestSuffix is the unique test suffix.

View Source
var VideoFilePath = TestDataDir() + "movie.mp4"

VideoFilePath is a full path to the test video file.

Functions

func GetTestSuffix

func GetTestSuffix() string

GetTestSuffix returns a unique test suffix.

func TestDataDir

func TestDataDir() string

TestDataDir returns the full path to the directory with test files.

func UniqueID

func UniqueID(prefix string) string

UniqueID returns a unique ID for the specified prefix.

func UploadTestAsset

func UploadTestAsset(t *testing.T, publicID string)

UploadTestAsset uploads a test image asset for test purposes.

func UploadTestVideoAsset

func UploadTestVideoAsset(t *testing.T, publicID string)

UploadTestVideoAsset uploads a test video asset for test purposes.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL