enetpulse port.go fix
This commit is contained in:
parent
e41ce709a3
commit
f5f2ab995f
|
|
@ -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