models

package
v0.0.0-...-56b4fc6 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2022 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageVideo

type ImageVideo struct {
	Title      string `datastore:"title"`
	Image_name string `datastore:"imagename"`
	Video_name string `datastore:"videoname"`
}

type KeywordModel

type KeywordModel struct {
	URL   string `json:url`
	Times []Time `json:"times"`
}

type KeywordVideoModel

type KeywordVideoModel struct {
	Video_List []VideoInfo `json:"video_list"`
	Total      string      `json:"total"`
}

type Time

type Time struct {
	Start_Time string `json:"start_time"`
	End_Time   string `json:"end_time"`
	Content    string `json:"content"`
}

type TitleMapping

type TitleMapping struct {
	Title    string `json:"title"`
	Filename string `json:"filename"`
}

type Video

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

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

type VideoListModel struct {
	Video_List []Video `json:"video_list"`
	Total      string  `json:"total"`
}

Jump to

Keyboard shortcuts

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