mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2026-03-03 17:46:35 +00:00
Add tooltip when hovering over deal
This commit is contained in:
@@ -27,3 +27,9 @@ type Offer struct {
|
||||
DealerName string `json:"dealer_name"`
|
||||
Url string `json:"url"`
|
||||
} // @name Offer
|
||||
|
||||
type TopicDetails struct {
|
||||
Topic Topic `json:"topic"`
|
||||
Description string `json:"description"`
|
||||
FirstPost string `json:"first_post"`
|
||||
} // @name TopicDetails
|
||||
|
||||
Reference in New Issue
Block a user