| 88 | } |
| 89 | |
| 90 | type Embed struct { |
| 91 | Type string `json:"$type"` |
| 92 | Images []Image `json:"images,omitempty"` |
| 93 | Video `json:",omitempty"` |
| 94 | } |
| 95 | |
| 96 | type Image struct { |
| 97 | Alt string `json:"alt"` |
nothing calls this directly
no outgoing calls
no test coverage detected