A fork of go-ap/activitypub to make it easier to implement extensions
package activitypub type ItemCollection []Item type Item struct { }