# Functions
ActivityStreamsLinkExtends returns true if the Link type extends from the other type.
DeserializeLink creates a Link from a map representation that has been unmarshalled from a text or binary format.
IsOrExtendsLink returns true if the other provided type is the Link type or extends from the Link type.
LinkIsDisjointWith returns true if the other provided type is disjoint with the Link type.
LinkIsExtendedBy returns true if the other provided type extends from the Link type.
NewActivityStreamsLink creates a new Link type.
SetManager sets the manager package-global variable.
SetTypePropertyConstructor sets the "type" property's constructor in the package-global variable.
# Structs
A Link is an indirect, qualified reference to a resource identified by a URL.