Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewPaserUseCase)
ProviderSet is biz providers.
Functions ¶
This section is empty.
Types ¶
type PaserUseCase ¶
type PaserUseCase struct {
// contains filtered or unexported fields
}
func NewPaserUseCase ¶
func NewPaserUseCase(repo PaserRepo, logger log.Logger) *PaserUseCase
func (PaserUseCase) Paser ¶
func (uc PaserUseCase) Paser(url string) (*pb.PaserReply, error)
Click to show internal directories.
Click to hide internal directories.