Skip to content

playlistv0alpha1🔗

Objects🔗

Builders🔗

Functions🔗

NewItem🔗

NewItem creates a new Item object.

func NewItem() *Item

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

PlaylistConverter🔗

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

func PlaylistConverter(input Playlist) string