usecase

package
v0.0.0-...-2f4d8a3 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminUsecase

type AdminUsecase interface {
}

func NewAdminUsecase

func NewAdminUsecase(transaction service.Transaction) AdminUsecase

type UserUsecase

type UserUsecase interface {
	Synthesize(ctx context.Context, lang2 domain.Lang2, text string) (service.Audio, error)

	FindAudioByAudioID(ctx context.Context, audioID domain.AudioID) (service.Audio, error)
}

func NewUserUsecase

func NewUserUsecase(transaction service.Transaction, synthesizerClient service.SynthesizerClient) UserUsecase

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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