model

package
v0.0.0-...-e7feb91 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Genre

type Genre struct {
	ID      uuid.UUID `sql:"primary_key"`
	Name    string
	Updated *time.Time
}

type GenreAlbum

type GenreAlbum struct {
	ID          uuid.UUID `sql:"primary_key"`
	Title       string
	Artist      string
	Popularity  int16
	StreamingID string
	ImageURL    *string
	GenreID     uuid.UUID
}

type GenreArtist

type GenreArtist struct {
	ID          uuid.UUID `sql:"primary_key"`
	Title       string
	StreamingID string
	ImageURL    *string
	GenreID     uuid.UUID
	Popularity  int16
}

Jump to

Keyboard shortcuts

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