enetpulse port.go fix

This commit is contained in:
Yared Yemane 2025-09-24 21:22:46 +03:00
parent e41ce709a3
commit f5f2ab995f

View File

@ -13,4 +13,5 @@ type EnetPulseService interface {
FetchTournaments(ctx context.Context, templateID string) error
FetchTournamentParticipants(ctx context.Context, tournamentID string) error
FetchPreMatchOdds(ctx context.Context, params domain.PreMatchOddsRequest) (*domain.PreMatchOddsResponse, error)
FetchCountryFlag(ctx context.Context, countryFK int64) (*domain.ImageResponse, error)
}