Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandomDong ¶
type RandomDong struct {
// contains filtered or unexported fields
}
func NewRandomDongUseCase ¶ added in v0.4.0
func NewRandomDongUseCase(repo dong.Repository) *RandomDong
func (RandomDong) Handle ¶
func (r RandomDong) Handle(req RandomDongReq) RandomDongResp
type RandomDongReq ¶
type RandomDongReq struct {
Category string
}
type RandomDongResp ¶
type Scrape ¶
type Scrape struct {
// contains filtered or unexported fields
}
func NewScrapeDongsUseCase ¶ added in v0.4.0
func NewScrapeDongsUseCase( fetcher dong.Fetcher, repository dong.Repository) *Scrape
func (Scrape) Handle ¶
func (s Scrape) Handle() ScrapeResp
type ScrapeResp ¶
Click to show internal directories.
Click to hide internal directories.