Documentation
¶
Index ¶
- Constants
- func BaseClass(className string, withVideo, withAudio bool) *models.Class
- func CheckObjects(t *testing.T, dataFolderPath, className string, vectors, multivectors []string)
- func GetAudioBlob(dataFolderPath string, i int) (string, error)
- func GetCSV(dataFolderPath string) (*os.File, error)
- func GetIDs(t *testing.T, dataFolderPath string) []string
- func GetImageBlob(dataFolderPath string, i int) (string, error)
- func GetVideoBlob(dataFolderPath string, i int) (string, error)
- func InsertObjects(t *testing.T, dataFolderPath, className string, withVideo, withAudio bool)
- func TestQuery(t *testing.T, ...)
Constants ¶
View Source
const ( PropertyImageTitle = "image_title" PropertyImageDescription = "image_description" PropertyImage = "image" PropertyVideoTitle = "video_title" PropertyVideoDescription = "video_description" PropertyVideo = "video" PropertyAudioTitle = "audio_title" PropertyAudioDescription = "audio_description" PropertyAudio = "audio" )
View Source
const DefaultTimeout = 2 * time.Minute
Variables ¶
This section is empty.
Functions ¶
func CheckObjects ¶ added in v1.32.0
func GetAudioBlob ¶ added in v1.34.20
func InsertObjects ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.