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

Struct Option

activitypub/objects.go:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79type Option struct {
80 Type string `json:"type"`
81 Name string `json:"name"`
82 Replies Collection `json:"replies"`
83}
84
85type Collection struct {
86 Type string `json:"type"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected