From f5f2ab995fc5b76ce4da316a56688372a3338c5e Mon Sep 17 00:00:00 2001 From: Yared Yemane Date: Wed, 24 Sep 2025 21:22:46 +0300 Subject: [PATCH] enetpulse port.go fix --- internal/services/enet_pulse/port.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/services/enet_pulse/port.go b/internal/services/enet_pulse/port.go index 51556fe..a75ab8e 100644 --- a/internal/services/enet_pulse/port.go +++ b/internal/services/enet_pulse/port.go @@ -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) }