swagger fix
This commit is contained in:
parent
f1a4f5e6f9
commit
5283efeb1e
1288
docs/docs.go
1288
docs/docs.go
File diff suppressed because it is too large
Load Diff
1288
docs/swagger.json
1288
docs/swagger.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -85,7 +85,7 @@ type ShopBetRes struct {
|
||||||
BetID int64 `json:"bet_id" example:"1"`
|
BetID int64 `json:"bet_id" example:"1"`
|
||||||
NumberOfOutcomes int64 `json:"number_of_outcomes" example:"1"`
|
NumberOfOutcomes int64 `json:"number_of_outcomes" example:"1"`
|
||||||
Status OutcomeStatus `json:"status" example:"1"`
|
Status OutcomeStatus `json:"status" example:"1"`
|
||||||
Amount Currency `json:"amount" example:"100.0"`
|
Amount Currency `json:"amount"`
|
||||||
Outcomes []BetOutcome `json:"outcomes"`
|
Outcomes []BetOutcome `json:"outcomes"`
|
||||||
TransactionVerified bool `json:"transaction_verified" example:"true"`
|
TransactionVerified bool `json:"transaction_verified" example:"true"`
|
||||||
UpdatedAt time.Time `json:"updated_at" example:"2025-04-08T12:00:00Z"`
|
UpdatedAt time.Time `json:"updated_at" example:"2025-04-08T12:00:00Z"`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user