package
1.0.0
Repository: https://github.com/go-fed/activity.git
Documentation: pkg.go.dev

# Functions

ActivityStreamsCollectionExtends returns true if the Collection type extends from the other type.
CollectionIsDisjointWith returns true if the other provided type is disjoint with the Collection type.
CollectionIsExtendedBy returns true if the other provided type extends from the Collection type.
DeserializeCollection creates a Collection from a map representation that has been unmarshalled from a text or binary format.
IsOrExtendsCollection returns true if the other provided type is the Collection type or extends from the Collection type.
NewActivityStreamsCollection creates a new Collection type.
SetManager sets the manager package-global variable.
SetTypePropertyConstructor sets the "type" property's constructor in the package-global variable.

# Structs

A Collection is a subtype of Object that represents ordered or unordered sets of Object or Link instances.