Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FamimaService ¶
type FamimaService struct {
// contains filtered or unexported fields
}
func NewFamimaService ¶
func NewFamimaService(repo repository.ScrapingRepository) *FamimaService
func (*FamimaService) Foods ¶
func (s *FamimaService) Foods(fileName string)
func (*FamimaService) Products ¶
func (s *FamimaService) Products(fileName string)
func (*FamimaService) Snacks ¶
func (s *FamimaService) Snacks(fileName string)
func (*FamimaService) Sweets ¶
func (s *FamimaService) Sweets(fileName string)
type LawsonService ¶
type LawsonService struct {
// contains filtered or unexported fields
}
func NewLawsonService ¶
func NewLawsonService(repo repository.ScrapingRepository) *LawsonService
func (*LawsonService) Foods ¶
func (s *LawsonService) Foods(fileName string)
func (*LawsonService) Products ¶
func (s *LawsonService) Products(fileName string)
func (*LawsonService) Snacks ¶
func (s *LawsonService) Snacks(fileName string)
func (*LawsonService) Sweets ¶
func (s *LawsonService) Sweets(fileName string)
type SevenService ¶
type SevenService struct {
// contains filtered or unexported fields
}
func NewSevenService ¶
func NewSevenService(repo repository.ScrapingRepository) *SevenService
func (*SevenService) Foods ¶
func (s *SevenService) Foods(fileName string)
func (*SevenService) Products ¶
func (s *SevenService) Products(fileName string)
func (*SevenService) Sweets ¶
func (s *SevenService) Sweets(fileName string)
Click to show internal directories.
Click to hide internal directories.