studio

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StudioService

type StudioService interface {
	CreateMany(ctx context.Context, arg params.InsertStudioParams) ([]*domain.Studio, error)
	First(ctx context.Context, arg params.FirstStudioParams) (*domain.Studio, error)
	Filter(ctx context.Context, arg params.FilterStudioParams) ([]*domain.Studio, error)
	Count(ctx context.Context, arg params.CountStudioParams) (int64, error)
	Update(ctx context.Context, arg params.UpdateStudioParams) (int64, error)
	List(ctx context.Context) (domain.Studios, error)
}

func NewStudioService

func NewStudioService(
	querier database.QuerierExtended,
	cacher cacher.Cacher,
) StudioService

Jump to

Keyboard shortcuts

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