fix: correct player API struct tag spacing
This commit is contained in:
+2
-2
@@ -27,7 +27,7 @@ type (
|
||||
Meta PageMeta `json:"meta"`
|
||||
}
|
||||
CreateServiceReq {
|
||||
GameId int64 `json:"gameId, optional"`
|
||||
GameId int64 `json:"gameId,optional"`
|
||||
Title string `json:"title,optional"`
|
||||
Description string `json:"description,optional"`
|
||||
Price float64 `json:"price"`
|
||||
@@ -37,7 +37,7 @@ type (
|
||||
}
|
||||
UpdateServiceReq {
|
||||
Id int64 `path:"id"`
|
||||
GameId *int64 `json:"gameId, optional"`
|
||||
GameId *int64 `json:"gameId,optional"`
|
||||
Title *string `json:"title,optional"`
|
||||
Description *string `json:"description,optional"`
|
||||
Price *float64 `json:"price,optional"`
|
||||
|
||||
Reference in New Issue
Block a user