album

package
v0.12.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Album

type Album struct {
	app.Compo
	// contains filtered or unexported fields
}

func (*Album) OnMount

func (t *Album) OnMount(ctx app.Context)

func (*Album) Render

func (t *Album) Render() app.UI

type Card

type Card struct {
	app.Compo
	ReleaseGroupID string
	Album          string
	Artist         string
	// contains filtered or unexported fields
}

func (*Card) OnMount

func (c *Card) OnMount(ctx app.Context)

func (*Card) Render

func (c *Card) Render() app.UI

type List

type List struct {
	app.Compo
	goapp.Logging
	// contains filtered or unexported fields
}

func (*List) OnMount

func (l *List) OnMount(ctx app.Context)

func (*List) Render

func (l *List) Render() app.UI

type TrackRow

type TrackRow struct {
	app.Compo
	Metadata *model.Metadata
}

func (*TrackRow) Render

func (tr *TrackRow) Render() app.UI

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL