NewsItemDTO
NewsItemDTO describes a launcher news entry for feed display.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
ID | id | string | string | No | No |
Title | title | string | string | No | No |
URL | url | string | string | No | No |
Summary | summary | string | string | No | No |
ImageURL | imageUrl | string | string | Yes | No |
PublishedAt | publishedAt | string | string | No | No |
Category | category | string | string | No | No |
Used by
- NewsFeedDTO — field
items - NewsFeedDTO — field
newItems
Source
internal/transport/wails/news_controller.go:12