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

Struct Attachment

activitypub/objects.go:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type Attachment struct {
31 Type string `json:"type"`
32 Name string `json:"name"`
33 Value string `json:"value"`
34}
35
36type Status struct {
37 // Type is the type of the Status.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected