genre

package
v0.0.0-...-792f9ae Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2024 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	CreateGenres(ctx context.Context, query params.CreateGenreParams) (ids uuid.UUIDs, err error)
	FilterGenres(ctx context.Context, query params.FilterGenreParams) (genres []*domain.Genre, err error)
	ListGenres(ctx context.Context, query params.ListGenreParams) (genres []*domain.Genre, err error)
}

func NewService

func NewService(
	db database.DB,
	hybridCacher *hybrid.HybridCacher,
	redisTTL configmodels.RedisKeyTTL,
) Service

Jump to

Keyboard shortcuts

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