feat: implement battle replay controller, service, and routes with Swagger documentation
Build and Release / release (push) Successful in 3m2s
Build and Release / release (push) Successful in 3m2s
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package request
|
||||
|
||||
type GetBattleReplaysByGeometryIDsDto struct {
|
||||
GeometryIDs []string `json:"geometry_ids" query:"geometry_ids" validate:"required,min=1,dive,uuid"`
|
||||
}
|
||||
Reference in New Issue
Block a user