ModScreenshotDTO
ModScreenshotDTO is the frontend-safe representation of mod screenshot.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
URL | url | string | string | No | No |
Caption | caption | string | string | Yes | No |
Used by
- ModDetailsDTO — field
screenshots
Source
internal/transport/wails/modcatalog_dto.go:49