Image is an ActivityStreams Image
| 22 | |
| 23 | // Image is an ActivityStreams Image |
| 24 | type Image struct { |
| 25 | Type string `json:"type"` |
| 26 | MediaType string `json:"mediaType"` |
| 27 | URL string `json:"url"` |
| 28 | } |
| 29 | |
| 30 | type Attachment struct { |
| 31 | Type string `json:"type"` |
nothing calls this directly
no outgoing calls
no test coverage detected