Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CitySeacherInput ¶
type CitySeacherInput struct {
PrefectureCode string
}
type CitySearcher ¶
type CitySearcher = domain.Usecase[CitySeacherInput, CitySearcherOutput]
type CitySearcherOutput ¶
type PrefectureAllFinder ¶
type PrefectureAllFinder interface {
Execute(ctx context.Context) (output *PrefectureAllFinderOutput, err error)
}
type PrefectureAllFinderOutput ¶
type PrefectureAllFinderOutput struct {
Prefectures []*entity.Prefecture
}
Click to show internal directories.
Click to hide internal directories.