usecase

package
v0.0.0-...-2781e78 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PredictMessageMediaInteractor

type PredictMessageMediaInteractor struct {
	// contains filtered or unexported fields
}

func (*PredictMessageMediaInteractor) Handle

func (p *PredictMessageMediaInteractor) Handle(messageEvent *model.MessageEvent) (string, error)

type PredictMessageMediaInteractorConfig

type PredictMessageMediaInteractorConfig struct {
	BotUser           model.User
	ErrorTweetMessage string
	SorryTweetMessage string
	MessagePresenter  ipresenter.MessagePresenter
	ClassifierService domain.ClassifierService
}

type PredictMessageMediaUseCase

type PredictMessageMediaUseCase interface {
	Handle(messageEvent *model.MessageEvent) (string, error)
}

Jump to

Keyboard shortcuts

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