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

# Functions

ActivityStreamsProfileExtends returns true if the Profile type extends from the other type.
DeserializeProfile creates a Profile from a map representation that has been unmarshalled from a text or binary format.
IsOrExtendsProfile returns true if the other provided type is the Profile type or extends from the Profile type.
NewActivityStreamsProfile creates a new Profile type.
ProfileIsDisjointWith returns true if the other provided type is disjoint with the Profile type.
ProfileIsExtendedBy returns true if the other provided type extends from the Profile type.
SetManager sets the manager package-global variable.
SetTypePropertyConstructor sets the "type" property's constructor in the package-global variable.

# Structs

A Profile is a content object that describes another Object, typically used to describe Actor Type objects.