package
Version:
v0.0.0-...-da86336
Opens a new window with list of versions in this module.
Published: Dec 23, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
TwStreamsToVideos converts a slice of TwitCastingVideo to a slice of model.Video.
type TwitCastingVideo struct {
ID string `json:"id"`
UserID string `json:"user_id"`
Title string `json:"title"`
IsLive bool `json:"is_live"`
ViewCount int `json:"total_view_count"`
ThumbnailURL string `json:"large_thumbnail"`
StartedAt int `json:"created"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.