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

Struct Collection

activitypub/objects.go:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85type Collection struct {
86 Type string `json:"type"`
87 TotalItems int `json:"totalItems"`
88}
89
90// Activity is an ActivityStreams Activity.
91// https://www.w3.org/TR/activitystreams-core/#activities

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected