wip: fields
This commit is contained in:
@@ -10,11 +10,18 @@ type MapExtendedFilter struct {
|
||||
} // @name MapFilter
|
||||
|
||||
type MapExtended struct {
|
||||
ID int64 `json:"id"`
|
||||
DisplayName string `json:"display_name"`
|
||||
Creator string `json:"creator"`
|
||||
GameID uint32 `json:"game_id"`
|
||||
Date time.Time `json:"date"`
|
||||
ID int64 `json:"id"`
|
||||
DisplayName string `json:"display_name"`
|
||||
Creator string `json:"creator"`
|
||||
GameID uint32 `json:"game_id"`
|
||||
Date time.Time `json:"date"`
|
||||
CreatedAt time.Time `json:created_at`
|
||||
UpdatedAt time.Time `json:updated_at`
|
||||
Submitter uint64 `json:submitter`
|
||||
Thumbnail uint64 `json:thumbnail`
|
||||
AssetVersion uint64 `json:asset_version`
|
||||
LoadCount uint32 `json:load_count`
|
||||
Modes uint32 `json:modes`
|
||||
} // @name Map
|
||||
|
||||
// FromGRPC converts a maps.MapResponse protobuf message to a Map domain object
|
||||
|
||||
Reference in New Issue
Block a user