Skip to content

playlistv1🔗

Objects🔗

Builders🔗

Functions🔗

NewItem🔗

NewItem creates a new Item object.

func NewItem() *Item

NewPlaylistItem🔗

NewPlaylistItem creates a new PlaylistItem object.

func NewPlaylistItem() *PlaylistItem

NewPlaylist🔗

NewPlaylist creates a new Playlist object.

func NewPlaylist() *Playlist

Manifest🔗

Creates a resource manifest from a Playlist.

func Manifest(name string, playlist cog.Builder[Playlist]) *PlaylistBuilder

ItemConverter🔗

ItemConverter accepts a Item object and generates the Go code to build this object using builders.

func ItemConverter(input Item) string

PlaylistItemConverter🔗

PlaylistItemConverter accepts a PlaylistItem object and generates the Go code to build this object using builders.

func PlaylistItemConverter(input PlaylistItem) string

PlaylistConverter🔗

PlaylistConverter accepts a Playlist object and generates the Go code to build this object using builders.

func PlaylistConverter(input Playlist) string