Object is an ActivityPub Object. https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object
| 9 | // Object is an ActivityPub Object. |
| 10 | // https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object |
| 11 | type Object struct { |
| 12 | // Type is the type of the Object. |
| 13 | Type string `json:"type"` |
| 14 | } |
| 15 | |
| 16 | // HashTag is an ActivityStreams Hashtag |
| 17 | type HashTag struct { |
nothing calls this directly
no outgoing calls
no test coverage detected