MCPcopy Create free account
hub / github.com/davecheney/pub / Object

Struct Object

activitypub/objects.go:11–14  ·  view source on GitHub ↗

Object is an ActivityPub Object. https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected