Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type City ¶
type City struct { UseCase usecase.City Mapper appmapper.CruderMapper[entity.City, model.CityResponse] }
func (*City) GetFirstById ¶
type District ¶
type District struct { UseCase usecase.District Mapper appmapper.CruderMapper[entity.District, model.DistrictResponse] }
func NewDistrict ¶
func (*District) GetFirstById ¶
type Province ¶
type Province struct {
CrudHandler *apphandler.Crud[entity.Province, model.ProvinceResponse]
}
func NewProvince ¶
func NewProvince(useCase appusecase.CruderUseCase[entity.Province]) *Province
type Village ¶
type Village struct { UseCase usecase.Village Mapper appmapper.CruderMapper[entity.Village, model.VillageResponse] }
func NewVillage ¶
func (*Village) GetFirstById ¶
Click to show internal directories.
Click to hide internal directories.