Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListRequest ¶
type ListRequest struct {
Status string `json:"status"`
}
type UpdateRequest ¶
type VideoResponse ¶
type VideoResponse struct { UploadInfo *model.UploadInfo `json:"upload_info,omitempty"` ID string `json:"id"` Name string `json:"name"` Status string `json:"status"` CreatedAt string `json:"created_at"` Size uint64 `json:"size"` }
func NewVideoResponse ¶
func NewVideoResponse(v *model.Video) *VideoResponse
type WatchResponse ¶
type WatchResponse struct {
WatchURL string `json:"watch_url"`
}
Click to show internal directories.
Click to hide internal directories.