Documentation
¶
Index ¶
- Constants
- func BaseClass(className string, withVideo bool) *models.Class
- func GetCSV(dataFolderPath string) (*os.File, error)
- 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 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" )
Variables ¶
This section is empty.
Functions ¶
func InsertObjects ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.