studio

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: 24 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 {
	CreateStudios(ctx context.Context, query params.CreateStudioParams) (ids uuid.UUIDs, err error)
	FilterStudios(ctx context.Context, query params.FilterStudioParams) (studios []*domain.Studio, err error)
	ListStudios(ctx context.Context, query params.ListStudioParams) (studios []*domain.Studio, err error)
}

func NewService

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

Jump to

Keyboard shortcuts

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