dao

package
v0.0.0-...-b197d47 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Artist

type Artist struct {
	ArtistID  int
	Name      string
	CreatedAt time.Time
}

type Lyric

type Lyric struct {
	LyricID   int
	TrackID   int
	Verse     string
	CreatedAt time.Time
}

type Track

type Track struct {
	TrackID    int
	ArtistID   int
	Title      string
	Link       string
	ReleasedAt time.Time
	CreatedAt  time.Time
}

Jump to

Keyboard shortcuts

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