Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewWatchUsecase)
Functions ¶
This section is empty.
Types ¶
type WatchUsecase ¶
type WatchUsecase struct {
// contains filtered or unexported fields
}
func NewWatchUsecase ¶
func NewWatchUsecase(repo WatchRepo, logger log.Logger) *WatchUsecase
Click to show internal directories.
Click to hide internal directories.