dto

package
v0.0.0-...-61aba5b Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2022 License: GPL-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 GetAlbumArtistsDTO

type GetAlbumArtistsDTO struct {
	AlbumArtist *int
	Limit       *int
	Offset      *int
}

func (*GetAlbumArtistsDTO) GenWhereMods

func (d *GetAlbumArtistsDTO) GenWhereMods() []qm.QueryMod

type GetAlbumsDTO

type GetAlbumsDTO struct {
	Limit         *int
	Offset        *int
	AlbumID       *int
	AlbumArtistID *int
}

func (*GetAlbumsDTO) GenWhereMods

func (d *GetAlbumsDTO) GenWhereMods() []qm.QueryMod

type GetGenresDTO

type GetGenresDTO struct {
	GenreID *int
	Limit   *int
	Offset  *int
}

func (*GetGenresDTO) GenWhereMods

func (d *GetGenresDTO) GenWhereMods() []qm.QueryMod

type GetTracksDTO

type GetTracksDTO struct {
	TrackID       *int
	AlbumArtistID *int
	AlbumID       *int
	GenreID       *int
	Limit         *int
	Offset        *int
}

func (*GetTracksDTO) GenWhereMods

func (d *GetTracksDTO) GenWhereMods() []qm.QueryMod

type TxnInsertTrackDTO

type TxnInsertTrackDTO struct {
	Track       *dbmodel.Track
	Album       *dbmodel.Album
	AlbumArtist *dbmodel.AlbumArtist
	Genre       *dbmodel.Genre
}

Jump to

Keyboard shortcuts

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