Documentation
¶
Overview ¶
Package video provides the Dto related to the Piped video/steam.
Package video provides the Dto related to the Piped video/steam.
Package video provides the Dto related to the Piped video/steam.
Package video provides the Dto related to the Piped video/steam.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppendVideosIntoPlaylist ¶
type AppendVideosIntoPlaylist struct { PlaylistId string `json:"playlistId"` VideoIds *[]string `json:"videoIds"` }
AppendVideosIntoPlaylist represents the request payload needed to append videos into a playlist using the Piped Api.
type NextVideosPageDto ¶
type NextVideosPageDto struct { Nextpage string RelatedStreams []RelatedStreamDto }
NextVideosPageDto represents the request payload needed to retrieve paginated videos/streams for a channel, using the Piped Api.
type RelatedStreamDto ¶
RelatedStreamDto represents the model of the Piped video/steam short description.
Click to show internal directories.
Click to hide internal directories.