app

package
v0.0.0-...-808094b Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: Apache-2.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 App

type App struct {
	Commands Commands
	Queries  Queries
}

type Commands

type Commands struct {
	UserCreate command.UserCreateHandler

	GenreCreate command.GenreCreateHandler
	GenreDelete command.GenreDeleteHandler

	SongCreate       command.SongCreateHandler
	SongDelete       command.SongDeleteHandler
	SongMarkListened command.SongMarkListenedHandler
}

type Queries

type Queries struct {
	UserGetByEmail query.UserGetByEmailHandler

	GenreList query.GenreListHandler
	GenreView query.GenreViewHandler

	SongList                   query.SongListHandler
	SongView                   query.SongViewHandler
	SongListByGenre            query.SongListByGenreHandler
	SongListUserRecommendation query.SongListUserRecommendationHandler
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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