package
Version:
v0.0.0-...-56b4fc6
Opens a new window with list of versions in this module.
Published: Dec 27, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type ImageVideo struct {
Title string `datastore:"title"`
Image_name string `datastore:"imagename"`
Video_name string `datastore:"videoname"`
}
type KeywordModel struct {
URL string `json:url`
Times []Time `json:"times"`
}
type KeywordVideoModel struct {
Video_List []VideoInfo `json:"video_list"`
Total string `json:"total"`
}
type Time struct {
Start_Time string `json:"start_time"`
End_Time string `json:"end_time"`
Content string `json:"content"`
}
type TitleMapping struct {
Title string `json:"title"`
Filename string `json:"filename"`
}
type Video struct {
Video_url string `json:"video_url"`
Image_url string `json:"image_url"`
Title string `json:"title"`
File_name string `json:"filename"`
}
type VideoInfo struct {
SearchType string `json:"search_type"`
Filename string `json:"filename"`
Image_url string `json:"image_url"`
Video_url string `json:"video_url"`
Title string `json:"title"`
Count string `json:"count`
}
type VideoListModel struct {
Video_List []Video `json:"video_list"`
Total string `json:"total"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.