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) }