Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
9b56131f79
|
|
@ -13,4 +13,5 @@ type EnetPulseService interface {
|
||||||
FetchTournaments(ctx context.Context, templateID string) error
|
FetchTournaments(ctx context.Context, templateID string) error
|
||||||
FetchTournamentParticipants(ctx context.Context, tournamentID string) error
|
FetchTournamentParticipants(ctx context.Context, tournamentID string) error
|
||||||
FetchPreMatchOdds(ctx context.Context, params domain.PreMatchOddsRequest) (*domain.PreMatchOddsResponse, error)
|
FetchPreMatchOdds(ctx context.Context, params domain.PreMatchOddsRequest) (*domain.PreMatchOddsResponse, error)
|
||||||
|
FetchCountryFlag(ctx context.Context, countryFK int64) (*domain.ImageResponse, error)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user