Documentation ¶
Overview ¶
Package streams contains constructors and functions necessary for applications to serialize, deserialize, and use ActivityStreams types in Go. This package is code-generated and subject to the same license as the go-fed tool used to generate it.
This package is useful to three classes of developers: end-user-application developers, specification writers creating an ActivityStream Extension, and ActivityPub implementors wanting to create an alternate ActivityStreams implementation that still satisfies the interfaces generated by the go-fed tool.
Application developers should limit their use to the Resolver type, the constructors beginning with "New", the "Extends" functions, the "DisjointWith" functions, the "ExtendedBy" functions, and any interfaces returned in those functions in this package. This lets applications use Resolvers to Deserialize or Dispatch specific types. The types themselves can Serialize as needed. The "Extends", "DisjointWith", and "ExtendedBy" functions help navigate the ActivityStreams hierarchy since it is not equivalent to object-oriented inheritance.
When creating an ActivityStreams extension, developers will want to ensure that the generated code builds correctly and check that the properties, types, extensions, and disjointedness is set up correctly. Writing unit tests with concrete types is then the next step. If the tool has an error generating this code, a fix is needed in the tool as it is likely there is a new RDF type being used in the extension that the tool does not know how to resolve. Thus, most development will focus on the go-fed tool itself.
Finally, ActivityStreams implementors that want drop-in replacement while still using the generated interfaces are highly encouraged to examine the Manager type in this package (in addition to the constructors) as these are the locations where concrete types are instantiated. When supplying a different type in these two locations, the other generated code will propagate it throughout the rest of an application. The Manager is instantiated as a singleton at init time in this library. It is then injected into each implementation library so they can deserialize their needed types without relying on the underlying concrete type.
Subdirectories of this package include implementation files and functions that are not intended to be directly linked to applications, but are used by this particular package. It is strongly recommended to only use the property interfaces and type interfaces in subdirectories and limiting concrete types to those in this package. The go-fed tool is likely to contain a pruning feature in the future which will analyze an application and eliminate code that would be dead if it were to be generated which reduces the compilation time, compilation resources, and binary size of an application. Such a feature will not be compatible with applications that use the concrete implementation types.
Index ¶
- Variables
- func ActivityStreamsAcceptIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsAcceptIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsActivityIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsActivityIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsActivityStreamsAcceptExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsActivityExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsAddExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsAnnounceExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsApplicationExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsArriveExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsArticleExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsAudioExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsBlockExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsCollectionExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsCollectionPageExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsCreateExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsDeleteExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsDislikeExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsDocumentExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsEndpointCollectionExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsEventExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsFlagExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsFollowExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsGroupExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsIgnoreExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsImageExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsIntransitiveActivityExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsInviteExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsJoinExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsLeaveExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsLikeExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsLinkExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsListenExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsMentionExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsMoveExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsNoteExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsObjectExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsOfferExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsOrderedCollectionExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsOrderedCollectionPageExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsOrganizationExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsPageExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsPersonExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsPlaceExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsProfileExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsQuestionExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsReadExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsRejectExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsRelationshipExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsRemoveExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsServiceExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsTentativeAcceptExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsTentativeRejectExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsTombstoneExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsTravelExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsUndoExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsUpdateExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsVideoExtends(other vocab.Type) bool
- func ActivityStreamsActivityStreamsViewExtends(other vocab.Type) bool
- func ActivityStreamsAddIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsAddIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsAnnounceIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsAnnounceIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsApplicationIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsApplicationIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsArriveIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsArriveIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsArticleIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsArticleIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsAudioIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsAudioIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsBlockIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsBlockIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsCollectionIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsCollectionIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsCollectionPageIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsCollectionPageIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsCreateIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsCreateIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsDeleteIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsDeleteIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsDislikeIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsDislikeIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsDocumentIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsDocumentIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsEndpointCollectionIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsEndpointCollectionIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsEventIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsEventIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsFlagIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsFlagIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsFollowIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsFollowIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsGroupIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsGroupIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsIgnoreIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsIgnoreIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsImageIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsImageIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsIntransitiveActivityIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsIntransitiveActivityIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsInviteIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsInviteIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsJoinIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsJoinIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsLeaveIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsLeaveIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsLikeIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsLikeIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsLinkIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsLinkIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsListenIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsListenIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsMentionIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsMentionIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsMoveIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsMoveIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsNoteIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsNoteIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsObjectIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsObjectIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsOfferIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsOfferIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsOrderedCollectionIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsOrderedCollectionIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsOrderedCollectionPageIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsOrderedCollectionPageIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsOrganizationIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsOrganizationIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsPageIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsPageIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsPersonIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsPersonIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsPlaceIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsPlaceIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsProfileIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsProfileIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsQuestionIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsQuestionIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsReadIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsReadIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsRejectIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsRejectIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsRelationshipIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsRelationshipIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsRemoveIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsRemoveIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsServiceIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsServiceIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsTentativeAcceptIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsTentativeAcceptIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsTentativeRejectIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsTentativeRejectIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsTombstoneIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsTombstoneIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsTravelIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsTravelIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsUndoIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsUndoIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsUpdateIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsUpdateIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsVideoIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsVideoIsExtendedBy(other vocab.Type) bool
- func ActivityStreamsViewIsDisjointWith(other vocab.Type) bool
- func ActivityStreamsViewIsExtendedBy(other vocab.Type) bool
- func ForgeFedBranchIsDisjointWith(other vocab.Type) bool
- func ForgeFedBranchIsExtendedBy(other vocab.Type) bool
- func ForgeFedCommitIsDisjointWith(other vocab.Type) bool
- func ForgeFedCommitIsExtendedBy(other vocab.Type) bool
- func ForgeFedForgeFedBranchExtends(other vocab.Type) bool
- func ForgeFedForgeFedCommitExtends(other vocab.Type) bool
- func ForgeFedForgeFedPushExtends(other vocab.Type) bool
- func ForgeFedForgeFedRepositoryExtends(other vocab.Type) bool
- func ForgeFedForgeFedTicketDependencyExtends(other vocab.Type) bool
- func ForgeFedForgeFedTicketExtends(other vocab.Type) bool
- func ForgeFedPushIsDisjointWith(other vocab.Type) bool
- func ForgeFedPushIsExtendedBy(other vocab.Type) bool
- func ForgeFedRepositoryIsDisjointWith(other vocab.Type) bool
- func ForgeFedRepositoryIsExtendedBy(other vocab.Type) bool
- func ForgeFedTicketDependencyIsDisjointWith(other vocab.Type) bool
- func ForgeFedTicketDependencyIsExtendedBy(other vocab.Type) bool
- func ForgeFedTicketIsDisjointWith(other vocab.Type) bool
- func ForgeFedTicketIsExtendedBy(other vocab.Type) bool
- func IsOrExtendsActivityStreamsAccept(other vocab.Type) bool
- func IsOrExtendsActivityStreamsActivity(other vocab.Type) bool
- func IsOrExtendsActivityStreamsAdd(other vocab.Type) bool
- func IsOrExtendsActivityStreamsAnnounce(other vocab.Type) bool
- func IsOrExtendsActivityStreamsApplication(other vocab.Type) bool
- func IsOrExtendsActivityStreamsArrive(other vocab.Type) bool
- func IsOrExtendsActivityStreamsArticle(other vocab.Type) bool
- func IsOrExtendsActivityStreamsAudio(other vocab.Type) bool
- func IsOrExtendsActivityStreamsBlock(other vocab.Type) bool
- func IsOrExtendsActivityStreamsCollection(other vocab.Type) bool
- func IsOrExtendsActivityStreamsCollectionPage(other vocab.Type) bool
- func IsOrExtendsActivityStreamsCreate(other vocab.Type) bool
- func IsOrExtendsActivityStreamsDelete(other vocab.Type) bool
- func IsOrExtendsActivityStreamsDislike(other vocab.Type) bool
- func IsOrExtendsActivityStreamsDocument(other vocab.Type) bool
- func IsOrExtendsActivityStreamsEndpointCollection(other vocab.Type) bool
- func IsOrExtendsActivityStreamsEvent(other vocab.Type) bool
- func IsOrExtendsActivityStreamsFlag(other vocab.Type) bool
- func IsOrExtendsActivityStreamsFollow(other vocab.Type) bool
- func IsOrExtendsActivityStreamsGroup(other vocab.Type) bool
- func IsOrExtendsActivityStreamsIgnore(other vocab.Type) bool
- func IsOrExtendsActivityStreamsImage(other vocab.Type) bool
- func IsOrExtendsActivityStreamsIntransitiveActivity(other vocab.Type) bool
- func IsOrExtendsActivityStreamsInvite(other vocab.Type) bool
- func IsOrExtendsActivityStreamsJoin(other vocab.Type) bool
- func IsOrExtendsActivityStreamsLeave(other vocab.Type) bool
- func IsOrExtendsActivityStreamsLike(other vocab.Type) bool
- func IsOrExtendsActivityStreamsLink(other vocab.Type) bool
- func IsOrExtendsActivityStreamsListen(other vocab.Type) bool
- func IsOrExtendsActivityStreamsMention(other vocab.Type) bool
- func IsOrExtendsActivityStreamsMove(other vocab.Type) bool
- func IsOrExtendsActivityStreamsNote(other vocab.Type) bool
- func IsOrExtendsActivityStreamsObject(other vocab.Type) bool
- func IsOrExtendsActivityStreamsOffer(other vocab.Type) bool
- func IsOrExtendsActivityStreamsOrderedCollection(other vocab.Type) bool
- func IsOrExtendsActivityStreamsOrderedCollectionPage(other vocab.Type) bool
- func IsOrExtendsActivityStreamsOrganization(other vocab.Type) bool
- func IsOrExtendsActivityStreamsPage(other vocab.Type) bool
- func IsOrExtendsActivityStreamsPerson(other vocab.Type) bool
- func IsOrExtendsActivityStreamsPlace(other vocab.Type) bool
- func IsOrExtendsActivityStreamsProfile(other vocab.Type) bool
- func IsOrExtendsActivityStreamsQuestion(other vocab.Type) bool
- func IsOrExtendsActivityStreamsRead(other vocab.Type) bool
- func IsOrExtendsActivityStreamsReject(other vocab.Type) bool
- func IsOrExtendsActivityStreamsRelationship(other vocab.Type) bool
- func IsOrExtendsActivityStreamsRemove(other vocab.Type) bool
- func IsOrExtendsActivityStreamsService(other vocab.Type) bool
- func IsOrExtendsActivityStreamsTentativeAccept(other vocab.Type) bool
- func IsOrExtendsActivityStreamsTentativeReject(other vocab.Type) bool
- func IsOrExtendsActivityStreamsTombstone(other vocab.Type) bool
- func IsOrExtendsActivityStreamsTravel(other vocab.Type) bool
- func IsOrExtendsActivityStreamsUndo(other vocab.Type) bool
- func IsOrExtendsActivityStreamsUpdate(other vocab.Type) bool
- func IsOrExtendsActivityStreamsVideo(other vocab.Type) bool
- func IsOrExtendsActivityStreamsView(other vocab.Type) bool
- func IsOrExtendsForgeFedBranch(other vocab.Type) bool
- func IsOrExtendsForgeFedCommit(other vocab.Type) bool
- func IsOrExtendsForgeFedPush(other vocab.Type) bool
- func IsOrExtendsForgeFedRepository(other vocab.Type) bool
- func IsOrExtendsForgeFedTicket(other vocab.Type) bool
- func IsOrExtendsForgeFedTicketDependency(other vocab.Type) bool
- func IsOrExtendsTootEmoji(other vocab.Type) bool
- func IsOrExtendsTootIdentityProof(other vocab.Type) bool
- func IsOrExtendsW3IDSecurityV1PublicKey(other vocab.Type) bool
- func IsUnmatchedErr(err error) bool
- func NewActivityStreamsAccept() vocab.ActivityStreamsAccept
- func NewActivityStreamsAccuracyProperty() vocab.ActivityStreamsAccuracyProperty
- func NewActivityStreamsActivity() vocab.ActivityStreamsActivity
- func NewActivityStreamsActorProperty() vocab.ActivityStreamsActorProperty
- func NewActivityStreamsAdd() vocab.ActivityStreamsAdd
- func NewActivityStreamsAltitudeProperty() vocab.ActivityStreamsAltitudeProperty
- func NewActivityStreamsAnnounce() vocab.ActivityStreamsAnnounce
- func NewActivityStreamsAnyOfProperty() vocab.ActivityStreamsAnyOfProperty
- func NewActivityStreamsApplication() vocab.ActivityStreamsApplication
- func NewActivityStreamsArrive() vocab.ActivityStreamsArrive
- func NewActivityStreamsArticle() vocab.ActivityStreamsArticle
- func NewActivityStreamsAttachmentProperty() vocab.ActivityStreamsAttachmentProperty
- func NewActivityStreamsAttributedToProperty() vocab.ActivityStreamsAttributedToProperty
- func NewActivityStreamsAudienceProperty() vocab.ActivityStreamsAudienceProperty
- func NewActivityStreamsAudio() vocab.ActivityStreamsAudio
- func NewActivityStreamsBccProperty() vocab.ActivityStreamsBccProperty
- func NewActivityStreamsBlock() vocab.ActivityStreamsBlock
- func NewActivityStreamsBtoProperty() vocab.ActivityStreamsBtoProperty
- func NewActivityStreamsCcProperty() vocab.ActivityStreamsCcProperty
- func NewActivityStreamsClosedProperty() vocab.ActivityStreamsClosedProperty
- func NewActivityStreamsCollection() vocab.ActivityStreamsCollection
- func NewActivityStreamsCollectionPage() vocab.ActivityStreamsCollectionPage
- func NewActivityStreamsContentProperty() vocab.ActivityStreamsContentProperty
- func NewActivityStreamsContextProperty() vocab.ActivityStreamsContextProperty
- func NewActivityStreamsCreate() vocab.ActivityStreamsCreate
- func NewActivityStreamsCurrentProperty() vocab.ActivityStreamsCurrentProperty
- func NewActivityStreamsDelete() vocab.ActivityStreamsDelete
- func NewActivityStreamsDeletedProperty() vocab.ActivityStreamsDeletedProperty
- func NewActivityStreamsDescribesProperty() vocab.ActivityStreamsDescribesProperty
- func NewActivityStreamsDislike() vocab.ActivityStreamsDislike
- func NewActivityStreamsDocument() vocab.ActivityStreamsDocument
- func NewActivityStreamsDurationProperty() vocab.ActivityStreamsDurationProperty
- func NewActivityStreamsEndTimeProperty() vocab.ActivityStreamsEndTimeProperty
- func NewActivityStreamsEndpointCollection() vocab.ActivityStreamsEndpointCollection
- func NewActivityStreamsEndpointsProperty() vocab.ActivityStreamsEndpointsProperty
- func NewActivityStreamsEvent() vocab.ActivityStreamsEvent
- func NewActivityStreamsFirstProperty() vocab.ActivityStreamsFirstProperty
- func NewActivityStreamsFlag() vocab.ActivityStreamsFlag
- func NewActivityStreamsFollow() vocab.ActivityStreamsFollow
- func NewActivityStreamsFollowersProperty() vocab.ActivityStreamsFollowersProperty
- func NewActivityStreamsFollowingProperty() vocab.ActivityStreamsFollowingProperty
- func NewActivityStreamsFormerTypeProperty() vocab.ActivityStreamsFormerTypeProperty
- func NewActivityStreamsGeneratorProperty() vocab.ActivityStreamsGeneratorProperty
- func NewActivityStreamsGroup() vocab.ActivityStreamsGroup
- func NewActivityStreamsHeightProperty() vocab.ActivityStreamsHeightProperty
- func NewActivityStreamsHrefProperty() vocab.ActivityStreamsHrefProperty
- func NewActivityStreamsHreflangProperty() vocab.ActivityStreamsHreflangProperty
- func NewActivityStreamsIconProperty() vocab.ActivityStreamsIconProperty
- func NewActivityStreamsIgnore() vocab.ActivityStreamsIgnore
- func NewActivityStreamsImage() vocab.ActivityStreamsImage
- func NewActivityStreamsImageProperty() vocab.ActivityStreamsImageProperty
- func NewActivityStreamsInReplyToProperty() vocab.ActivityStreamsInReplyToProperty
- func NewActivityStreamsInboxProperty() vocab.ActivityStreamsInboxProperty
- func NewActivityStreamsInstrumentProperty() vocab.ActivityStreamsInstrumentProperty
- func NewActivityStreamsIntransitiveActivity() vocab.ActivityStreamsIntransitiveActivity
- func NewActivityStreamsInvite() vocab.ActivityStreamsInvite
- func NewActivityStreamsItemsProperty() vocab.ActivityStreamsItemsProperty
- func NewActivityStreamsJoin() vocab.ActivityStreamsJoin
- func NewActivityStreamsLastProperty() vocab.ActivityStreamsLastProperty
- func NewActivityStreamsLatitudeProperty() vocab.ActivityStreamsLatitudeProperty
- func NewActivityStreamsLeave() vocab.ActivityStreamsLeave
- func NewActivityStreamsLike() vocab.ActivityStreamsLike
- func NewActivityStreamsLikedProperty() vocab.ActivityStreamsLikedProperty
- func NewActivityStreamsLikesProperty() vocab.ActivityStreamsLikesProperty
- func NewActivityStreamsLink() vocab.ActivityStreamsLink
- func NewActivityStreamsListen() vocab.ActivityStreamsListen
- func NewActivityStreamsLocationProperty() vocab.ActivityStreamsLocationProperty
- func NewActivityStreamsLongitudeProperty() vocab.ActivityStreamsLongitudeProperty
- func NewActivityStreamsManuallyApprovesFollowersProperty() vocab.ActivityStreamsManuallyApprovesFollowersProperty
- func NewActivityStreamsMediaTypeProperty() vocab.ActivityStreamsMediaTypeProperty
- func NewActivityStreamsMention() vocab.ActivityStreamsMention
- func NewActivityStreamsMove() vocab.ActivityStreamsMove
- func NewActivityStreamsNameProperty() vocab.ActivityStreamsNameProperty
- func NewActivityStreamsNextProperty() vocab.ActivityStreamsNextProperty
- func NewActivityStreamsNote() vocab.ActivityStreamsNote
- func NewActivityStreamsObject() vocab.ActivityStreamsObject
- func NewActivityStreamsObjectProperty() vocab.ActivityStreamsObjectProperty
- func NewActivityStreamsOffer() vocab.ActivityStreamsOffer
- func NewActivityStreamsOneOfProperty() vocab.ActivityStreamsOneOfProperty
- func NewActivityStreamsOrderedCollection() vocab.ActivityStreamsOrderedCollection
- func NewActivityStreamsOrderedCollectionPage() vocab.ActivityStreamsOrderedCollectionPage
- func NewActivityStreamsOrderedItemsProperty() vocab.ActivityStreamsOrderedItemsProperty
- func NewActivityStreamsOrganization() vocab.ActivityStreamsOrganization
- func NewActivityStreamsOriginProperty() vocab.ActivityStreamsOriginProperty
- func NewActivityStreamsOutboxProperty() vocab.ActivityStreamsOutboxProperty
- func NewActivityStreamsPage() vocab.ActivityStreamsPage
- func NewActivityStreamsPartOfProperty() vocab.ActivityStreamsPartOfProperty
- func NewActivityStreamsPerson() vocab.ActivityStreamsPerson
- func NewActivityStreamsPlace() vocab.ActivityStreamsPlace
- func NewActivityStreamsPreferredUsernameProperty() vocab.ActivityStreamsPreferredUsernameProperty
- func NewActivityStreamsPrevProperty() vocab.ActivityStreamsPrevProperty
- func NewActivityStreamsPreviewProperty() vocab.ActivityStreamsPreviewProperty
- func NewActivityStreamsProfile() vocab.ActivityStreamsProfile
- func NewActivityStreamsPublishedProperty() vocab.ActivityStreamsPublishedProperty
- func NewActivityStreamsQuestion() vocab.ActivityStreamsQuestion
- func NewActivityStreamsRadiusProperty() vocab.ActivityStreamsRadiusProperty
- func NewActivityStreamsRead() vocab.ActivityStreamsRead
- func NewActivityStreamsReject() vocab.ActivityStreamsReject
- func NewActivityStreamsRelProperty() vocab.ActivityStreamsRelProperty
- func NewActivityStreamsRelationship() vocab.ActivityStreamsRelationship
- func NewActivityStreamsRelationshipProperty() vocab.ActivityStreamsRelationshipProperty
- func NewActivityStreamsRemove() vocab.ActivityStreamsRemove
- func NewActivityStreamsRepliesProperty() vocab.ActivityStreamsRepliesProperty
- func NewActivityStreamsResultProperty() vocab.ActivityStreamsResultProperty
- func NewActivityStreamsSensitiveProperty() vocab.ActivityStreamsSensitiveProperty
- func NewActivityStreamsService() vocab.ActivityStreamsService
- func NewActivityStreamsSharedInboxProperty() vocab.ActivityStreamsSharedInboxProperty
- func NewActivityStreamsSharesProperty() vocab.ActivityStreamsSharesProperty
- func NewActivityStreamsSourceProperty() vocab.ActivityStreamsSourceProperty
- func NewActivityStreamsStartIndexProperty() vocab.ActivityStreamsStartIndexProperty
- func NewActivityStreamsStartTimeProperty() vocab.ActivityStreamsStartTimeProperty
- func NewActivityStreamsStreamsProperty() vocab.ActivityStreamsStreamsProperty
- func NewActivityStreamsSubjectProperty() vocab.ActivityStreamsSubjectProperty
- func NewActivityStreamsSummaryProperty() vocab.ActivityStreamsSummaryProperty
- func NewActivityStreamsTagProperty() vocab.ActivityStreamsTagProperty
- func NewActivityStreamsTargetProperty() vocab.ActivityStreamsTargetProperty
- func NewActivityStreamsTentativeAccept() vocab.ActivityStreamsTentativeAccept
- func NewActivityStreamsTentativeReject() vocab.ActivityStreamsTentativeReject
- func NewActivityStreamsToProperty() vocab.ActivityStreamsToProperty
- func NewActivityStreamsTombstone() vocab.ActivityStreamsTombstone
- func NewActivityStreamsTotalItemsProperty() vocab.ActivityStreamsTotalItemsProperty
- func NewActivityStreamsTravel() vocab.ActivityStreamsTravel
- func NewActivityStreamsUndo() vocab.ActivityStreamsUndo
- func NewActivityStreamsUnitsProperty() vocab.ActivityStreamsUnitsProperty
- func NewActivityStreamsUpdate() vocab.ActivityStreamsUpdate
- func NewActivityStreamsUpdatedProperty() vocab.ActivityStreamsUpdatedProperty
- func NewActivityStreamsUrlProperty() vocab.ActivityStreamsUrlProperty
- func NewActivityStreamsVideo() vocab.ActivityStreamsVideo
- func NewActivityStreamsView() vocab.ActivityStreamsView
- func NewActivityStreamsWidthProperty() vocab.ActivityStreamsWidthProperty
- func NewForgeFedAssignedToProperty() vocab.ForgeFedAssignedToProperty
- func NewForgeFedBranch() vocab.ForgeFedBranch
- func NewForgeFedCommit() vocab.ForgeFedCommit
- func NewForgeFedCommittedByProperty() vocab.ForgeFedCommittedByProperty
- func NewForgeFedCommittedProperty() vocab.ForgeFedCommittedProperty
- func NewForgeFedDependantsProperty() vocab.ForgeFedDependantsProperty
- func NewForgeFedDependedByProperty() vocab.ForgeFedDependedByProperty
- func NewForgeFedDependenciesProperty() vocab.ForgeFedDependenciesProperty
- func NewForgeFedDependsOnProperty() vocab.ForgeFedDependsOnProperty
- func NewForgeFedDescriptionProperty() vocab.ForgeFedDescriptionProperty
- func NewForgeFedEarlyItemsProperty() vocab.ForgeFedEarlyItemsProperty
- func NewForgeFedFilesAddedProperty() vocab.ForgeFedFilesAddedProperty
- func NewForgeFedFilesModifiedProperty() vocab.ForgeFedFilesModifiedProperty
- func NewForgeFedFilesRemovedProperty() vocab.ForgeFedFilesRemovedProperty
- func NewForgeFedForksProperty() vocab.ForgeFedForksProperty
- func NewForgeFedHashProperty() vocab.ForgeFedHashProperty
- func NewForgeFedIsResolvedProperty() vocab.ForgeFedIsResolvedProperty
- func NewForgeFedPush() vocab.ForgeFedPush
- func NewForgeFedRefProperty() vocab.ForgeFedRefProperty
- func NewForgeFedRepository() vocab.ForgeFedRepository
- func NewForgeFedTeamProperty() vocab.ForgeFedTeamProperty
- func NewForgeFedTicket() vocab.ForgeFedTicket
- func NewForgeFedTicketDependency() vocab.ForgeFedTicketDependency
- func NewForgeFedTicketsTrackedByProperty() vocab.ForgeFedTicketsTrackedByProperty
- func NewForgeFedTracksTicketsForProperty() vocab.ForgeFedTracksTicketsForProperty
- func NewJSONLDIdProperty() vocab.JSONLDIdProperty
- func NewJSONLDTypeProperty() vocab.JSONLDTypeProperty
- func NewTootBlurhashProperty() vocab.TootBlurhashProperty
- func NewTootDiscoverableProperty() vocab.TootDiscoverableProperty
- func NewTootEmoji() vocab.TootEmoji
- func NewTootFeaturedProperty() vocab.TootFeaturedProperty
- func NewTootIdentityProof() vocab.TootIdentityProof
- func NewTootSignatureAlgorithmProperty() vocab.TootSignatureAlgorithmProperty
- func NewTootSignatureValueProperty() vocab.TootSignatureValueProperty
- func NewTootVotersCountProperty() vocab.TootVotersCountProperty
- func NewW3IDSecurityV1OwnerProperty() vocab.W3IDSecurityV1OwnerProperty
- func NewW3IDSecurityV1PublicKey() vocab.W3IDSecurityV1PublicKey
- func NewW3IDSecurityV1PublicKeyPemProperty() vocab.W3IDSecurityV1PublicKeyPemProperty
- func NewW3IDSecurityV1PublicKeyProperty() vocab.W3IDSecurityV1PublicKeyProperty
- func Serialize(a vocab.Type) (m map[string]interface{}, e error)
- func ToType(c context.Context, m map[string]interface{}) (t vocab.Type, err error)
- func TootEmojiIsDisjointWith(other vocab.Type) bool
- func TootEmojiIsExtendedBy(other vocab.Type) bool
- func TootIdentityProofIsDisjointWith(other vocab.Type) bool
- func TootIdentityProofIsExtendedBy(other vocab.Type) bool
- func TootTootEmojiExtends(other vocab.Type) bool
- func TootTootIdentityProofExtends(other vocab.Type) bool
- func W3IDSecurityV1PublicKeyIsDisjointWith(other vocab.Type) bool
- func W3IDSecurityV1PublicKeyIsExtendedBy(other vocab.Type) bool
- func W3IDSecurityV1W3IDSecurityV1PublicKeyExtends(other vocab.Type) bool
- type ActivityStreamsInterface
- type JSONResolver
- type Manager
- func (this Manager) DeserializeAcceptActivityStreams() ...
- func (this Manager) DeserializeAccuracyPropertyActivityStreams() ...
- func (this Manager) DeserializeActivityActivityStreams() ...
- func (this Manager) DeserializeActorPropertyActivityStreams() ...
- func (this Manager) DeserializeAddActivityStreams() ...
- func (this Manager) DeserializeAltitudePropertyActivityStreams() ...
- func (this Manager) DeserializeAnnounceActivityStreams() ...
- func (this Manager) DeserializeAnyOfPropertyActivityStreams() ...
- func (this Manager) DeserializeApplicationActivityStreams() ...
- func (this Manager) DeserializeArriveActivityStreams() ...
- func (this Manager) DeserializeArticleActivityStreams() ...
- func (this Manager) DeserializeAssignedToPropertyForgeFed() ...
- func (this Manager) DeserializeAttachmentPropertyActivityStreams() ...
- func (this Manager) DeserializeAttributedToPropertyActivityStreams() ...
- func (this Manager) DeserializeAudiencePropertyActivityStreams() ...
- func (this Manager) DeserializeAudioActivityStreams() ...
- func (this Manager) DeserializeBccPropertyActivityStreams() ...
- func (this Manager) DeserializeBlockActivityStreams() ...
- func (this Manager) DeserializeBlurhashPropertyToot() ...
- func (this Manager) DeserializeBranchForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedBranch, error)
- func (this Manager) DeserializeBtoPropertyActivityStreams() ...
- func (this Manager) DeserializeCcPropertyActivityStreams() ...
- func (this Manager) DeserializeClosedPropertyActivityStreams() ...
- func (this Manager) DeserializeCollectionActivityStreams() ...
- func (this Manager) DeserializeCollectionPageActivityStreams() ...
- func (this Manager) DeserializeCommitForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedCommit, error)
- func (this Manager) DeserializeCommittedByPropertyForgeFed() ...
- func (this Manager) DeserializeCommittedPropertyForgeFed() ...
- func (this Manager) DeserializeContentPropertyActivityStreams() ...
- func (this Manager) DeserializeContextPropertyActivityStreams() ...
- func (this Manager) DeserializeCreateActivityStreams() ...
- func (this Manager) DeserializeCurrentPropertyActivityStreams() ...
- func (this Manager) DeserializeDeleteActivityStreams() ...
- func (this Manager) DeserializeDeletedPropertyActivityStreams() ...
- func (this Manager) DeserializeDependantsPropertyForgeFed() ...
- func (this Manager) DeserializeDependedByPropertyForgeFed() ...
- func (this Manager) DeserializeDependenciesPropertyForgeFed() ...
- func (this Manager) DeserializeDependsOnPropertyForgeFed() ...
- func (this Manager) DeserializeDescribesPropertyActivityStreams() ...
- func (this Manager) DeserializeDescriptionPropertyForgeFed() ...
- func (this Manager) DeserializeDiscoverablePropertyToot() ...
- func (this Manager) DeserializeDislikeActivityStreams() ...
- func (this Manager) DeserializeDocumentActivityStreams() ...
- func (this Manager) DeserializeDurationPropertyActivityStreams() ...
- func (this Manager) DeserializeEarlyItemsPropertyForgeFed() ...
- func (this Manager) DeserializeEmojiToot() func(map[string]interface{}, map[string]string) (vocab.TootEmoji, error)
- func (this Manager) DeserializeEndTimePropertyActivityStreams() ...
- func (this Manager) DeserializeEndpointCollectionActivityStreams() ...
- func (this Manager) DeserializeEndpointsPropertyActivityStreams() ...
- func (this Manager) DeserializeEventActivityStreams() ...
- func (this Manager) DeserializeFeaturedPropertyToot() ...
- func (this Manager) DeserializeFilesAddedPropertyForgeFed() ...
- func (this Manager) DeserializeFilesModifiedPropertyForgeFed() ...
- func (this Manager) DeserializeFilesRemovedPropertyForgeFed() ...
- func (this Manager) DeserializeFirstPropertyActivityStreams() ...
- func (this Manager) DeserializeFlagActivityStreams() ...
- func (this Manager) DeserializeFollowActivityStreams() ...
- func (this Manager) DeserializeFollowersPropertyActivityStreams() ...
- func (this Manager) DeserializeFollowingPropertyActivityStreams() ...
- func (this Manager) DeserializeForksPropertyForgeFed() ...
- func (this Manager) DeserializeFormerTypePropertyActivityStreams() ...
- func (this Manager) DeserializeGeneratorPropertyActivityStreams() ...
- func (this Manager) DeserializeGroupActivityStreams() ...
- func (this Manager) DeserializeHashPropertyForgeFed() ...
- func (this Manager) DeserializeHeightPropertyActivityStreams() ...
- func (this Manager) DeserializeHrefPropertyActivityStreams() ...
- func (this Manager) DeserializeHreflangPropertyActivityStreams() ...
- func (this Manager) DeserializeIconPropertyActivityStreams() ...
- func (this Manager) DeserializeIdPropertyJSONLD() ...
- func (this Manager) DeserializeIdentityProofToot() ...
- func (this Manager) DeserializeIgnoreActivityStreams() ...
- func (this Manager) DeserializeImageActivityStreams() ...
- func (this Manager) DeserializeImagePropertyActivityStreams() ...
- func (this Manager) DeserializeInReplyToPropertyActivityStreams() ...
- func (this Manager) DeserializeInboxPropertyActivityStreams() ...
- func (this Manager) DeserializeInstrumentPropertyActivityStreams() ...
- func (this Manager) DeserializeIntransitiveActivityActivityStreams() ...
- func (this Manager) DeserializeInviteActivityStreams() ...
- func (this Manager) DeserializeIsResolvedPropertyForgeFed() ...
- func (this Manager) DeserializeItemsPropertyActivityStreams() ...
- func (this Manager) DeserializeJoinActivityStreams() ...
- func (this Manager) DeserializeLastPropertyActivityStreams() ...
- func (this Manager) DeserializeLatitudePropertyActivityStreams() ...
- func (this Manager) DeserializeLeaveActivityStreams() ...
- func (this Manager) DeserializeLikeActivityStreams() ...
- func (this Manager) DeserializeLikedPropertyActivityStreams() ...
- func (this Manager) DeserializeLikesPropertyActivityStreams() ...
- func (this Manager) DeserializeLinkActivityStreams() ...
- func (this Manager) DeserializeListenActivityStreams() ...
- func (this Manager) DeserializeLocationPropertyActivityStreams() ...
- func (this Manager) DeserializeLongitudePropertyActivityStreams() ...
- func (this Manager) DeserializeManuallyApprovesFollowersPropertyActivityStreams() ...
- func (this Manager) DeserializeMediaTypePropertyActivityStreams() ...
- func (this Manager) DeserializeMentionActivityStreams() ...
- func (this Manager) DeserializeMoveActivityStreams() ...
- func (this Manager) DeserializeNamePropertyActivityStreams() ...
- func (this Manager) DeserializeNextPropertyActivityStreams() ...
- func (this Manager) DeserializeNoteActivityStreams() ...
- func (this Manager) DeserializeObjectActivityStreams() ...
- func (this Manager) DeserializeObjectPropertyActivityStreams() ...
- func (this Manager) DeserializeOfferActivityStreams() ...
- func (this Manager) DeserializeOneOfPropertyActivityStreams() ...
- func (this Manager) DeserializeOrderedCollectionActivityStreams() ...
- func (this Manager) DeserializeOrderedCollectionPageActivityStreams() ...
- func (this Manager) DeserializeOrderedItemsPropertyActivityStreams() ...
- func (this Manager) DeserializeOrganizationActivityStreams() ...
- func (this Manager) DeserializeOriginPropertyActivityStreams() ...
- func (this Manager) DeserializeOutboxPropertyActivityStreams() ...
- func (this Manager) DeserializeOwnerPropertyW3IDSecurityV1() ...
- func (this Manager) DeserializePageActivityStreams() ...
- func (this Manager) DeserializePartOfPropertyActivityStreams() ...
- func (this Manager) DeserializePersonActivityStreams() ...
- func (this Manager) DeserializePlaceActivityStreams() ...
- func (this Manager) DeserializePreferredUsernamePropertyActivityStreams() ...
- func (this Manager) DeserializePrevPropertyActivityStreams() ...
- func (this Manager) DeserializePreviewPropertyActivityStreams() ...
- func (this Manager) DeserializeProfileActivityStreams() ...
- func (this Manager) DeserializePublicKeyPemPropertyW3IDSecurityV1() ...
- func (this Manager) DeserializePublicKeyPropertyW3IDSecurityV1() ...
- func (this Manager) DeserializePublicKeyW3IDSecurityV1() ...
- func (this Manager) DeserializePublishedPropertyActivityStreams() ...
- func (this Manager) DeserializePushForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedPush, error)
- func (this Manager) DeserializeQuestionActivityStreams() ...
- func (this Manager) DeserializeRadiusPropertyActivityStreams() ...
- func (this Manager) DeserializeReadActivityStreams() ...
- func (this Manager) DeserializeRefPropertyForgeFed() ...
- func (this Manager) DeserializeRejectActivityStreams() ...
- func (this Manager) DeserializeRelPropertyActivityStreams() ...
- func (this Manager) DeserializeRelationshipActivityStreams() ...
- func (this Manager) DeserializeRelationshipPropertyActivityStreams() ...
- func (this Manager) DeserializeRemoveActivityStreams() ...
- func (this Manager) DeserializeRepliesPropertyActivityStreams() ...
- func (this Manager) DeserializeRepositoryForgeFed() ...
- func (this Manager) DeserializeResultPropertyActivityStreams() ...
- func (this Manager) DeserializeSensitivePropertyActivityStreams() ...
- func (this Manager) DeserializeServiceActivityStreams() ...
- func (this Manager) DeserializeSharedInboxPropertyActivityStreams() ...
- func (this Manager) DeserializeSharesPropertyActivityStreams() ...
- func (this Manager) DeserializeSignatureAlgorithmPropertyToot() ...
- func (this Manager) DeserializeSignatureValuePropertyToot() ...
- func (this Manager) DeserializeSourcePropertyActivityStreams() ...
- func (this Manager) DeserializeStartIndexPropertyActivityStreams() ...
- func (this Manager) DeserializeStartTimePropertyActivityStreams() ...
- func (this Manager) DeserializeStreamsPropertyActivityStreams() ...
- func (this Manager) DeserializeSubjectPropertyActivityStreams() ...
- func (this Manager) DeserializeSummaryPropertyActivityStreams() ...
- func (this Manager) DeserializeTagPropertyActivityStreams() ...
- func (this Manager) DeserializeTargetPropertyActivityStreams() ...
- func (this Manager) DeserializeTeamPropertyForgeFed() ...
- func (this Manager) DeserializeTentativeAcceptActivityStreams() ...
- func (this Manager) DeserializeTentativeRejectActivityStreams() ...
- func (this Manager) DeserializeTicketDependencyForgeFed() ...
- func (this Manager) DeserializeTicketForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedTicket, error)
- func (this Manager) DeserializeTicketsTrackedByPropertyForgeFed() ...
- func (this Manager) DeserializeToPropertyActivityStreams() ...
- func (this Manager) DeserializeTombstoneActivityStreams() ...
- func (this Manager) DeserializeTotalItemsPropertyActivityStreams() ...
- func (this Manager) DeserializeTracksTicketsForPropertyForgeFed() ...
- func (this Manager) DeserializeTravelActivityStreams() ...
- func (this Manager) DeserializeTypePropertyJSONLD() ...
- func (this Manager) DeserializeUndoActivityStreams() ...
- func (this Manager) DeserializeUnitsPropertyActivityStreams() ...
- func (this Manager) DeserializeUpdateActivityStreams() ...
- func (this Manager) DeserializeUpdatedPropertyActivityStreams() ...
- func (this Manager) DeserializeUrlPropertyActivityStreams() ...
- func (this Manager) DeserializeVideoActivityStreams() ...
- func (this Manager) DeserializeViewActivityStreams() ...
- func (this Manager) DeserializeVotersCountPropertyToot() ...
- func (this Manager) DeserializeWidthPropertyActivityStreams() ...
- type Resolver
- type TypePredicatedResolver
- type TypeResolver
Constants ¶
This section is empty.
Variables ¶
var ActivityStreamsAcceptName string = "Accept"
ActivityStreamsAcceptName is the string literal of the name for the Accept type in the ActivityStreams vocabulary.
var ActivityStreamsAccuracyPropertyName string = "accuracy"
ActivityStreamsAccuracyPropertyName is the string literal of the name for the accuracy property in the ActivityStreams vocabulary.
var ActivityStreamsActivityName string = "Activity"
ActivityStreamsActivityName is the string literal of the name for the Activity type in the ActivityStreams vocabulary.
var ActivityStreamsActorPropertyName string = "actor"
ActivityStreamsActorPropertyName is the string literal of the name for the actor property in the ActivityStreams vocabulary.
var ActivityStreamsAddName string = "Add"
ActivityStreamsAddName is the string literal of the name for the Add type in the ActivityStreams vocabulary.
var ActivityStreamsAltitudePropertyName string = "altitude"
ActivityStreamsAltitudePropertyName is the string literal of the name for the altitude property in the ActivityStreams vocabulary.
var ActivityStreamsAnnounceName string = "Announce"
ActivityStreamsAnnounceName is the string literal of the name for the Announce type in the ActivityStreams vocabulary.
var ActivityStreamsAnyOfPropertyName string = "anyOf"
ActivityStreamsAnyOfPropertyName is the string literal of the name for the anyOf property in the ActivityStreams vocabulary.
var ActivityStreamsApplicationName string = "Application"
ActivityStreamsApplicationName is the string literal of the name for the Application type in the ActivityStreams vocabulary.
var ActivityStreamsArriveName string = "Arrive"
ActivityStreamsArriveName is the string literal of the name for the Arrive type in the ActivityStreams vocabulary.
var ActivityStreamsArticleName string = "Article"
ActivityStreamsArticleName is the string literal of the name for the Article type in the ActivityStreams vocabulary.
var ActivityStreamsAttachmentPropertyName string = "attachment"
ActivityStreamsAttachmentPropertyName is the string literal of the name for the attachment property in the ActivityStreams vocabulary.
var ActivityStreamsAttributedToPropertyName string = "attributedTo"
ActivityStreamsAttributedToPropertyName is the string literal of the name for the attributedTo property in the ActivityStreams vocabulary.
var ActivityStreamsAudiencePropertyName string = "audience"
ActivityStreamsAudiencePropertyName is the string literal of the name for the audience property in the ActivityStreams vocabulary.
var ActivityStreamsAudioName string = "Audio"
ActivityStreamsAudioName is the string literal of the name for the Audio type in the ActivityStreams vocabulary.
var ActivityStreamsBccPropertyName string = "bcc"
ActivityStreamsBccPropertyName is the string literal of the name for the bcc property in the ActivityStreams vocabulary.
var ActivityStreamsBlockName string = "Block"
ActivityStreamsBlockName is the string literal of the name for the Block type in the ActivityStreams vocabulary.
var ActivityStreamsBtoPropertyName string = "bto"
ActivityStreamsBtoPropertyName is the string literal of the name for the bto property in the ActivityStreams vocabulary.
var ActivityStreamsCcPropertyName string = "cc"
ActivityStreamsCcPropertyName is the string literal of the name for the cc property in the ActivityStreams vocabulary.
var ActivityStreamsClosedPropertyName string = "closed"
ActivityStreamsClosedPropertyName is the string literal of the name for the closed property in the ActivityStreams vocabulary.
var ActivityStreamsCollectionName string = "Collection"
ActivityStreamsCollectionName is the string literal of the name for the Collection type in the ActivityStreams vocabulary.
var ActivityStreamsCollectionPageName string = "CollectionPage"
ActivityStreamsCollectionPageName is the string literal of the name for the CollectionPage type in the ActivityStreams vocabulary.
var ActivityStreamsContentPropertyMapName string = "contentMap"
ActivityStreamsContentPropertyMapName is the string literal of the name for the content property in the ActivityStreams vocabulary when it is a natural language map.
var ActivityStreamsContentPropertyName string = "content"
ActivityStreamsContentPropertyName is the string literal of the name for the content property in the ActivityStreams vocabulary.
var ActivityStreamsContextPropertyName string = "context"
ActivityStreamsContextPropertyName is the string literal of the name for the context property in the ActivityStreams vocabulary.
var ActivityStreamsCreateName string = "Create"
ActivityStreamsCreateName is the string literal of the name for the Create type in the ActivityStreams vocabulary.
var ActivityStreamsCurrentPropertyName string = "current"
ActivityStreamsCurrentPropertyName is the string literal of the name for the current property in the ActivityStreams vocabulary.
var ActivityStreamsDeleteName string = "Delete"
ActivityStreamsDeleteName is the string literal of the name for the Delete type in the ActivityStreams vocabulary.
var ActivityStreamsDeletedPropertyName string = "deleted"
ActivityStreamsDeletedPropertyName is the string literal of the name for the deleted property in the ActivityStreams vocabulary.
var ActivityStreamsDescribesPropertyName string = "describes"
ActivityStreamsDescribesPropertyName is the string literal of the name for the describes property in the ActivityStreams vocabulary.
var ActivityStreamsDislikeName string = "Dislike"
ActivityStreamsDislikeName is the string literal of the name for the Dislike type in the ActivityStreams vocabulary.
var ActivityStreamsDocumentName string = "Document"
ActivityStreamsDocumentName is the string literal of the name for the Document type in the ActivityStreams vocabulary.
var ActivityStreamsDurationPropertyName string = "duration"
ActivityStreamsDurationPropertyName is the string literal of the name for the duration property in the ActivityStreams vocabulary.
var ActivityStreamsEndTimePropertyName string = "endTime"
ActivityStreamsEndTimePropertyName is the string literal of the name for the endTime property in the ActivityStreams vocabulary.
var ActivityStreamsEndpointCollectionName string = "EndpointCollection"
ActivityStreamsEndpointCollectionName is the string literal of the name for the EndpointCollection type in the ActivityStreams vocabulary.
var ActivityStreamsEndpointsPropertyName string = "endpoints"
ActivityStreamsEndpointsPropertyName is the string literal of the name for the endpoints property in the ActivityStreams vocabulary.
var ActivityStreamsEventName string = "Event"
ActivityStreamsEventName is the string literal of the name for the Event type in the ActivityStreams vocabulary.
var ActivityStreamsFirstPropertyName string = "first"
ActivityStreamsFirstPropertyName is the string literal of the name for the first property in the ActivityStreams vocabulary.
var ActivityStreamsFlagName string = "Flag"
ActivityStreamsFlagName is the string literal of the name for the Flag type in the ActivityStreams vocabulary.
var ActivityStreamsFollowName string = "Follow"
ActivityStreamsFollowName is the string literal of the name for the Follow type in the ActivityStreams vocabulary.
var ActivityStreamsFollowersPropertyName string = "followers"
ActivityStreamsFollowersPropertyName is the string literal of the name for the followers property in the ActivityStreams vocabulary.
var ActivityStreamsFollowingPropertyName string = "following"
ActivityStreamsFollowingPropertyName is the string literal of the name for the following property in the ActivityStreams vocabulary.
var ActivityStreamsFormerTypePropertyName string = "formerType"
ActivityStreamsFormerTypePropertyName is the string literal of the name for the formerType property in the ActivityStreams vocabulary.
var ActivityStreamsGeneratorPropertyName string = "generator"
ActivityStreamsGeneratorPropertyName is the string literal of the name for the generator property in the ActivityStreams vocabulary.
var ActivityStreamsGroupName string = "Group"
ActivityStreamsGroupName is the string literal of the name for the Group type in the ActivityStreams vocabulary.
var ActivityStreamsHeightPropertyName string = "height"
ActivityStreamsHeightPropertyName is the string literal of the name for the height property in the ActivityStreams vocabulary.
var ActivityStreamsHrefPropertyName string = "href"
ActivityStreamsHrefPropertyName is the string literal of the name for the href property in the ActivityStreams vocabulary.
var ActivityStreamsHreflangPropertyName string = "hreflang"
ActivityStreamsHreflangPropertyName is the string literal of the name for the hreflang property in the ActivityStreams vocabulary.
var ActivityStreamsIconPropertyName string = "icon"
ActivityStreamsIconPropertyName is the string literal of the name for the icon property in the ActivityStreams vocabulary.
var ActivityStreamsIgnoreName string = "Ignore"
ActivityStreamsIgnoreName is the string literal of the name for the Ignore type in the ActivityStreams vocabulary.
var ActivityStreamsImageName string = "Image"
ActivityStreamsImageName is the string literal of the name for the Image type in the ActivityStreams vocabulary.
var ActivityStreamsImagePropertyName string = "image"
ActivityStreamsImagePropertyName is the string literal of the name for the image property in the ActivityStreams vocabulary.
var ActivityStreamsInReplyToPropertyName string = "inReplyTo"
ActivityStreamsInReplyToPropertyName is the string literal of the name for the inReplyTo property in the ActivityStreams vocabulary.
var ActivityStreamsInboxPropertyName string = "inbox"
ActivityStreamsInboxPropertyName is the string literal of the name for the inbox property in the ActivityStreams vocabulary.
var ActivityStreamsInstrumentPropertyName string = "instrument"
ActivityStreamsInstrumentPropertyName is the string literal of the name for the instrument property in the ActivityStreams vocabulary.
var ActivityStreamsIntransitiveActivityName string = "IntransitiveActivity"
ActivityStreamsIntransitiveActivityName is the string literal of the name for the IntransitiveActivity type in the ActivityStreams vocabulary.
var ActivityStreamsInviteName string = "Invite"
ActivityStreamsInviteName is the string literal of the name for the Invite type in the ActivityStreams vocabulary.
var ActivityStreamsItemsPropertyName string = "items"
ActivityStreamsItemsPropertyName is the string literal of the name for the items property in the ActivityStreams vocabulary.
var ActivityStreamsJoinName string = "Join"
ActivityStreamsJoinName is the string literal of the name for the Join type in the ActivityStreams vocabulary.
var ActivityStreamsLastPropertyName string = "last"
ActivityStreamsLastPropertyName is the string literal of the name for the last property in the ActivityStreams vocabulary.
var ActivityStreamsLatitudePropertyName string = "latitude"
ActivityStreamsLatitudePropertyName is the string literal of the name for the latitude property in the ActivityStreams vocabulary.
var ActivityStreamsLeaveName string = "Leave"
ActivityStreamsLeaveName is the string literal of the name for the Leave type in the ActivityStreams vocabulary.
var ActivityStreamsLikeName string = "Like"
ActivityStreamsLikeName is the string literal of the name for the Like type in the ActivityStreams vocabulary.
var ActivityStreamsLikedPropertyName string = "liked"
ActivityStreamsLikedPropertyName is the string literal of the name for the liked property in the ActivityStreams vocabulary.
var ActivityStreamsLikesPropertyName string = "likes"
ActivityStreamsLikesPropertyName is the string literal of the name for the likes property in the ActivityStreams vocabulary.
var ActivityStreamsLinkName string = "Link"
ActivityStreamsLinkName is the string literal of the name for the Link type in the ActivityStreams vocabulary.
var ActivityStreamsListenName string = "Listen"
ActivityStreamsListenName is the string literal of the name for the Listen type in the ActivityStreams vocabulary.
var ActivityStreamsLocationPropertyName string = "location"
ActivityStreamsLocationPropertyName is the string literal of the name for the location property in the ActivityStreams vocabulary.
var ActivityStreamsLongitudePropertyName string = "longitude"
ActivityStreamsLongitudePropertyName is the string literal of the name for the longitude property in the ActivityStreams vocabulary.
var ActivityStreamsManuallyApprovesFollowersPropertyName string = "manuallyApprovesFollowers"
ActivityStreamsManuallyApprovesFollowersPropertyName is the string literal of the name for the manuallyApprovesFollowers property in the ActivityStreams vocabulary.
var ActivityStreamsMediaTypePropertyName string = "mediaType"
ActivityStreamsMediaTypePropertyName is the string literal of the name for the mediaType property in the ActivityStreams vocabulary.
var ActivityStreamsMentionName string = "Mention"
ActivityStreamsMentionName is the string literal of the name for the Mention type in the ActivityStreams vocabulary.
var ActivityStreamsMoveName string = "Move"
ActivityStreamsMoveName is the string literal of the name for the Move type in the ActivityStreams vocabulary.
var ActivityStreamsNamePropertyMapName string = "nameMap"
ActivityStreamsNamePropertyMapName is the string literal of the name for the name property in the ActivityStreams vocabulary when it is a natural language map.
var ActivityStreamsNamePropertyName string = "name"
ActivityStreamsNamePropertyName is the string literal of the name for the name property in the ActivityStreams vocabulary.
var ActivityStreamsNextPropertyName string = "next"
ActivityStreamsNextPropertyName is the string literal of the name for the next property in the ActivityStreams vocabulary.
var ActivityStreamsNoteName string = "Note"
ActivityStreamsNoteName is the string literal of the name for the Note type in the ActivityStreams vocabulary.
var ActivityStreamsObjectName string = "Object"
ActivityStreamsObjectName is the string literal of the name for the Object type in the ActivityStreams vocabulary.
var ActivityStreamsObjectPropertyName string = "object"
ActivityStreamsObjectPropertyName is the string literal of the name for the object property in the ActivityStreams vocabulary.
var ActivityStreamsOfferName string = "Offer"
ActivityStreamsOfferName is the string literal of the name for the Offer type in the ActivityStreams vocabulary.
var ActivityStreamsOneOfPropertyName string = "oneOf"
ActivityStreamsOneOfPropertyName is the string literal of the name for the oneOf property in the ActivityStreams vocabulary.
var ActivityStreamsOrderedCollectionName string = "OrderedCollection"
ActivityStreamsOrderedCollectionName is the string literal of the name for the OrderedCollection type in the ActivityStreams vocabulary.
var ActivityStreamsOrderedCollectionPageName string = "OrderedCollectionPage"
ActivityStreamsOrderedCollectionPageName is the string literal of the name for the OrderedCollectionPage type in the ActivityStreams vocabulary.
var ActivityStreamsOrderedItemsPropertyName string = "orderedItems"
ActivityStreamsOrderedItemsPropertyName is the string literal of the name for the orderedItems property in the ActivityStreams vocabulary.
var ActivityStreamsOrganizationName string = "Organization"
ActivityStreamsOrganizationName is the string literal of the name for the Organization type in the ActivityStreams vocabulary.
var ActivityStreamsOriginPropertyName string = "origin"
ActivityStreamsOriginPropertyName is the string literal of the name for the origin property in the ActivityStreams vocabulary.
var ActivityStreamsOutboxPropertyName string = "outbox"
ActivityStreamsOutboxPropertyName is the string literal of the name for the outbox property in the ActivityStreams vocabulary.
var ActivityStreamsPageName string = "Page"
ActivityStreamsPageName is the string literal of the name for the Page type in the ActivityStreams vocabulary.
var ActivityStreamsPartOfPropertyName string = "partOf"
ActivityStreamsPartOfPropertyName is the string literal of the name for the partOf property in the ActivityStreams vocabulary.
var ActivityStreamsPersonName string = "Person"
ActivityStreamsPersonName is the string literal of the name for the Person type in the ActivityStreams vocabulary.
var ActivityStreamsPlaceName string = "Place"
ActivityStreamsPlaceName is the string literal of the name for the Place type in the ActivityStreams vocabulary.
var ActivityStreamsPreferredUsernamePropertyMapName string = "preferredUsernameMap"
ActivityStreamsPreferredUsernamePropertyMapName is the string literal of the name for the preferredUsername property in the ActivityStreams vocabulary when it is a natural language map.
var ActivityStreamsPreferredUsernamePropertyName string = "preferredUsername"
ActivityStreamsPreferredUsernamePropertyName is the string literal of the name for the preferredUsername property in the ActivityStreams vocabulary.
var ActivityStreamsPrevPropertyName string = "prev"
ActivityStreamsPrevPropertyName is the string literal of the name for the prev property in the ActivityStreams vocabulary.
var ActivityStreamsPreviewPropertyName string = "preview"
ActivityStreamsPreviewPropertyName is the string literal of the name for the preview property in the ActivityStreams vocabulary.
var ActivityStreamsProfileName string = "Profile"
ActivityStreamsProfileName is the string literal of the name for the Profile type in the ActivityStreams vocabulary.
var ActivityStreamsPublishedPropertyName string = "published"
ActivityStreamsPublishedPropertyName is the string literal of the name for the published property in the ActivityStreams vocabulary.
var ActivityStreamsQuestionName string = "Question"
ActivityStreamsQuestionName is the string literal of the name for the Question type in the ActivityStreams vocabulary.
var ActivityStreamsRadiusPropertyName string = "radius"
ActivityStreamsRadiusPropertyName is the string literal of the name for the radius property in the ActivityStreams vocabulary.
var ActivityStreamsReadName string = "Read"
ActivityStreamsReadName is the string literal of the name for the Read type in the ActivityStreams vocabulary.
var ActivityStreamsRejectName string = "Reject"
ActivityStreamsRejectName is the string literal of the name for the Reject type in the ActivityStreams vocabulary.
var ActivityStreamsRelPropertyName string = "rel"
ActivityStreamsRelPropertyName is the string literal of the name for the rel property in the ActivityStreams vocabulary.
var ActivityStreamsRelationshipName string = "Relationship"
ActivityStreamsRelationshipName is the string literal of the name for the Relationship type in the ActivityStreams vocabulary.
var ActivityStreamsRelationshipPropertyName string = "relationship"
ActivityStreamsRelationshipPropertyName is the string literal of the name for the relationship property in the ActivityStreams vocabulary.
var ActivityStreamsRemoveName string = "Remove"
ActivityStreamsRemoveName is the string literal of the name for the Remove type in the ActivityStreams vocabulary.
var ActivityStreamsRepliesPropertyName string = "replies"
ActivityStreamsRepliesPropertyName is the string literal of the name for the replies property in the ActivityStreams vocabulary.
var ActivityStreamsResultPropertyName string = "result"
ActivityStreamsResultPropertyName is the string literal of the name for the result property in the ActivityStreams vocabulary.
var ActivityStreamsSensitivePropertyName string = "sensitive"
ActivityStreamsSensitivePropertyName is the string literal of the name for the sensitive property in the ActivityStreams vocabulary.
var ActivityStreamsServiceName string = "Service"
ActivityStreamsServiceName is the string literal of the name for the Service type in the ActivityStreams vocabulary.
ActivityStreamsSharedInboxPropertyName is the string literal of the name for the sharedInbox property in the ActivityStreams vocabulary.
ActivityStreamsSharesPropertyName is the string literal of the name for the shares property in the ActivityStreams vocabulary.
var ActivityStreamsSourcePropertyName string = "source"
ActivityStreamsSourcePropertyName is the string literal of the name for the source property in the ActivityStreams vocabulary.
var ActivityStreamsStartIndexPropertyName string = "startIndex"
ActivityStreamsStartIndexPropertyName is the string literal of the name for the startIndex property in the ActivityStreams vocabulary.
var ActivityStreamsStartTimePropertyName string = "startTime"
ActivityStreamsStartTimePropertyName is the string literal of the name for the startTime property in the ActivityStreams vocabulary.
var ActivityStreamsStreamsPropertyName string = "streams"
ActivityStreamsStreamsPropertyName is the string literal of the name for the streams property in the ActivityStreams vocabulary.
var ActivityStreamsSubjectPropertyName string = "subject"
ActivityStreamsSubjectPropertyName is the string literal of the name for the subject property in the ActivityStreams vocabulary.
var ActivityStreamsSummaryPropertyMapName string = "summaryMap"
ActivityStreamsSummaryPropertyMapName is the string literal of the name for the summary property in the ActivityStreams vocabulary when it is a natural language map.
var ActivityStreamsSummaryPropertyName string = "summary"
ActivityStreamsSummaryPropertyName is the string literal of the name for the summary property in the ActivityStreams vocabulary.
var ActivityStreamsTagPropertyName string = "tag"
ActivityStreamsTagPropertyName is the string literal of the name for the tag property in the ActivityStreams vocabulary.
var ActivityStreamsTargetPropertyName string = "target"
ActivityStreamsTargetPropertyName is the string literal of the name for the target property in the ActivityStreams vocabulary.
var ActivityStreamsTentativeAcceptName string = "TentativeAccept"
ActivityStreamsTentativeAcceptName is the string literal of the name for the TentativeAccept type in the ActivityStreams vocabulary.
var ActivityStreamsTentativeRejectName string = "TentativeReject"
ActivityStreamsTentativeRejectName is the string literal of the name for the TentativeReject type in the ActivityStreams vocabulary.
var ActivityStreamsToPropertyName string = "to"
ActivityStreamsToPropertyName is the string literal of the name for the to property in the ActivityStreams vocabulary.
var ActivityStreamsTombstoneName string = "Tombstone"
ActivityStreamsTombstoneName is the string literal of the name for the Tombstone type in the ActivityStreams vocabulary.
var ActivityStreamsTotalItemsPropertyName string = "totalItems"
ActivityStreamsTotalItemsPropertyName is the string literal of the name for the totalItems property in the ActivityStreams vocabulary.
var ActivityStreamsTravelName string = "Travel"
ActivityStreamsTravelName is the string literal of the name for the Travel type in the ActivityStreams vocabulary.
var ActivityStreamsUndoName string = "Undo"
ActivityStreamsUndoName is the string literal of the name for the Undo type in the ActivityStreams vocabulary.
var ActivityStreamsUnitsPropertyName string = "units"
ActivityStreamsUnitsPropertyName is the string literal of the name for the units property in the ActivityStreams vocabulary.
var ActivityStreamsUpdateName string = "Update"
ActivityStreamsUpdateName is the string literal of the name for the Update type in the ActivityStreams vocabulary.
var ActivityStreamsUpdatedPropertyName string = "updated"
ActivityStreamsUpdatedPropertyName is the string literal of the name for the updated property in the ActivityStreams vocabulary.
var ActivityStreamsUrlPropertyName string = "url"
ActivityStreamsUrlPropertyName is the string literal of the name for the url property in the ActivityStreams vocabulary.
var ActivityStreamsVideoName string = "Video"
ActivityStreamsVideoName is the string literal of the name for the Video type in the ActivityStreams vocabulary.
var ActivityStreamsViewName string = "View"
ActivityStreamsViewName is the string literal of the name for the View type in the ActivityStreams vocabulary.
var ActivityStreamsWidthPropertyName string = "width"
ActivityStreamsWidthPropertyName is the string literal of the name for the width property in the ActivityStreams vocabulary.
var ErrNoCallbackMatch error = errors.New("activity stream did not match the callback function")
ErrNoCallbackMatch indicates a Resolver could not match the ActivityStreams value to a callback function.
var ErrPredicateUnmatched error = errors.New("activity stream did not match type demanded by predicate")
ErrPredicateUnmatched indicates that a predicate is accepting a type or interface that does not match an ActivityStreams value's type or interface.
var ErrUnhandledType error = errors.New("activity stream did not match any known types")
ErrUnhandledType indicates that an ActivityStreams value has a type that is not handled by the code that has been generated.
var ForgeFedAssignedToPropertyName string = "assignedTo"
ForgeFedAssignedToPropertyName is the string literal of the name for the assignedTo property in the ForgeFed vocabulary.
var ForgeFedBranchName string = "Branch"
ForgeFedBranchName is the string literal of the name for the Branch type in the ForgeFed vocabulary.
var ForgeFedCommitName string = "Commit"
ForgeFedCommitName is the string literal of the name for the Commit type in the ForgeFed vocabulary.
var ForgeFedCommittedByPropertyName string = "committedBy"
ForgeFedCommittedByPropertyName is the string literal of the name for the committedBy property in the ForgeFed vocabulary.
var ForgeFedCommittedPropertyName string = "committed"
ForgeFedCommittedPropertyName is the string literal of the name for the committed property in the ForgeFed vocabulary.
var ForgeFedDependantsPropertyName string = "dependants"
ForgeFedDependantsPropertyName is the string literal of the name for the dependants property in the ForgeFed vocabulary.
var ForgeFedDependedByPropertyName string = "dependedBy"
ForgeFedDependedByPropertyName is the string literal of the name for the dependedBy property in the ForgeFed vocabulary.
var ForgeFedDependenciesPropertyName string = "dependencies"
ForgeFedDependenciesPropertyName is the string literal of the name for the dependencies property in the ForgeFed vocabulary.
var ForgeFedDependsOnPropertyName string = "dependsOn"
ForgeFedDependsOnPropertyName is the string literal of the name for the dependsOn property in the ForgeFed vocabulary.
var ForgeFedDescriptionPropertyName string = "description"
ForgeFedDescriptionPropertyName is the string literal of the name for the description property in the ForgeFed vocabulary.
var ForgeFedEarlyItemsPropertyName string = "earlyItems"
ForgeFedEarlyItemsPropertyName is the string literal of the name for the earlyItems property in the ForgeFed vocabulary.
var ForgeFedFilesAddedPropertyName string = "filesAdded"
ForgeFedFilesAddedPropertyName is the string literal of the name for the filesAdded property in the ForgeFed vocabulary.
var ForgeFedFilesModifiedPropertyName string = "filesModified"
ForgeFedFilesModifiedPropertyName is the string literal of the name for the filesModified property in the ForgeFed vocabulary.
var ForgeFedFilesRemovedPropertyName string = "filesRemoved"
ForgeFedFilesRemovedPropertyName is the string literal of the name for the filesRemoved property in the ForgeFed vocabulary.
var ForgeFedForksPropertyName string = "forks"
ForgeFedForksPropertyName is the string literal of the name for the forks property in the ForgeFed vocabulary.
var ForgeFedHashPropertyName string = "hash"
ForgeFedHashPropertyName is the string literal of the name for the hash property in the ForgeFed vocabulary.
var ForgeFedIsResolvedPropertyName string = "isResolved"
ForgeFedIsResolvedPropertyName is the string literal of the name for the isResolved property in the ForgeFed vocabulary.
var ForgeFedPushName string = "Push"
ForgeFedPushName is the string literal of the name for the Push type in the ForgeFed vocabulary.
var ForgeFedRefPropertyName string = "ref"
ForgeFedRefPropertyName is the string literal of the name for the ref property in the ForgeFed vocabulary.
var ForgeFedRepositoryName string = "Repository"
ForgeFedRepositoryName is the string literal of the name for the Repository type in the ForgeFed vocabulary.
var ForgeFedTeamPropertyName string = "team"
ForgeFedTeamPropertyName is the string literal of the name for the team property in the ForgeFed vocabulary.
var ForgeFedTicketDependencyName string = "TicketDependency"
ForgeFedTicketDependencyName is the string literal of the name for the TicketDependency type in the ForgeFed vocabulary.
var ForgeFedTicketName string = "Ticket"
ForgeFedTicketName is the string literal of the name for the Ticket type in the ForgeFed vocabulary.
var ForgeFedTicketsTrackedByPropertyName string = "ticketsTrackedBy"
ForgeFedTicketsTrackedByPropertyName is the string literal of the name for the ticketsTrackedBy property in the ForgeFed vocabulary.
var ForgeFedTracksTicketsForPropertyName string = "tracksTicketsFor"
ForgeFedTracksTicketsForPropertyName is the string literal of the name for the tracksTicketsFor property in the ForgeFed vocabulary.
var TootBlurhashPropertyName string = "blurhash"
TootBlurhashPropertyName is the string literal of the name for the blurhash property in the Toot vocabulary.
var TootDiscoverablePropertyName string = "discoverable"
TootDiscoverablePropertyName is the string literal of the name for the discoverable property in the Toot vocabulary.
var TootEmojiName string = "Emoji"
TootEmojiName is the string literal of the name for the Emoji type in the Toot vocabulary.
var TootFeaturedPropertyName string = "featured"
TootFeaturedPropertyName is the string literal of the name for the featured property in the Toot vocabulary.
var TootIdentityProofName string = "IdentityProof"
TootIdentityProofName is the string literal of the name for the IdentityProof type in the Toot vocabulary.
var TootSignatureAlgorithmPropertyName string = "signatureAlgorithm"
TootSignatureAlgorithmPropertyName is the string literal of the name for the signatureAlgorithm property in the Toot vocabulary.
var TootSignatureValuePropertyName string = "signatureValue"
TootSignatureValuePropertyName is the string literal of the name for the signatureValue property in the Toot vocabulary.
var TootVotersCountPropertyName string = "votersCount"
TootVotersCountPropertyName is the string literal of the name for the votersCount property in the Toot vocabulary.
var W3IDSecurityV1OwnerPropertyName string = "owner"
W3IDSecurityV1OwnerPropertyName is the string literal of the name for the owner property in the W3IDSecurityV1 vocabulary.
var W3IDSecurityV1PublicKeyName string = "PublicKey"
W3IDSecurityV1PublicKeyName is the string literal of the name for the PublicKey type in the W3IDSecurityV1 vocabulary.
var W3IDSecurityV1PublicKeyPemPropertyName string = "publicKeyPem"
W3IDSecurityV1PublicKeyPemPropertyName is the string literal of the name for the publicKeyPem property in the W3IDSecurityV1 vocabulary.
var W3IDSecurityV1PublicKeyPropertyName string = "publicKey"
W3IDSecurityV1PublicKeyPropertyName is the string literal of the name for the publicKey property in the W3IDSecurityV1 vocabulary.
Functions ¶
func ActivityStreamsAcceptIsDisjointWith ¶
ActivityStreamsAcceptIsDisjointWith returns true if Accept is disjoint with the other's type.
func ActivityStreamsAcceptIsExtendedBy ¶
ActivityStreamsAcceptIsExtendedBy returns true if the other's type extends from Accept. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsActivityIsDisjointWith ¶
ActivityStreamsActivityIsDisjointWith returns true if Activity is disjoint with the other's type.
func ActivityStreamsActivityIsExtendedBy ¶
ActivityStreamsActivityIsExtendedBy returns true if the other's type extends from Activity. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsActivityStreamsAcceptExtends ¶
ActivityStreamsActivityStreamsAcceptExtends returns true if Accept extends from the other's type.
func ActivityStreamsActivityStreamsActivityExtends ¶
ActivityStreamsActivityStreamsActivityExtends returns true if Activity extends from the other's type.
func ActivityStreamsActivityStreamsAddExtends ¶
ActivityStreamsActivityStreamsAddExtends returns true if Add extends from the other's type.
func ActivityStreamsActivityStreamsAnnounceExtends ¶
ActivityStreamsActivityStreamsAnnounceExtends returns true if Announce extends from the other's type.
func ActivityStreamsActivityStreamsApplicationExtends ¶
ActivityStreamsActivityStreamsApplicationExtends returns true if Application extends from the other's type.
func ActivityStreamsActivityStreamsArriveExtends ¶
ActivityStreamsActivityStreamsArriveExtends returns true if Arrive extends from the other's type.
func ActivityStreamsActivityStreamsArticleExtends ¶
ActivityStreamsActivityStreamsArticleExtends returns true if Article extends from the other's type.
func ActivityStreamsActivityStreamsAudioExtends ¶
ActivityStreamsActivityStreamsAudioExtends returns true if Audio extends from the other's type.
func ActivityStreamsActivityStreamsBlockExtends ¶
ActivityStreamsActivityStreamsBlockExtends returns true if Block extends from the other's type.
func ActivityStreamsActivityStreamsCollectionExtends ¶
ActivityStreamsActivityStreamsCollectionExtends returns true if Collection extends from the other's type.
func ActivityStreamsActivityStreamsCollectionPageExtends ¶
ActivityStreamsActivityStreamsCollectionPageExtends returns true if CollectionPage extends from the other's type.
func ActivityStreamsActivityStreamsCreateExtends ¶
ActivityStreamsActivityStreamsCreateExtends returns true if Create extends from the other's type.
func ActivityStreamsActivityStreamsDeleteExtends ¶
ActivityStreamsActivityStreamsDeleteExtends returns true if Delete extends from the other's type.
func ActivityStreamsActivityStreamsDislikeExtends ¶
ActivityStreamsActivityStreamsDislikeExtends returns true if Dislike extends from the other's type.
func ActivityStreamsActivityStreamsDocumentExtends ¶
ActivityStreamsActivityStreamsDocumentExtends returns true if Document extends from the other's type.
func ActivityStreamsActivityStreamsEndpointCollectionExtends ¶
ActivityStreamsActivityStreamsEndpointCollectionExtends returns true if EndpointCollection extends from the other's type.
func ActivityStreamsActivityStreamsEventExtends ¶
ActivityStreamsActivityStreamsEventExtends returns true if Event extends from the other's type.
func ActivityStreamsActivityStreamsFlagExtends ¶
ActivityStreamsActivityStreamsFlagExtends returns true if Flag extends from the other's type.
func ActivityStreamsActivityStreamsFollowExtends ¶
ActivityStreamsActivityStreamsFollowExtends returns true if Follow extends from the other's type.
func ActivityStreamsActivityStreamsGroupExtends ¶
ActivityStreamsActivityStreamsGroupExtends returns true if Group extends from the other's type.
func ActivityStreamsActivityStreamsIgnoreExtends ¶
ActivityStreamsActivityStreamsIgnoreExtends returns true if Ignore extends from the other's type.
func ActivityStreamsActivityStreamsImageExtends ¶
ActivityStreamsActivityStreamsImageExtends returns true if Image extends from the other's type.
func ActivityStreamsActivityStreamsIntransitiveActivityExtends ¶
ActivityStreamsActivityStreamsIntransitiveActivityExtends returns true if IntransitiveActivity extends from the other's type.
func ActivityStreamsActivityStreamsInviteExtends ¶
ActivityStreamsActivityStreamsInviteExtends returns true if Invite extends from the other's type.
func ActivityStreamsActivityStreamsJoinExtends ¶
ActivityStreamsActivityStreamsJoinExtends returns true if Join extends from the other's type.
func ActivityStreamsActivityStreamsLeaveExtends ¶
ActivityStreamsActivityStreamsLeaveExtends returns true if Leave extends from the other's type.
func ActivityStreamsActivityStreamsLikeExtends ¶
ActivityStreamsActivityStreamsLikeExtends returns true if Like extends from the other's type.
func ActivityStreamsActivityStreamsLinkExtends ¶
ActivityStreamsActivityStreamsLinkExtends returns true if Link extends from the other's type.
func ActivityStreamsActivityStreamsListenExtends ¶
ActivityStreamsActivityStreamsListenExtends returns true if Listen extends from the other's type.
func ActivityStreamsActivityStreamsMentionExtends ¶
ActivityStreamsActivityStreamsMentionExtends returns true if Mention extends from the other's type.
func ActivityStreamsActivityStreamsMoveExtends ¶
ActivityStreamsActivityStreamsMoveExtends returns true if Move extends from the other's type.
func ActivityStreamsActivityStreamsNoteExtends ¶
ActivityStreamsActivityStreamsNoteExtends returns true if Note extends from the other's type.
func ActivityStreamsActivityStreamsObjectExtends ¶
ActivityStreamsActivityStreamsObjectExtends returns true if Object extends from the other's type.
func ActivityStreamsActivityStreamsOfferExtends ¶
ActivityStreamsActivityStreamsOfferExtends returns true if Offer extends from the other's type.
func ActivityStreamsActivityStreamsOrderedCollectionExtends ¶
ActivityStreamsActivityStreamsOrderedCollectionExtends returns true if OrderedCollection extends from the other's type.
func ActivityStreamsActivityStreamsOrderedCollectionPageExtends ¶
ActivityStreamsActivityStreamsOrderedCollectionPageExtends returns true if OrderedCollectionPage extends from the other's type.
func ActivityStreamsActivityStreamsOrganizationExtends ¶
ActivityStreamsActivityStreamsOrganizationExtends returns true if Organization extends from the other's type.
func ActivityStreamsActivityStreamsPageExtends ¶
ActivityStreamsActivityStreamsPageExtends returns true if Page extends from the other's type.
func ActivityStreamsActivityStreamsPersonExtends ¶
ActivityStreamsActivityStreamsPersonExtends returns true if Person extends from the other's type.
func ActivityStreamsActivityStreamsPlaceExtends ¶
ActivityStreamsActivityStreamsPlaceExtends returns true if Place extends from the other's type.
func ActivityStreamsActivityStreamsProfileExtends ¶
ActivityStreamsActivityStreamsProfileExtends returns true if Profile extends from the other's type.
func ActivityStreamsActivityStreamsQuestionExtends ¶
ActivityStreamsActivityStreamsQuestionExtends returns true if Question extends from the other's type.
func ActivityStreamsActivityStreamsReadExtends ¶
ActivityStreamsActivityStreamsReadExtends returns true if Read extends from the other's type.
func ActivityStreamsActivityStreamsRejectExtends ¶
ActivityStreamsActivityStreamsRejectExtends returns true if Reject extends from the other's type.
func ActivityStreamsActivityStreamsRelationshipExtends ¶
ActivityStreamsActivityStreamsRelationshipExtends returns true if Relationship extends from the other's type.
func ActivityStreamsActivityStreamsRemoveExtends ¶
ActivityStreamsActivityStreamsRemoveExtends returns true if Remove extends from the other's type.
func ActivityStreamsActivityStreamsServiceExtends ¶
ActivityStreamsActivityStreamsServiceExtends returns true if Service extends from the other's type.
func ActivityStreamsActivityStreamsTentativeAcceptExtends ¶
ActivityStreamsActivityStreamsTentativeAcceptExtends returns true if TentativeAccept extends from the other's type.
func ActivityStreamsActivityStreamsTentativeRejectExtends ¶
ActivityStreamsActivityStreamsTentativeRejectExtends returns true if TentativeReject extends from the other's type.
func ActivityStreamsActivityStreamsTombstoneExtends ¶
ActivityStreamsActivityStreamsTombstoneExtends returns true if Tombstone extends from the other's type.
func ActivityStreamsActivityStreamsTravelExtends ¶
ActivityStreamsActivityStreamsTravelExtends returns true if Travel extends from the other's type.
func ActivityStreamsActivityStreamsUndoExtends ¶
ActivityStreamsActivityStreamsUndoExtends returns true if Undo extends from the other's type.
func ActivityStreamsActivityStreamsUpdateExtends ¶
ActivityStreamsActivityStreamsUpdateExtends returns true if Update extends from the other's type.
func ActivityStreamsActivityStreamsVideoExtends ¶
ActivityStreamsActivityStreamsVideoExtends returns true if Video extends from the other's type.
func ActivityStreamsActivityStreamsViewExtends ¶
ActivityStreamsActivityStreamsViewExtends returns true if View extends from the other's type.
func ActivityStreamsAddIsDisjointWith ¶
ActivityStreamsAddIsDisjointWith returns true if Add is disjoint with the other's type.
func ActivityStreamsAddIsExtendedBy ¶
ActivityStreamsAddIsExtendedBy returns true if the other's type extends from Add. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsAnnounceIsDisjointWith ¶
ActivityStreamsAnnounceIsDisjointWith returns true if Announce is disjoint with the other's type.
func ActivityStreamsAnnounceIsExtendedBy ¶
ActivityStreamsAnnounceIsExtendedBy returns true if the other's type extends from Announce. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsApplicationIsDisjointWith ¶
ActivityStreamsApplicationIsDisjointWith returns true if Application is disjoint with the other's type.
func ActivityStreamsApplicationIsExtendedBy ¶
ActivityStreamsApplicationIsExtendedBy returns true if the other's type extends from Application. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsArriveIsDisjointWith ¶
ActivityStreamsArriveIsDisjointWith returns true if Arrive is disjoint with the other's type.
func ActivityStreamsArriveIsExtendedBy ¶
ActivityStreamsArriveIsExtendedBy returns true if the other's type extends from Arrive. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsArticleIsDisjointWith ¶
ActivityStreamsArticleIsDisjointWith returns true if Article is disjoint with the other's type.
func ActivityStreamsArticleIsExtendedBy ¶
ActivityStreamsArticleIsExtendedBy returns true if the other's type extends from Article. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsAudioIsDisjointWith ¶
ActivityStreamsAudioIsDisjointWith returns true if Audio is disjoint with the other's type.
func ActivityStreamsAudioIsExtendedBy ¶
ActivityStreamsAudioIsExtendedBy returns true if the other's type extends from Audio. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsBlockIsDisjointWith ¶
ActivityStreamsBlockIsDisjointWith returns true if Block is disjoint with the other's type.
func ActivityStreamsBlockIsExtendedBy ¶
ActivityStreamsBlockIsExtendedBy returns true if the other's type extends from Block. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsCollectionIsDisjointWith ¶
ActivityStreamsCollectionIsDisjointWith returns true if Collection is disjoint with the other's type.
func ActivityStreamsCollectionIsExtendedBy ¶
ActivityStreamsCollectionIsExtendedBy returns true if the other's type extends from Collection. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsCollectionPageIsDisjointWith ¶
ActivityStreamsCollectionPageIsDisjointWith returns true if CollectionPage is disjoint with the other's type.
func ActivityStreamsCollectionPageIsExtendedBy ¶
ActivityStreamsCollectionPageIsExtendedBy returns true if the other's type extends from CollectionPage. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsCreateIsDisjointWith ¶
ActivityStreamsCreateIsDisjointWith returns true if Create is disjoint with the other's type.
func ActivityStreamsCreateIsExtendedBy ¶
ActivityStreamsCreateIsExtendedBy returns true if the other's type extends from Create. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsDeleteIsDisjointWith ¶
ActivityStreamsDeleteIsDisjointWith returns true if Delete is disjoint with the other's type.
func ActivityStreamsDeleteIsExtendedBy ¶
ActivityStreamsDeleteIsExtendedBy returns true if the other's type extends from Delete. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsDislikeIsDisjointWith ¶
ActivityStreamsDislikeIsDisjointWith returns true if Dislike is disjoint with the other's type.
func ActivityStreamsDislikeIsExtendedBy ¶
ActivityStreamsDislikeIsExtendedBy returns true if the other's type extends from Dislike. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsDocumentIsDisjointWith ¶
ActivityStreamsDocumentIsDisjointWith returns true if Document is disjoint with the other's type.
func ActivityStreamsDocumentIsExtendedBy ¶
ActivityStreamsDocumentIsExtendedBy returns true if the other's type extends from Document. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsEndpointCollectionIsDisjointWith ¶
ActivityStreamsEndpointCollectionIsDisjointWith returns true if EndpointCollection is disjoint with the other's type.
func ActivityStreamsEndpointCollectionIsExtendedBy ¶
ActivityStreamsEndpointCollectionIsExtendedBy returns true if the other's type extends from EndpointCollection. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsEventIsDisjointWith ¶
ActivityStreamsEventIsDisjointWith returns true if Event is disjoint with the other's type.
func ActivityStreamsEventIsExtendedBy ¶
ActivityStreamsEventIsExtendedBy returns true if the other's type extends from Event. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsFlagIsDisjointWith ¶
ActivityStreamsFlagIsDisjointWith returns true if Flag is disjoint with the other's type.
func ActivityStreamsFlagIsExtendedBy ¶
ActivityStreamsFlagIsExtendedBy returns true if the other's type extends from Flag. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsFollowIsDisjointWith ¶
ActivityStreamsFollowIsDisjointWith returns true if Follow is disjoint with the other's type.
func ActivityStreamsFollowIsExtendedBy ¶
ActivityStreamsFollowIsExtendedBy returns true if the other's type extends from Follow. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsGroupIsDisjointWith ¶
ActivityStreamsGroupIsDisjointWith returns true if Group is disjoint with the other's type.
func ActivityStreamsGroupIsExtendedBy ¶
ActivityStreamsGroupIsExtendedBy returns true if the other's type extends from Group. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsIgnoreIsDisjointWith ¶
ActivityStreamsIgnoreIsDisjointWith returns true if Ignore is disjoint with the other's type.
func ActivityStreamsIgnoreIsExtendedBy ¶
ActivityStreamsIgnoreIsExtendedBy returns true if the other's type extends from Ignore. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsImageIsDisjointWith ¶
ActivityStreamsImageIsDisjointWith returns true if Image is disjoint with the other's type.
func ActivityStreamsImageIsExtendedBy ¶
ActivityStreamsImageIsExtendedBy returns true if the other's type extends from Image. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsIntransitiveActivityIsDisjointWith ¶
ActivityStreamsIntransitiveActivityIsDisjointWith returns true if IntransitiveActivity is disjoint with the other's type.
func ActivityStreamsIntransitiveActivityIsExtendedBy ¶
ActivityStreamsIntransitiveActivityIsExtendedBy returns true if the other's type extends from IntransitiveActivity. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsInviteIsDisjointWith ¶
ActivityStreamsInviteIsDisjointWith returns true if Invite is disjoint with the other's type.
func ActivityStreamsInviteIsExtendedBy ¶
ActivityStreamsInviteIsExtendedBy returns true if the other's type extends from Invite. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsJoinIsDisjointWith ¶
ActivityStreamsJoinIsDisjointWith returns true if Join is disjoint with the other's type.
func ActivityStreamsJoinIsExtendedBy ¶
ActivityStreamsJoinIsExtendedBy returns true if the other's type extends from Join. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsLeaveIsDisjointWith ¶
ActivityStreamsLeaveIsDisjointWith returns true if Leave is disjoint with the other's type.
func ActivityStreamsLeaveIsExtendedBy ¶
ActivityStreamsLeaveIsExtendedBy returns true if the other's type extends from Leave. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsLikeIsDisjointWith ¶
ActivityStreamsLikeIsDisjointWith returns true if Like is disjoint with the other's type.
func ActivityStreamsLikeIsExtendedBy ¶
ActivityStreamsLikeIsExtendedBy returns true if the other's type extends from Like. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsLinkIsDisjointWith ¶
ActivityStreamsLinkIsDisjointWith returns true if Link is disjoint with the other's type.
func ActivityStreamsLinkIsExtendedBy ¶
ActivityStreamsLinkIsExtendedBy returns true if the other's type extends from Link. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsListenIsDisjointWith ¶
ActivityStreamsListenIsDisjointWith returns true if Listen is disjoint with the other's type.
func ActivityStreamsListenIsExtendedBy ¶
ActivityStreamsListenIsExtendedBy returns true if the other's type extends from Listen. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsMentionIsDisjointWith ¶
ActivityStreamsMentionIsDisjointWith returns true if Mention is disjoint with the other's type.
func ActivityStreamsMentionIsExtendedBy ¶
ActivityStreamsMentionIsExtendedBy returns true if the other's type extends from Mention. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsMoveIsDisjointWith ¶
ActivityStreamsMoveIsDisjointWith returns true if Move is disjoint with the other's type.
func ActivityStreamsMoveIsExtendedBy ¶
ActivityStreamsMoveIsExtendedBy returns true if the other's type extends from Move. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsNoteIsDisjointWith ¶
ActivityStreamsNoteIsDisjointWith returns true if Note is disjoint with the other's type.
func ActivityStreamsNoteIsExtendedBy ¶
ActivityStreamsNoteIsExtendedBy returns true if the other's type extends from Note. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsObjectIsDisjointWith ¶
ActivityStreamsObjectIsDisjointWith returns true if Object is disjoint with the other's type.
func ActivityStreamsObjectIsExtendedBy ¶
ActivityStreamsObjectIsExtendedBy returns true if the other's type extends from Object. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsOfferIsDisjointWith ¶
ActivityStreamsOfferIsDisjointWith returns true if Offer is disjoint with the other's type.
func ActivityStreamsOfferIsExtendedBy ¶
ActivityStreamsOfferIsExtendedBy returns true if the other's type extends from Offer. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsOrderedCollectionIsDisjointWith ¶
ActivityStreamsOrderedCollectionIsDisjointWith returns true if OrderedCollection is disjoint with the other's type.
func ActivityStreamsOrderedCollectionIsExtendedBy ¶
ActivityStreamsOrderedCollectionIsExtendedBy returns true if the other's type extends from OrderedCollection. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsOrderedCollectionPageIsDisjointWith ¶
ActivityStreamsOrderedCollectionPageIsDisjointWith returns true if OrderedCollectionPage is disjoint with the other's type.
func ActivityStreamsOrderedCollectionPageIsExtendedBy ¶
ActivityStreamsOrderedCollectionPageIsExtendedBy returns true if the other's type extends from OrderedCollectionPage. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsOrganizationIsDisjointWith ¶
ActivityStreamsOrganizationIsDisjointWith returns true if Organization is disjoint with the other's type.
func ActivityStreamsOrganizationIsExtendedBy ¶
ActivityStreamsOrganizationIsExtendedBy returns true if the other's type extends from Organization. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsPageIsDisjointWith ¶
ActivityStreamsPageIsDisjointWith returns true if Page is disjoint with the other's type.
func ActivityStreamsPageIsExtendedBy ¶
ActivityStreamsPageIsExtendedBy returns true if the other's type extends from Page. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsPersonIsDisjointWith ¶
ActivityStreamsPersonIsDisjointWith returns true if Person is disjoint with the other's type.
func ActivityStreamsPersonIsExtendedBy ¶
ActivityStreamsPersonIsExtendedBy returns true if the other's type extends from Person. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsPlaceIsDisjointWith ¶
ActivityStreamsPlaceIsDisjointWith returns true if Place is disjoint with the other's type.
func ActivityStreamsPlaceIsExtendedBy ¶
ActivityStreamsPlaceIsExtendedBy returns true if the other's type extends from Place. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsProfileIsDisjointWith ¶
ActivityStreamsProfileIsDisjointWith returns true if Profile is disjoint with the other's type.
func ActivityStreamsProfileIsExtendedBy ¶
ActivityStreamsProfileIsExtendedBy returns true if the other's type extends from Profile. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsQuestionIsDisjointWith ¶
ActivityStreamsQuestionIsDisjointWith returns true if Question is disjoint with the other's type.
func ActivityStreamsQuestionIsExtendedBy ¶
ActivityStreamsQuestionIsExtendedBy returns true if the other's type extends from Question. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsReadIsDisjointWith ¶
ActivityStreamsReadIsDisjointWith returns true if Read is disjoint with the other's type.
func ActivityStreamsReadIsExtendedBy ¶
ActivityStreamsReadIsExtendedBy returns true if the other's type extends from Read. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsRejectIsDisjointWith ¶
ActivityStreamsRejectIsDisjointWith returns true if Reject is disjoint with the other's type.
func ActivityStreamsRejectIsExtendedBy ¶
ActivityStreamsRejectIsExtendedBy returns true if the other's type extends from Reject. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsRelationshipIsDisjointWith ¶
ActivityStreamsRelationshipIsDisjointWith returns true if Relationship is disjoint with the other's type.
func ActivityStreamsRelationshipIsExtendedBy ¶
ActivityStreamsRelationshipIsExtendedBy returns true if the other's type extends from Relationship. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsRemoveIsDisjointWith ¶
ActivityStreamsRemoveIsDisjointWith returns true if Remove is disjoint with the other's type.
func ActivityStreamsRemoveIsExtendedBy ¶
ActivityStreamsRemoveIsExtendedBy returns true if the other's type extends from Remove. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsServiceIsDisjointWith ¶
ActivityStreamsServiceIsDisjointWith returns true if Service is disjoint with the other's type.
func ActivityStreamsServiceIsExtendedBy ¶
ActivityStreamsServiceIsExtendedBy returns true if the other's type extends from Service. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsTentativeAcceptIsDisjointWith ¶
ActivityStreamsTentativeAcceptIsDisjointWith returns true if TentativeAccept is disjoint with the other's type.
func ActivityStreamsTentativeAcceptIsExtendedBy ¶
ActivityStreamsTentativeAcceptIsExtendedBy returns true if the other's type extends from TentativeAccept. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsTentativeRejectIsDisjointWith ¶
ActivityStreamsTentativeRejectIsDisjointWith returns true if TentativeReject is disjoint with the other's type.
func ActivityStreamsTentativeRejectIsExtendedBy ¶
ActivityStreamsTentativeRejectIsExtendedBy returns true if the other's type extends from TentativeReject. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsTombstoneIsDisjointWith ¶
ActivityStreamsTombstoneIsDisjointWith returns true if Tombstone is disjoint with the other's type.
func ActivityStreamsTombstoneIsExtendedBy ¶
ActivityStreamsTombstoneIsExtendedBy returns true if the other's type extends from Tombstone. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsTravelIsDisjointWith ¶
ActivityStreamsTravelIsDisjointWith returns true if Travel is disjoint with the other's type.
func ActivityStreamsTravelIsExtendedBy ¶
ActivityStreamsTravelIsExtendedBy returns true if the other's type extends from Travel. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsUndoIsDisjointWith ¶
ActivityStreamsUndoIsDisjointWith returns true if Undo is disjoint with the other's type.
func ActivityStreamsUndoIsExtendedBy ¶
ActivityStreamsUndoIsExtendedBy returns true if the other's type extends from Undo. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsUpdateIsDisjointWith ¶
ActivityStreamsUpdateIsDisjointWith returns true if Update is disjoint with the other's type.
func ActivityStreamsUpdateIsExtendedBy ¶
ActivityStreamsUpdateIsExtendedBy returns true if the other's type extends from Update. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsVideoIsDisjointWith ¶
ActivityStreamsVideoIsDisjointWith returns true if Video is disjoint with the other's type.
func ActivityStreamsVideoIsExtendedBy ¶
ActivityStreamsVideoIsExtendedBy returns true if the other's type extends from Video. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ActivityStreamsViewIsDisjointWith ¶
ActivityStreamsViewIsDisjointWith returns true if View is disjoint with the other's type.
func ActivityStreamsViewIsExtendedBy ¶
ActivityStreamsViewIsExtendedBy returns true if the other's type extends from View. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ForgeFedBranchIsDisjointWith ¶
ForgeFedBranchIsDisjointWith returns true if Branch is disjoint with the other's type.
func ForgeFedBranchIsExtendedBy ¶
ForgeFedBranchIsExtendedBy returns true if the other's type extends from Branch. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ForgeFedCommitIsDisjointWith ¶
ForgeFedCommitIsDisjointWith returns true if Commit is disjoint with the other's type.
func ForgeFedCommitIsExtendedBy ¶
ForgeFedCommitIsExtendedBy returns true if the other's type extends from Commit. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ForgeFedForgeFedBranchExtends ¶
ForgeFedForgeFedBranchExtends returns true if Branch extends from the other's type.
func ForgeFedForgeFedCommitExtends ¶
ForgeFedForgeFedCommitExtends returns true if Commit extends from the other's type.
func ForgeFedForgeFedPushExtends ¶
ForgeFedForgeFedPushExtends returns true if Push extends from the other's type.
func ForgeFedForgeFedRepositoryExtends ¶
ForgeFedForgeFedRepositoryExtends returns true if Repository extends from the other's type.
func ForgeFedForgeFedTicketDependencyExtends ¶
ForgeFedForgeFedTicketDependencyExtends returns true if TicketDependency extends from the other's type.
func ForgeFedForgeFedTicketExtends ¶
ForgeFedForgeFedTicketExtends returns true if Ticket extends from the other's type.
func ForgeFedPushIsDisjointWith ¶
ForgeFedPushIsDisjointWith returns true if Push is disjoint with the other's type.
func ForgeFedPushIsExtendedBy ¶
ForgeFedPushIsExtendedBy returns true if the other's type extends from Push. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ForgeFedRepositoryIsDisjointWith ¶
ForgeFedRepositoryIsDisjointWith returns true if Repository is disjoint with the other's type.
func ForgeFedRepositoryIsExtendedBy ¶
ForgeFedRepositoryIsExtendedBy returns true if the other's type extends from Repository. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ForgeFedTicketDependencyIsDisjointWith ¶
ForgeFedTicketDependencyIsDisjointWith returns true if TicketDependency is disjoint with the other's type.
func ForgeFedTicketDependencyIsExtendedBy ¶
ForgeFedTicketDependencyIsExtendedBy returns true if the other's type extends from TicketDependency. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func ForgeFedTicketIsDisjointWith ¶
ForgeFedTicketIsDisjointWith returns true if Ticket is disjoint with the other's type.
func ForgeFedTicketIsExtendedBy ¶
ForgeFedTicketIsExtendedBy returns true if the other's type extends from Ticket. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func IsOrExtendsActivityStreamsAccept ¶
IsOrExtendsActivityStreamsAccept returns true if the other provided type is the Accept type or extends from the Accept type.
func IsOrExtendsActivityStreamsActivity ¶
IsOrExtendsActivityStreamsActivity returns true if the other provided type is the Activity type or extends from the Activity type.
func IsOrExtendsActivityStreamsAdd ¶
IsOrExtendsActivityStreamsAdd returns true if the other provided type is the Add type or extends from the Add type.
func IsOrExtendsActivityStreamsAnnounce ¶
IsOrExtendsActivityStreamsAnnounce returns true if the other provided type is the Announce type or extends from the Announce type.
func IsOrExtendsActivityStreamsApplication ¶
IsOrExtendsActivityStreamsApplication returns true if the other provided type is the Application type or extends from the Application type.
func IsOrExtendsActivityStreamsArrive ¶
IsOrExtendsActivityStreamsArrive returns true if the other provided type is the Arrive type or extends from the Arrive type.
func IsOrExtendsActivityStreamsArticle ¶
IsOrExtendsActivityStreamsArticle returns true if the other provided type is the Article type or extends from the Article type.
func IsOrExtendsActivityStreamsAudio ¶
IsOrExtendsActivityStreamsAudio returns true if the other provided type is the Audio type or extends from the Audio type.
func IsOrExtendsActivityStreamsBlock ¶
IsOrExtendsActivityStreamsBlock returns true if the other provided type is the Block type or extends from the Block type.
func IsOrExtendsActivityStreamsCollection ¶
IsOrExtendsActivityStreamsCollection returns true if the other provided type is the Collection type or extends from the Collection type.
func IsOrExtendsActivityStreamsCollectionPage ¶
IsOrExtendsActivityStreamsCollectionPage returns true if the other provided type is the CollectionPage type or extends from the CollectionPage type.
func IsOrExtendsActivityStreamsCreate ¶
IsOrExtendsActivityStreamsCreate returns true if the other provided type is the Create type or extends from the Create type.
func IsOrExtendsActivityStreamsDelete ¶
IsOrExtendsActivityStreamsDelete returns true if the other provided type is the Delete type or extends from the Delete type.
func IsOrExtendsActivityStreamsDislike ¶
IsOrExtendsActivityStreamsDislike returns true if the other provided type is the Dislike type or extends from the Dislike type.
func IsOrExtendsActivityStreamsDocument ¶
IsOrExtendsActivityStreamsDocument returns true if the other provided type is the Document type or extends from the Document type.
func IsOrExtendsActivityStreamsEndpointCollection ¶
IsOrExtendsActivityStreamsEndpointCollection returns true if the other provided type is the EndpointCollection type or extends from the EndpointCollection type.
func IsOrExtendsActivityStreamsEvent ¶
IsOrExtendsActivityStreamsEvent returns true if the other provided type is the Event type or extends from the Event type.
func IsOrExtendsActivityStreamsFlag ¶
IsOrExtendsActivityStreamsFlag returns true if the other provided type is the Flag type or extends from the Flag type.
func IsOrExtendsActivityStreamsFollow ¶
IsOrExtendsActivityStreamsFollow returns true if the other provided type is the Follow type or extends from the Follow type.
func IsOrExtendsActivityStreamsGroup ¶
IsOrExtendsActivityStreamsGroup returns true if the other provided type is the Group type or extends from the Group type.
func IsOrExtendsActivityStreamsIgnore ¶
IsOrExtendsActivityStreamsIgnore returns true if the other provided type is the Ignore type or extends from the Ignore type.
func IsOrExtendsActivityStreamsImage ¶
IsOrExtendsActivityStreamsImage returns true if the other provided type is the Image type or extends from the Image type.
func IsOrExtendsActivityStreamsIntransitiveActivity ¶
IsOrExtendsActivityStreamsIntransitiveActivity returns true if the other provided type is the IntransitiveActivity type or extends from the IntransitiveActivity type.
func IsOrExtendsActivityStreamsInvite ¶
IsOrExtendsActivityStreamsInvite returns true if the other provided type is the Invite type or extends from the Invite type.
func IsOrExtendsActivityStreamsJoin ¶
IsOrExtendsActivityStreamsJoin returns true if the other provided type is the Join type or extends from the Join type.
func IsOrExtendsActivityStreamsLeave ¶
IsOrExtendsActivityStreamsLeave returns true if the other provided type is the Leave type or extends from the Leave type.
func IsOrExtendsActivityStreamsLike ¶
IsOrExtendsActivityStreamsLike returns true if the other provided type is the Like type or extends from the Like type.
func IsOrExtendsActivityStreamsLink ¶
IsOrExtendsActivityStreamsLink returns true if the other provided type is the Link type or extends from the Link type.
func IsOrExtendsActivityStreamsListen ¶
IsOrExtendsActivityStreamsListen returns true if the other provided type is the Listen type or extends from the Listen type.
func IsOrExtendsActivityStreamsMention ¶
IsOrExtendsActivityStreamsMention returns true if the other provided type is the Mention type or extends from the Mention type.
func IsOrExtendsActivityStreamsMove ¶
IsOrExtendsActivityStreamsMove returns true if the other provided type is the Move type or extends from the Move type.
func IsOrExtendsActivityStreamsNote ¶
IsOrExtendsActivityStreamsNote returns true if the other provided type is the Note type or extends from the Note type.
func IsOrExtendsActivityStreamsObject ¶
IsOrExtendsActivityStreamsObject returns true if the other provided type is the Object type or extends from the Object type.
func IsOrExtendsActivityStreamsOffer ¶
IsOrExtendsActivityStreamsOffer returns true if the other provided type is the Offer type or extends from the Offer type.
func IsOrExtendsActivityStreamsOrderedCollection ¶
IsOrExtendsActivityStreamsOrderedCollection returns true if the other provided type is the OrderedCollection type or extends from the OrderedCollection type.
func IsOrExtendsActivityStreamsOrderedCollectionPage ¶
IsOrExtendsActivityStreamsOrderedCollectionPage returns true if the other provided type is the OrderedCollectionPage type or extends from the OrderedCollectionPage type.
func IsOrExtendsActivityStreamsOrganization ¶
IsOrExtendsActivityStreamsOrganization returns true if the other provided type is the Organization type or extends from the Organization type.
func IsOrExtendsActivityStreamsPage ¶
IsOrExtendsActivityStreamsPage returns true if the other provided type is the Page type or extends from the Page type.
func IsOrExtendsActivityStreamsPerson ¶
IsOrExtendsActivityStreamsPerson returns true if the other provided type is the Person type or extends from the Person type.
func IsOrExtendsActivityStreamsPlace ¶
IsOrExtendsActivityStreamsPlace returns true if the other provided type is the Place type or extends from the Place type.
func IsOrExtendsActivityStreamsProfile ¶
IsOrExtendsActivityStreamsProfile returns true if the other provided type is the Profile type or extends from the Profile type.
func IsOrExtendsActivityStreamsQuestion ¶
IsOrExtendsActivityStreamsQuestion returns true if the other provided type is the Question type or extends from the Question type.
func IsOrExtendsActivityStreamsRead ¶
IsOrExtendsActivityStreamsRead returns true if the other provided type is the Read type or extends from the Read type.
func IsOrExtendsActivityStreamsReject ¶
IsOrExtendsActivityStreamsReject returns true if the other provided type is the Reject type or extends from the Reject type.
func IsOrExtendsActivityStreamsRelationship ¶
IsOrExtendsActivityStreamsRelationship returns true if the other provided type is the Relationship type or extends from the Relationship type.
func IsOrExtendsActivityStreamsRemove ¶
IsOrExtendsActivityStreamsRemove returns true if the other provided type is the Remove type or extends from the Remove type.
func IsOrExtendsActivityStreamsService ¶
IsOrExtendsActivityStreamsService returns true if the other provided type is the Service type or extends from the Service type.
func IsOrExtendsActivityStreamsTentativeAccept ¶
IsOrExtendsActivityStreamsTentativeAccept returns true if the other provided type is the TentativeAccept type or extends from the TentativeAccept type.
func IsOrExtendsActivityStreamsTentativeReject ¶
IsOrExtendsActivityStreamsTentativeReject returns true if the other provided type is the TentativeReject type or extends from the TentativeReject type.
func IsOrExtendsActivityStreamsTombstone ¶
IsOrExtendsActivityStreamsTombstone returns true if the other provided type is the Tombstone type or extends from the Tombstone type.
func IsOrExtendsActivityStreamsTravel ¶
IsOrExtendsActivityStreamsTravel returns true if the other provided type is the Travel type or extends from the Travel type.
func IsOrExtendsActivityStreamsUndo ¶
IsOrExtendsActivityStreamsUndo returns true if the other provided type is the Undo type or extends from the Undo type.
func IsOrExtendsActivityStreamsUpdate ¶
IsOrExtendsActivityStreamsUpdate returns true if the other provided type is the Update type or extends from the Update type.
func IsOrExtendsActivityStreamsVideo ¶
IsOrExtendsActivityStreamsVideo returns true if the other provided type is the Video type or extends from the Video type.
func IsOrExtendsActivityStreamsView ¶
IsOrExtendsActivityStreamsView returns true if the other provided type is the View type or extends from the View type.
func IsOrExtendsForgeFedBranch ¶
IsOrExtendsForgeFedBranch returns true if the other provided type is the Branch type or extends from the Branch type.
func IsOrExtendsForgeFedCommit ¶
IsOrExtendsForgeFedCommit returns true if the other provided type is the Commit type or extends from the Commit type.
func IsOrExtendsForgeFedPush ¶
IsOrExtendsForgeFedPush returns true if the other provided type is the Push type or extends from the Push type.
func IsOrExtendsForgeFedRepository ¶
IsOrExtendsForgeFedRepository returns true if the other provided type is the Repository type or extends from the Repository type.
func IsOrExtendsForgeFedTicket ¶
IsOrExtendsForgeFedTicket returns true if the other provided type is the Ticket type or extends from the Ticket type.
func IsOrExtendsForgeFedTicketDependency ¶
IsOrExtendsForgeFedTicketDependency returns true if the other provided type is the TicketDependency type or extends from the TicketDependency type.
func IsOrExtendsTootEmoji ¶
IsOrExtendsTootEmoji returns true if the other provided type is the Emoji type or extends from the Emoji type.
func IsOrExtendsTootIdentityProof ¶
IsOrExtendsTootIdentityProof returns true if the other provided type is the IdentityProof type or extends from the IdentityProof type.
func IsOrExtendsW3IDSecurityV1PublicKey ¶
IsOrExtendsW3IDSecurityV1PublicKey returns true if the other provided type is the PublicKey type or extends from the PublicKey type.
func IsUnmatchedErr ¶
IsUnmatchedErr is true when the error indicates that a Resolver was unsuccessful due to the ActivityStreams value not matching its callbacks or predicates.
func NewActivityStreamsAccept ¶
func NewActivityStreamsAccept() vocab.ActivityStreamsAccept
NewActivityStreamsAccept creates a new ActivityStreamsAccept
func NewActivityStreamsAccuracyProperty ¶
func NewActivityStreamsAccuracyProperty() vocab.ActivityStreamsAccuracyProperty
NewActivityStreamsActivityStreamsAccuracyProperty creates a new ActivityStreamsAccuracyProperty
func NewActivityStreamsActivity ¶
func NewActivityStreamsActivity() vocab.ActivityStreamsActivity
NewActivityStreamsActivity creates a new ActivityStreamsActivity
func NewActivityStreamsActorProperty ¶
func NewActivityStreamsActorProperty() vocab.ActivityStreamsActorProperty
NewActivityStreamsActivityStreamsActorProperty creates a new ActivityStreamsActorProperty
func NewActivityStreamsAdd ¶
func NewActivityStreamsAdd() vocab.ActivityStreamsAdd
NewActivityStreamsAdd creates a new ActivityStreamsAdd
func NewActivityStreamsAltitudeProperty ¶
func NewActivityStreamsAltitudeProperty() vocab.ActivityStreamsAltitudeProperty
NewActivityStreamsActivityStreamsAltitudeProperty creates a new ActivityStreamsAltitudeProperty
func NewActivityStreamsAnnounce ¶
func NewActivityStreamsAnnounce() vocab.ActivityStreamsAnnounce
NewActivityStreamsAnnounce creates a new ActivityStreamsAnnounce
func NewActivityStreamsAnyOfProperty ¶
func NewActivityStreamsAnyOfProperty() vocab.ActivityStreamsAnyOfProperty
NewActivityStreamsActivityStreamsAnyOfProperty creates a new ActivityStreamsAnyOfProperty
func NewActivityStreamsApplication ¶
func NewActivityStreamsApplication() vocab.ActivityStreamsApplication
NewActivityStreamsApplication creates a new ActivityStreamsApplication
func NewActivityStreamsArrive ¶
func NewActivityStreamsArrive() vocab.ActivityStreamsArrive
NewActivityStreamsArrive creates a new ActivityStreamsArrive
func NewActivityStreamsArticle ¶
func NewActivityStreamsArticle() vocab.ActivityStreamsArticle
NewActivityStreamsArticle creates a new ActivityStreamsArticle
func NewActivityStreamsAttachmentProperty ¶
func NewActivityStreamsAttachmentProperty() vocab.ActivityStreamsAttachmentProperty
NewActivityStreamsActivityStreamsAttachmentProperty creates a new ActivityStreamsAttachmentProperty
func NewActivityStreamsAttributedToProperty ¶
func NewActivityStreamsAttributedToProperty() vocab.ActivityStreamsAttributedToProperty
NewActivityStreamsActivityStreamsAttributedToProperty creates a new ActivityStreamsAttributedToProperty
func NewActivityStreamsAudienceProperty ¶
func NewActivityStreamsAudienceProperty() vocab.ActivityStreamsAudienceProperty
NewActivityStreamsActivityStreamsAudienceProperty creates a new ActivityStreamsAudienceProperty
func NewActivityStreamsAudio ¶
func NewActivityStreamsAudio() vocab.ActivityStreamsAudio
NewActivityStreamsAudio creates a new ActivityStreamsAudio
func NewActivityStreamsBccProperty ¶
func NewActivityStreamsBccProperty() vocab.ActivityStreamsBccProperty
NewActivityStreamsActivityStreamsBccProperty creates a new ActivityStreamsBccProperty
func NewActivityStreamsBlock ¶
func NewActivityStreamsBlock() vocab.ActivityStreamsBlock
NewActivityStreamsBlock creates a new ActivityStreamsBlock
func NewActivityStreamsBtoProperty ¶
func NewActivityStreamsBtoProperty() vocab.ActivityStreamsBtoProperty
NewActivityStreamsActivityStreamsBtoProperty creates a new ActivityStreamsBtoProperty
func NewActivityStreamsCcProperty ¶
func NewActivityStreamsCcProperty() vocab.ActivityStreamsCcProperty
NewActivityStreamsActivityStreamsCcProperty creates a new ActivityStreamsCcProperty
func NewActivityStreamsClosedProperty ¶
func NewActivityStreamsClosedProperty() vocab.ActivityStreamsClosedProperty
NewActivityStreamsActivityStreamsClosedProperty creates a new ActivityStreamsClosedProperty
func NewActivityStreamsCollection ¶
func NewActivityStreamsCollection() vocab.ActivityStreamsCollection
NewActivityStreamsCollection creates a new ActivityStreamsCollection
func NewActivityStreamsCollectionPage ¶
func NewActivityStreamsCollectionPage() vocab.ActivityStreamsCollectionPage
NewActivityStreamsCollectionPage creates a new ActivityStreamsCollectionPage
func NewActivityStreamsContentProperty ¶
func NewActivityStreamsContentProperty() vocab.ActivityStreamsContentProperty
NewActivityStreamsActivityStreamsContentProperty creates a new ActivityStreamsContentProperty
func NewActivityStreamsContextProperty ¶
func NewActivityStreamsContextProperty() vocab.ActivityStreamsContextProperty
NewActivityStreamsActivityStreamsContextProperty creates a new ActivityStreamsContextProperty
func NewActivityStreamsCreate ¶
func NewActivityStreamsCreate() vocab.ActivityStreamsCreate
NewActivityStreamsCreate creates a new ActivityStreamsCreate
func NewActivityStreamsCurrentProperty ¶
func NewActivityStreamsCurrentProperty() vocab.ActivityStreamsCurrentProperty
NewActivityStreamsActivityStreamsCurrentProperty creates a new ActivityStreamsCurrentProperty
func NewActivityStreamsDelete ¶
func NewActivityStreamsDelete() vocab.ActivityStreamsDelete
NewActivityStreamsDelete creates a new ActivityStreamsDelete
func NewActivityStreamsDeletedProperty ¶
func NewActivityStreamsDeletedProperty() vocab.ActivityStreamsDeletedProperty
NewActivityStreamsActivityStreamsDeletedProperty creates a new ActivityStreamsDeletedProperty
func NewActivityStreamsDescribesProperty ¶
func NewActivityStreamsDescribesProperty() vocab.ActivityStreamsDescribesProperty
NewActivityStreamsActivityStreamsDescribesProperty creates a new ActivityStreamsDescribesProperty
func NewActivityStreamsDislike ¶
func NewActivityStreamsDislike() vocab.ActivityStreamsDislike
NewActivityStreamsDislike creates a new ActivityStreamsDislike
func NewActivityStreamsDocument ¶
func NewActivityStreamsDocument() vocab.ActivityStreamsDocument
NewActivityStreamsDocument creates a new ActivityStreamsDocument
func NewActivityStreamsDurationProperty ¶
func NewActivityStreamsDurationProperty() vocab.ActivityStreamsDurationProperty
NewActivityStreamsActivityStreamsDurationProperty creates a new ActivityStreamsDurationProperty
func NewActivityStreamsEndTimeProperty ¶
func NewActivityStreamsEndTimeProperty() vocab.ActivityStreamsEndTimeProperty
NewActivityStreamsActivityStreamsEndTimeProperty creates a new ActivityStreamsEndTimeProperty
func NewActivityStreamsEndpointCollection ¶
func NewActivityStreamsEndpointCollection() vocab.ActivityStreamsEndpointCollection
NewActivityStreamsEndpointCollection creates a new ActivityStreamsEndpointCollection
func NewActivityStreamsEndpointsProperty ¶
func NewActivityStreamsEndpointsProperty() vocab.ActivityStreamsEndpointsProperty
NewActivityStreamsActivityStreamsEndpointsProperty creates a new ActivityStreamsEndpointsProperty
func NewActivityStreamsEvent ¶
func NewActivityStreamsEvent() vocab.ActivityStreamsEvent
NewActivityStreamsEvent creates a new ActivityStreamsEvent
func NewActivityStreamsFirstProperty ¶
func NewActivityStreamsFirstProperty() vocab.ActivityStreamsFirstProperty
NewActivityStreamsActivityStreamsFirstProperty creates a new ActivityStreamsFirstProperty
func NewActivityStreamsFlag ¶
func NewActivityStreamsFlag() vocab.ActivityStreamsFlag
NewActivityStreamsFlag creates a new ActivityStreamsFlag
func NewActivityStreamsFollow ¶
func NewActivityStreamsFollow() vocab.ActivityStreamsFollow
NewActivityStreamsFollow creates a new ActivityStreamsFollow
func NewActivityStreamsFollowersProperty ¶
func NewActivityStreamsFollowersProperty() vocab.ActivityStreamsFollowersProperty
NewActivityStreamsActivityStreamsFollowersProperty creates a new ActivityStreamsFollowersProperty
func NewActivityStreamsFollowingProperty ¶
func NewActivityStreamsFollowingProperty() vocab.ActivityStreamsFollowingProperty
NewActivityStreamsActivityStreamsFollowingProperty creates a new ActivityStreamsFollowingProperty
func NewActivityStreamsFormerTypeProperty ¶
func NewActivityStreamsFormerTypeProperty() vocab.ActivityStreamsFormerTypeProperty
NewActivityStreamsActivityStreamsFormerTypeProperty creates a new ActivityStreamsFormerTypeProperty
func NewActivityStreamsGeneratorProperty ¶
func NewActivityStreamsGeneratorProperty() vocab.ActivityStreamsGeneratorProperty
NewActivityStreamsActivityStreamsGeneratorProperty creates a new ActivityStreamsGeneratorProperty
func NewActivityStreamsGroup ¶
func NewActivityStreamsGroup() vocab.ActivityStreamsGroup
NewActivityStreamsGroup creates a new ActivityStreamsGroup
func NewActivityStreamsHeightProperty ¶
func NewActivityStreamsHeightProperty() vocab.ActivityStreamsHeightProperty
NewActivityStreamsActivityStreamsHeightProperty creates a new ActivityStreamsHeightProperty
func NewActivityStreamsHrefProperty ¶
func NewActivityStreamsHrefProperty() vocab.ActivityStreamsHrefProperty
NewActivityStreamsActivityStreamsHrefProperty creates a new ActivityStreamsHrefProperty
func NewActivityStreamsHreflangProperty ¶
func NewActivityStreamsHreflangProperty() vocab.ActivityStreamsHreflangProperty
NewActivityStreamsActivityStreamsHreflangProperty creates a new ActivityStreamsHreflangProperty
func NewActivityStreamsIconProperty ¶
func NewActivityStreamsIconProperty() vocab.ActivityStreamsIconProperty
NewActivityStreamsActivityStreamsIconProperty creates a new ActivityStreamsIconProperty
func NewActivityStreamsIgnore ¶
func NewActivityStreamsIgnore() vocab.ActivityStreamsIgnore
NewActivityStreamsIgnore creates a new ActivityStreamsIgnore
func NewActivityStreamsImage ¶
func NewActivityStreamsImage() vocab.ActivityStreamsImage
NewActivityStreamsImage creates a new ActivityStreamsImage
func NewActivityStreamsImageProperty ¶
func NewActivityStreamsImageProperty() vocab.ActivityStreamsImageProperty
NewActivityStreamsActivityStreamsImageProperty creates a new ActivityStreamsImageProperty
func NewActivityStreamsInReplyToProperty ¶
func NewActivityStreamsInReplyToProperty() vocab.ActivityStreamsInReplyToProperty
NewActivityStreamsActivityStreamsInReplyToProperty creates a new ActivityStreamsInReplyToProperty
func NewActivityStreamsInboxProperty ¶
func NewActivityStreamsInboxProperty() vocab.ActivityStreamsInboxProperty
NewActivityStreamsActivityStreamsInboxProperty creates a new ActivityStreamsInboxProperty
func NewActivityStreamsInstrumentProperty ¶
func NewActivityStreamsInstrumentProperty() vocab.ActivityStreamsInstrumentProperty
NewActivityStreamsActivityStreamsInstrumentProperty creates a new ActivityStreamsInstrumentProperty
func NewActivityStreamsIntransitiveActivity ¶
func NewActivityStreamsIntransitiveActivity() vocab.ActivityStreamsIntransitiveActivity
NewActivityStreamsIntransitiveActivity creates a new ActivityStreamsIntransitiveActivity
func NewActivityStreamsInvite ¶
func NewActivityStreamsInvite() vocab.ActivityStreamsInvite
NewActivityStreamsInvite creates a new ActivityStreamsInvite
func NewActivityStreamsItemsProperty ¶
func NewActivityStreamsItemsProperty() vocab.ActivityStreamsItemsProperty
NewActivityStreamsActivityStreamsItemsProperty creates a new ActivityStreamsItemsProperty
func NewActivityStreamsJoin ¶
func NewActivityStreamsJoin() vocab.ActivityStreamsJoin
NewActivityStreamsJoin creates a new ActivityStreamsJoin
func NewActivityStreamsLastProperty ¶
func NewActivityStreamsLastProperty() vocab.ActivityStreamsLastProperty
NewActivityStreamsActivityStreamsLastProperty creates a new ActivityStreamsLastProperty
func NewActivityStreamsLatitudeProperty ¶
func NewActivityStreamsLatitudeProperty() vocab.ActivityStreamsLatitudeProperty
NewActivityStreamsActivityStreamsLatitudeProperty creates a new ActivityStreamsLatitudeProperty
func NewActivityStreamsLeave ¶
func NewActivityStreamsLeave() vocab.ActivityStreamsLeave
NewActivityStreamsLeave creates a new ActivityStreamsLeave
func NewActivityStreamsLike ¶
func NewActivityStreamsLike() vocab.ActivityStreamsLike
NewActivityStreamsLike creates a new ActivityStreamsLike
func NewActivityStreamsLikedProperty ¶
func NewActivityStreamsLikedProperty() vocab.ActivityStreamsLikedProperty
NewActivityStreamsActivityStreamsLikedProperty creates a new ActivityStreamsLikedProperty
func NewActivityStreamsLikesProperty ¶
func NewActivityStreamsLikesProperty() vocab.ActivityStreamsLikesProperty
NewActivityStreamsActivityStreamsLikesProperty creates a new ActivityStreamsLikesProperty
func NewActivityStreamsLink ¶
func NewActivityStreamsLink() vocab.ActivityStreamsLink
NewActivityStreamsLink creates a new ActivityStreamsLink
func NewActivityStreamsListen ¶
func NewActivityStreamsListen() vocab.ActivityStreamsListen
NewActivityStreamsListen creates a new ActivityStreamsListen
func NewActivityStreamsLocationProperty ¶
func NewActivityStreamsLocationProperty() vocab.ActivityStreamsLocationProperty
NewActivityStreamsActivityStreamsLocationProperty creates a new ActivityStreamsLocationProperty
func NewActivityStreamsLongitudeProperty ¶
func NewActivityStreamsLongitudeProperty() vocab.ActivityStreamsLongitudeProperty
NewActivityStreamsActivityStreamsLongitudeProperty creates a new ActivityStreamsLongitudeProperty
func NewActivityStreamsManuallyApprovesFollowersProperty ¶
func NewActivityStreamsManuallyApprovesFollowersProperty() vocab.ActivityStreamsManuallyApprovesFollowersProperty
NewActivityStreamsActivityStreamsManuallyApprovesFollowersProperty creates a new ActivityStreamsManuallyApprovesFollowersProperty
func NewActivityStreamsMediaTypeProperty ¶
func NewActivityStreamsMediaTypeProperty() vocab.ActivityStreamsMediaTypeProperty
NewActivityStreamsActivityStreamsMediaTypeProperty creates a new ActivityStreamsMediaTypeProperty
func NewActivityStreamsMention ¶
func NewActivityStreamsMention() vocab.ActivityStreamsMention
NewActivityStreamsMention creates a new ActivityStreamsMention
func NewActivityStreamsMove ¶
func NewActivityStreamsMove() vocab.ActivityStreamsMove
NewActivityStreamsMove creates a new ActivityStreamsMove
func NewActivityStreamsNameProperty ¶
func NewActivityStreamsNameProperty() vocab.ActivityStreamsNameProperty
NewActivityStreamsActivityStreamsNameProperty creates a new ActivityStreamsNameProperty
func NewActivityStreamsNextProperty ¶
func NewActivityStreamsNextProperty() vocab.ActivityStreamsNextProperty
NewActivityStreamsActivityStreamsNextProperty creates a new ActivityStreamsNextProperty
func NewActivityStreamsNote ¶
func NewActivityStreamsNote() vocab.ActivityStreamsNote
NewActivityStreamsNote creates a new ActivityStreamsNote
func NewActivityStreamsObject ¶
func NewActivityStreamsObject() vocab.ActivityStreamsObject
NewActivityStreamsObject creates a new ActivityStreamsObject
func NewActivityStreamsObjectProperty ¶
func NewActivityStreamsObjectProperty() vocab.ActivityStreamsObjectProperty
NewActivityStreamsActivityStreamsObjectProperty creates a new ActivityStreamsObjectProperty
func NewActivityStreamsOffer ¶
func NewActivityStreamsOffer() vocab.ActivityStreamsOffer
NewActivityStreamsOffer creates a new ActivityStreamsOffer
func NewActivityStreamsOneOfProperty ¶
func NewActivityStreamsOneOfProperty() vocab.ActivityStreamsOneOfProperty
NewActivityStreamsActivityStreamsOneOfProperty creates a new ActivityStreamsOneOfProperty
func NewActivityStreamsOrderedCollection ¶
func NewActivityStreamsOrderedCollection() vocab.ActivityStreamsOrderedCollection
NewActivityStreamsOrderedCollection creates a new ActivityStreamsOrderedCollection
func NewActivityStreamsOrderedCollectionPage ¶
func NewActivityStreamsOrderedCollectionPage() vocab.ActivityStreamsOrderedCollectionPage
NewActivityStreamsOrderedCollectionPage creates a new ActivityStreamsOrderedCollectionPage
func NewActivityStreamsOrderedItemsProperty ¶
func NewActivityStreamsOrderedItemsProperty() vocab.ActivityStreamsOrderedItemsProperty
NewActivityStreamsActivityStreamsOrderedItemsProperty creates a new ActivityStreamsOrderedItemsProperty
func NewActivityStreamsOrganization ¶
func NewActivityStreamsOrganization() vocab.ActivityStreamsOrganization
NewActivityStreamsOrganization creates a new ActivityStreamsOrganization
func NewActivityStreamsOriginProperty ¶
func NewActivityStreamsOriginProperty() vocab.ActivityStreamsOriginProperty
NewActivityStreamsActivityStreamsOriginProperty creates a new ActivityStreamsOriginProperty
func NewActivityStreamsOutboxProperty ¶
func NewActivityStreamsOutboxProperty() vocab.ActivityStreamsOutboxProperty
NewActivityStreamsActivityStreamsOutboxProperty creates a new ActivityStreamsOutboxProperty
func NewActivityStreamsPage ¶
func NewActivityStreamsPage() vocab.ActivityStreamsPage
NewActivityStreamsPage creates a new ActivityStreamsPage
func NewActivityStreamsPartOfProperty ¶
func NewActivityStreamsPartOfProperty() vocab.ActivityStreamsPartOfProperty
NewActivityStreamsActivityStreamsPartOfProperty creates a new ActivityStreamsPartOfProperty
func NewActivityStreamsPerson ¶
func NewActivityStreamsPerson() vocab.ActivityStreamsPerson
NewActivityStreamsPerson creates a new ActivityStreamsPerson
func NewActivityStreamsPlace ¶
func NewActivityStreamsPlace() vocab.ActivityStreamsPlace
NewActivityStreamsPlace creates a new ActivityStreamsPlace
func NewActivityStreamsPreferredUsernameProperty ¶
func NewActivityStreamsPreferredUsernameProperty() vocab.ActivityStreamsPreferredUsernameProperty
NewActivityStreamsActivityStreamsPreferredUsernameProperty creates a new ActivityStreamsPreferredUsernameProperty
func NewActivityStreamsPrevProperty ¶
func NewActivityStreamsPrevProperty() vocab.ActivityStreamsPrevProperty
NewActivityStreamsActivityStreamsPrevProperty creates a new ActivityStreamsPrevProperty
func NewActivityStreamsPreviewProperty ¶
func NewActivityStreamsPreviewProperty() vocab.ActivityStreamsPreviewProperty
NewActivityStreamsActivityStreamsPreviewProperty creates a new ActivityStreamsPreviewProperty
func NewActivityStreamsProfile ¶
func NewActivityStreamsProfile() vocab.ActivityStreamsProfile
NewActivityStreamsProfile creates a new ActivityStreamsProfile
func NewActivityStreamsPublishedProperty ¶
func NewActivityStreamsPublishedProperty() vocab.ActivityStreamsPublishedProperty
NewActivityStreamsActivityStreamsPublishedProperty creates a new ActivityStreamsPublishedProperty
func NewActivityStreamsQuestion ¶
func NewActivityStreamsQuestion() vocab.ActivityStreamsQuestion
NewActivityStreamsQuestion creates a new ActivityStreamsQuestion
func NewActivityStreamsRadiusProperty ¶
func NewActivityStreamsRadiusProperty() vocab.ActivityStreamsRadiusProperty
NewActivityStreamsActivityStreamsRadiusProperty creates a new ActivityStreamsRadiusProperty
func NewActivityStreamsRead ¶
func NewActivityStreamsRead() vocab.ActivityStreamsRead
NewActivityStreamsRead creates a new ActivityStreamsRead
func NewActivityStreamsReject ¶
func NewActivityStreamsReject() vocab.ActivityStreamsReject
NewActivityStreamsReject creates a new ActivityStreamsReject
func NewActivityStreamsRelProperty ¶
func NewActivityStreamsRelProperty() vocab.ActivityStreamsRelProperty
NewActivityStreamsActivityStreamsRelProperty creates a new ActivityStreamsRelProperty
func NewActivityStreamsRelationship ¶
func NewActivityStreamsRelationship() vocab.ActivityStreamsRelationship
NewActivityStreamsRelationship creates a new ActivityStreamsRelationship
func NewActivityStreamsRelationshipProperty ¶
func NewActivityStreamsRelationshipProperty() vocab.ActivityStreamsRelationshipProperty
NewActivityStreamsActivityStreamsRelationshipProperty creates a new ActivityStreamsRelationshipProperty
func NewActivityStreamsRemove ¶
func NewActivityStreamsRemove() vocab.ActivityStreamsRemove
NewActivityStreamsRemove creates a new ActivityStreamsRemove
func NewActivityStreamsRepliesProperty ¶
func NewActivityStreamsRepliesProperty() vocab.ActivityStreamsRepliesProperty
NewActivityStreamsActivityStreamsRepliesProperty creates a new ActivityStreamsRepliesProperty
func NewActivityStreamsResultProperty ¶
func NewActivityStreamsResultProperty() vocab.ActivityStreamsResultProperty
NewActivityStreamsActivityStreamsResultProperty creates a new ActivityStreamsResultProperty
func NewActivityStreamsSensitiveProperty ¶
func NewActivityStreamsSensitiveProperty() vocab.ActivityStreamsSensitiveProperty
NewActivityStreamsActivityStreamsSensitiveProperty creates a new ActivityStreamsSensitiveProperty
func NewActivityStreamsService ¶
func NewActivityStreamsService() vocab.ActivityStreamsService
NewActivityStreamsService creates a new ActivityStreamsService
func NewActivityStreamsSharedInboxProperty ¶
func NewActivityStreamsSharedInboxProperty() vocab.ActivityStreamsSharedInboxProperty
NewActivityStreamsActivityStreamsSharedInboxProperty creates a new ActivityStreamsSharedInboxProperty
func NewActivityStreamsSharesProperty ¶
func NewActivityStreamsSharesProperty() vocab.ActivityStreamsSharesProperty
NewActivityStreamsActivityStreamsSharesProperty creates a new ActivityStreamsSharesProperty
func NewActivityStreamsSourceProperty ¶
func NewActivityStreamsSourceProperty() vocab.ActivityStreamsSourceProperty
NewActivityStreamsActivityStreamsSourceProperty creates a new ActivityStreamsSourceProperty
func NewActivityStreamsStartIndexProperty ¶
func NewActivityStreamsStartIndexProperty() vocab.ActivityStreamsStartIndexProperty
NewActivityStreamsActivityStreamsStartIndexProperty creates a new ActivityStreamsStartIndexProperty
func NewActivityStreamsStartTimeProperty ¶
func NewActivityStreamsStartTimeProperty() vocab.ActivityStreamsStartTimeProperty
NewActivityStreamsActivityStreamsStartTimeProperty creates a new ActivityStreamsStartTimeProperty
func NewActivityStreamsStreamsProperty ¶
func NewActivityStreamsStreamsProperty() vocab.ActivityStreamsStreamsProperty
NewActivityStreamsActivityStreamsStreamsProperty creates a new ActivityStreamsStreamsProperty
func NewActivityStreamsSubjectProperty ¶
func NewActivityStreamsSubjectProperty() vocab.ActivityStreamsSubjectProperty
NewActivityStreamsActivityStreamsSubjectProperty creates a new ActivityStreamsSubjectProperty
func NewActivityStreamsSummaryProperty ¶
func NewActivityStreamsSummaryProperty() vocab.ActivityStreamsSummaryProperty
NewActivityStreamsActivityStreamsSummaryProperty creates a new ActivityStreamsSummaryProperty
func NewActivityStreamsTagProperty ¶
func NewActivityStreamsTagProperty() vocab.ActivityStreamsTagProperty
NewActivityStreamsActivityStreamsTagProperty creates a new ActivityStreamsTagProperty
func NewActivityStreamsTargetProperty ¶
func NewActivityStreamsTargetProperty() vocab.ActivityStreamsTargetProperty
NewActivityStreamsActivityStreamsTargetProperty creates a new ActivityStreamsTargetProperty
func NewActivityStreamsTentativeAccept ¶
func NewActivityStreamsTentativeAccept() vocab.ActivityStreamsTentativeAccept
NewActivityStreamsTentativeAccept creates a new ActivityStreamsTentativeAccept
func NewActivityStreamsTentativeReject ¶
func NewActivityStreamsTentativeReject() vocab.ActivityStreamsTentativeReject
NewActivityStreamsTentativeReject creates a new ActivityStreamsTentativeReject
func NewActivityStreamsToProperty ¶
func NewActivityStreamsToProperty() vocab.ActivityStreamsToProperty
NewActivityStreamsActivityStreamsToProperty creates a new ActivityStreamsToProperty
func NewActivityStreamsTombstone ¶
func NewActivityStreamsTombstone() vocab.ActivityStreamsTombstone
NewActivityStreamsTombstone creates a new ActivityStreamsTombstone
func NewActivityStreamsTotalItemsProperty ¶
func NewActivityStreamsTotalItemsProperty() vocab.ActivityStreamsTotalItemsProperty
NewActivityStreamsActivityStreamsTotalItemsProperty creates a new ActivityStreamsTotalItemsProperty
func NewActivityStreamsTravel ¶
func NewActivityStreamsTravel() vocab.ActivityStreamsTravel
NewActivityStreamsTravel creates a new ActivityStreamsTravel
func NewActivityStreamsUndo ¶
func NewActivityStreamsUndo() vocab.ActivityStreamsUndo
NewActivityStreamsUndo creates a new ActivityStreamsUndo
func NewActivityStreamsUnitsProperty ¶
func NewActivityStreamsUnitsProperty() vocab.ActivityStreamsUnitsProperty
NewActivityStreamsActivityStreamsUnitsProperty creates a new ActivityStreamsUnitsProperty
func NewActivityStreamsUpdate ¶
func NewActivityStreamsUpdate() vocab.ActivityStreamsUpdate
NewActivityStreamsUpdate creates a new ActivityStreamsUpdate
func NewActivityStreamsUpdatedProperty ¶
func NewActivityStreamsUpdatedProperty() vocab.ActivityStreamsUpdatedProperty
NewActivityStreamsActivityStreamsUpdatedProperty creates a new ActivityStreamsUpdatedProperty
func NewActivityStreamsUrlProperty ¶
func NewActivityStreamsUrlProperty() vocab.ActivityStreamsUrlProperty
NewActivityStreamsActivityStreamsUrlProperty creates a new ActivityStreamsUrlProperty
func NewActivityStreamsVideo ¶
func NewActivityStreamsVideo() vocab.ActivityStreamsVideo
NewActivityStreamsVideo creates a new ActivityStreamsVideo
func NewActivityStreamsView ¶
func NewActivityStreamsView() vocab.ActivityStreamsView
NewActivityStreamsView creates a new ActivityStreamsView
func NewActivityStreamsWidthProperty ¶
func NewActivityStreamsWidthProperty() vocab.ActivityStreamsWidthProperty
NewActivityStreamsActivityStreamsWidthProperty creates a new ActivityStreamsWidthProperty
func NewForgeFedAssignedToProperty ¶
func NewForgeFedAssignedToProperty() vocab.ForgeFedAssignedToProperty
NewForgeFedForgeFedAssignedToProperty creates a new ForgeFedAssignedToProperty
func NewForgeFedBranch ¶
func NewForgeFedBranch() vocab.ForgeFedBranch
NewForgeFedBranch creates a new ForgeFedBranch
func NewForgeFedCommit ¶
func NewForgeFedCommit() vocab.ForgeFedCommit
NewForgeFedCommit creates a new ForgeFedCommit
func NewForgeFedCommittedByProperty ¶
func NewForgeFedCommittedByProperty() vocab.ForgeFedCommittedByProperty
NewForgeFedForgeFedCommittedByProperty creates a new ForgeFedCommittedByProperty
func NewForgeFedCommittedProperty ¶
func NewForgeFedCommittedProperty() vocab.ForgeFedCommittedProperty
NewForgeFedForgeFedCommittedProperty creates a new ForgeFedCommittedProperty
func NewForgeFedDependantsProperty ¶
func NewForgeFedDependantsProperty() vocab.ForgeFedDependantsProperty
NewForgeFedForgeFedDependantsProperty creates a new ForgeFedDependantsProperty
func NewForgeFedDependedByProperty ¶
func NewForgeFedDependedByProperty() vocab.ForgeFedDependedByProperty
NewForgeFedForgeFedDependedByProperty creates a new ForgeFedDependedByProperty
func NewForgeFedDependenciesProperty ¶
func NewForgeFedDependenciesProperty() vocab.ForgeFedDependenciesProperty
NewForgeFedForgeFedDependenciesProperty creates a new ForgeFedDependenciesProperty
func NewForgeFedDependsOnProperty ¶
func NewForgeFedDependsOnProperty() vocab.ForgeFedDependsOnProperty
NewForgeFedForgeFedDependsOnProperty creates a new ForgeFedDependsOnProperty
func NewForgeFedDescriptionProperty ¶
func NewForgeFedDescriptionProperty() vocab.ForgeFedDescriptionProperty
NewForgeFedForgeFedDescriptionProperty creates a new ForgeFedDescriptionProperty
func NewForgeFedEarlyItemsProperty ¶
func NewForgeFedEarlyItemsProperty() vocab.ForgeFedEarlyItemsProperty
NewForgeFedForgeFedEarlyItemsProperty creates a new ForgeFedEarlyItemsProperty
func NewForgeFedFilesAddedProperty ¶
func NewForgeFedFilesAddedProperty() vocab.ForgeFedFilesAddedProperty
NewForgeFedForgeFedFilesAddedProperty creates a new ForgeFedFilesAddedProperty
func NewForgeFedFilesModifiedProperty ¶
func NewForgeFedFilesModifiedProperty() vocab.ForgeFedFilesModifiedProperty
NewForgeFedForgeFedFilesModifiedProperty creates a new ForgeFedFilesModifiedProperty
func NewForgeFedFilesRemovedProperty ¶
func NewForgeFedFilesRemovedProperty() vocab.ForgeFedFilesRemovedProperty
NewForgeFedForgeFedFilesRemovedProperty creates a new ForgeFedFilesRemovedProperty
func NewForgeFedForksProperty ¶
func NewForgeFedForksProperty() vocab.ForgeFedForksProperty
NewForgeFedForgeFedForksProperty creates a new ForgeFedForksProperty
func NewForgeFedHashProperty ¶
func NewForgeFedHashProperty() vocab.ForgeFedHashProperty
NewForgeFedForgeFedHashProperty creates a new ForgeFedHashProperty
func NewForgeFedIsResolvedProperty ¶
func NewForgeFedIsResolvedProperty() vocab.ForgeFedIsResolvedProperty
NewForgeFedForgeFedIsResolvedProperty creates a new ForgeFedIsResolvedProperty
func NewForgeFedPush ¶
func NewForgeFedPush() vocab.ForgeFedPush
NewForgeFedPush creates a new ForgeFedPush
func NewForgeFedRefProperty ¶
func NewForgeFedRefProperty() vocab.ForgeFedRefProperty
NewForgeFedForgeFedRefProperty creates a new ForgeFedRefProperty
func NewForgeFedRepository ¶
func NewForgeFedRepository() vocab.ForgeFedRepository
NewForgeFedRepository creates a new ForgeFedRepository
func NewForgeFedTeamProperty ¶
func NewForgeFedTeamProperty() vocab.ForgeFedTeamProperty
NewForgeFedForgeFedTeamProperty creates a new ForgeFedTeamProperty
func NewForgeFedTicket ¶
func NewForgeFedTicket() vocab.ForgeFedTicket
NewForgeFedTicket creates a new ForgeFedTicket
func NewForgeFedTicketDependency ¶
func NewForgeFedTicketDependency() vocab.ForgeFedTicketDependency
NewForgeFedTicketDependency creates a new ForgeFedTicketDependency
func NewForgeFedTicketsTrackedByProperty ¶
func NewForgeFedTicketsTrackedByProperty() vocab.ForgeFedTicketsTrackedByProperty
NewForgeFedForgeFedTicketsTrackedByProperty creates a new ForgeFedTicketsTrackedByProperty
func NewForgeFedTracksTicketsForProperty ¶
func NewForgeFedTracksTicketsForProperty() vocab.ForgeFedTracksTicketsForProperty
NewForgeFedForgeFedTracksTicketsForProperty creates a new ForgeFedTracksTicketsForProperty
func NewJSONLDIdProperty ¶
func NewJSONLDIdProperty() vocab.JSONLDIdProperty
NewJSONLDJSONLDIdProperty creates a new JSONLDIdProperty
func NewJSONLDTypeProperty ¶
func NewJSONLDTypeProperty() vocab.JSONLDTypeProperty
NewJSONLDJSONLDTypeProperty creates a new JSONLDTypeProperty
func NewTootBlurhashProperty ¶
func NewTootBlurhashProperty() vocab.TootBlurhashProperty
NewTootTootBlurhashProperty creates a new TootBlurhashProperty
func NewTootDiscoverableProperty ¶
func NewTootDiscoverableProperty() vocab.TootDiscoverableProperty
NewTootTootDiscoverableProperty creates a new TootDiscoverableProperty
func NewTootFeaturedProperty ¶
func NewTootFeaturedProperty() vocab.TootFeaturedProperty
NewTootTootFeaturedProperty creates a new TootFeaturedProperty
func NewTootIdentityProof ¶
func NewTootIdentityProof() vocab.TootIdentityProof
NewTootIdentityProof creates a new TootIdentityProof
func NewTootSignatureAlgorithmProperty ¶
func NewTootSignatureAlgorithmProperty() vocab.TootSignatureAlgorithmProperty
NewTootTootSignatureAlgorithmProperty creates a new TootSignatureAlgorithmProperty
func NewTootSignatureValueProperty ¶
func NewTootSignatureValueProperty() vocab.TootSignatureValueProperty
NewTootTootSignatureValueProperty creates a new TootSignatureValueProperty
func NewTootVotersCountProperty ¶
func NewTootVotersCountProperty() vocab.TootVotersCountProperty
NewTootTootVotersCountProperty creates a new TootVotersCountProperty
func NewW3IDSecurityV1OwnerProperty ¶
func NewW3IDSecurityV1OwnerProperty() vocab.W3IDSecurityV1OwnerProperty
NewW3IDSecurityV1W3IDSecurityV1OwnerProperty creates a new W3IDSecurityV1OwnerProperty
func NewW3IDSecurityV1PublicKey ¶
func NewW3IDSecurityV1PublicKey() vocab.W3IDSecurityV1PublicKey
NewW3IDSecurityV1PublicKey creates a new W3IDSecurityV1PublicKey
func NewW3IDSecurityV1PublicKeyPemProperty ¶
func NewW3IDSecurityV1PublicKeyPemProperty() vocab.W3IDSecurityV1PublicKeyPemProperty
NewW3IDSecurityV1W3IDSecurityV1PublicKeyPemProperty creates a new W3IDSecurityV1PublicKeyPemProperty
func NewW3IDSecurityV1PublicKeyProperty ¶
func NewW3IDSecurityV1PublicKeyProperty() vocab.W3IDSecurityV1PublicKeyProperty
NewW3IDSecurityV1W3IDSecurityV1PublicKeyProperty creates a new W3IDSecurityV1PublicKeyProperty
func Serialize ¶
Serialize adds the context vocabularies contained within the type into the JSON-LD @context field, and aliases them appropriately.
func TootEmojiIsDisjointWith ¶
TootEmojiIsDisjointWith returns true if Emoji is disjoint with the other's type.
func TootEmojiIsExtendedBy ¶
TootEmojiIsExtendedBy returns true if the other's type extends from Emoji. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func TootIdentityProofIsDisjointWith ¶
TootIdentityProofIsDisjointWith returns true if IdentityProof is disjoint with the other's type.
func TootIdentityProofIsExtendedBy ¶
TootIdentityProofIsExtendedBy returns true if the other's type extends from IdentityProof. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func TootTootEmojiExtends ¶
TootTootEmojiExtends returns true if Emoji extends from the other's type.
func TootTootIdentityProofExtends ¶
TootTootIdentityProofExtends returns true if IdentityProof extends from the other's type.
func W3IDSecurityV1PublicKeyIsDisjointWith ¶
W3IDSecurityV1PublicKeyIsDisjointWith returns true if PublicKey is disjoint with the other's type.
func W3IDSecurityV1PublicKeyIsExtendedBy ¶
W3IDSecurityV1PublicKeyIsExtendedBy returns true if the other's type extends from PublicKey. Note that it returns false if the types are the same; see the "IsOrExtends" variant instead.
func W3IDSecurityV1W3IDSecurityV1PublicKeyExtends ¶
W3IDSecurityV1W3IDSecurityV1PublicKeyExtends returns true if PublicKey extends from the other's type.
Types ¶
type ActivityStreamsInterface ¶
type ActivityStreamsInterface interface { // GetTypeName returns the ActiivtyStreams value's type. GetTypeName() string // VocabularyURI returns the vocabulary's URI as a string. VocabularyURI() string }
ActivityStreamsInterface represents any ActivityStream value code-generated by go-fed or compatible with the generated interfaces.
type JSONResolver ¶
type JSONResolver struct {
// contains filtered or unexported fields
}
JSONResolver resolves a JSON-deserialized map into its concrete ActivityStreams type
func NewJSONResolver ¶
func NewJSONResolver(callbacks ...interface{}) (*JSONResolver, error)
NewJSONResolver creates a new Resolver that takes a JSON-deserialized generic map and determines the correct concrete Go type. The callback function is guaranteed to receive a value whose underlying ActivityStreams type matches the concrete interface name in its signature. The callback functions must be of the form:
func(context.Context, <TypeInterface>) error
where TypeInterface is the code-generated interface for an ActivityStream type. An error is returned if a callback function does not match this signature.
func (JSONResolver) Resolve ¶
func (this JSONResolver) Resolve(ctx context.Context, m map[string]interface{}) error
Resolve determines the ActivityStreams type of the payload, then applies the first callback function whose signature accepts the ActivityStreams value's type. This strictly assures that the callback function will only be passed ActivityStream objects whose type matches its interface. Returns an error if the ActivityStreams type does not match callbackers or is not a type handled by the generated code. If multiple types are present, it will check each one in order and apply only the first one. It returns an unhandled error for a multi-typed object if none of the types were able to be handled.
type Manager ¶
type Manager struct { }
Manager manages interface types and deserializations for use by generated code. Application code implicitly uses this manager at run-time to create concrete implementations of the interfaces.
func (Manager) DeserializeAcceptActivityStreams ¶
func (this Manager) DeserializeAcceptActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsAccept, error)
DeserializeAcceptActivityStreams returns the deserialization method for the "ActivityStreamsAccept" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeAccuracyPropertyActivityStreams ¶
func (this Manager) DeserializeAccuracyPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsAccuracyProperty, error)
DeserializeAccuracyPropertyActivityStreams returns the deserialization method for the "ActivityStreamsAccuracyProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeActivityActivityStreams ¶
func (this Manager) DeserializeActivityActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsActivity, error)
DeserializeActivityActivityStreams returns the deserialization method for the "ActivityStreamsActivity" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeActorPropertyActivityStreams ¶
func (this Manager) DeserializeActorPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsActorProperty, error)
DeserializeActorPropertyActivityStreams returns the deserialization method for the "ActivityStreamsActorProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeAddActivityStreams ¶
func (this Manager) DeserializeAddActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsAdd, error)
DeserializeAddActivityStreams returns the deserialization method for the "ActivityStreamsAdd" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeAltitudePropertyActivityStreams ¶
func (this Manager) DeserializeAltitudePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsAltitudeProperty, error)
DeserializeAltitudePropertyActivityStreams returns the deserialization method for the "ActivityStreamsAltitudeProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeAnnounceActivityStreams ¶
func (this Manager) DeserializeAnnounceActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsAnnounce, error)
DeserializeAnnounceActivityStreams returns the deserialization method for the "ActivityStreamsAnnounce" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeAnyOfPropertyActivityStreams ¶
func (this Manager) DeserializeAnyOfPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsAnyOfProperty, error)
DeserializeAnyOfPropertyActivityStreams returns the deserialization method for the "ActivityStreamsAnyOfProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeApplicationActivityStreams ¶
func (this Manager) DeserializeApplicationActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsApplication, error)
DeserializeApplicationActivityStreams returns the deserialization method for the "ActivityStreamsApplication" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeArriveActivityStreams ¶
func (this Manager) DeserializeArriveActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsArrive, error)
DeserializeArriveActivityStreams returns the deserialization method for the "ActivityStreamsArrive" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeArticleActivityStreams ¶
func (this Manager) DeserializeArticleActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsArticle, error)
DeserializeArticleActivityStreams returns the deserialization method for the "ActivityStreamsArticle" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeAssignedToPropertyForgeFed ¶
func (this Manager) DeserializeAssignedToPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedAssignedToProperty, error)
DeserializeAssignedToPropertyForgeFed returns the deserialization method for the "ForgeFedAssignedToProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeAttachmentPropertyActivityStreams ¶
func (this Manager) DeserializeAttachmentPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsAttachmentProperty, error)
DeserializeAttachmentPropertyActivityStreams returns the deserialization method for the "ActivityStreamsAttachmentProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeAttributedToPropertyActivityStreams ¶
func (this Manager) DeserializeAttributedToPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsAttributedToProperty, error)
DeserializeAttributedToPropertyActivityStreams returns the deserialization method for the "ActivityStreamsAttributedToProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeAudiencePropertyActivityStreams ¶
func (this Manager) DeserializeAudiencePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsAudienceProperty, error)
DeserializeAudiencePropertyActivityStreams returns the deserialization method for the "ActivityStreamsAudienceProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeAudioActivityStreams ¶
func (this Manager) DeserializeAudioActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsAudio, error)
DeserializeAudioActivityStreams returns the deserialization method for the "ActivityStreamsAudio" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeBccPropertyActivityStreams ¶
func (this Manager) DeserializeBccPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsBccProperty, error)
DeserializeBccPropertyActivityStreams returns the deserialization method for the "ActivityStreamsBccProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeBlockActivityStreams ¶
func (this Manager) DeserializeBlockActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsBlock, error)
DeserializeBlockActivityStreams returns the deserialization method for the "ActivityStreamsBlock" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeBlurhashPropertyToot ¶
func (this Manager) DeserializeBlurhashPropertyToot() func(map[string]interface{}, map[string]string) (vocab.TootBlurhashProperty, error)
DeserializeBlurhashPropertyToot returns the deserialization method for the "TootBlurhashProperty" non-functional property in the vocabulary "Toot"
func (Manager) DeserializeBranchForgeFed ¶
func (this Manager) DeserializeBranchForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedBranch, error)
DeserializeBranchForgeFed returns the deserialization method for the "ForgeFedBranch" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeBtoPropertyActivityStreams ¶
func (this Manager) DeserializeBtoPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsBtoProperty, error)
DeserializeBtoPropertyActivityStreams returns the deserialization method for the "ActivityStreamsBtoProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeCcPropertyActivityStreams ¶
func (this Manager) DeserializeCcPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsCcProperty, error)
DeserializeCcPropertyActivityStreams returns the deserialization method for the "ActivityStreamsCcProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeClosedPropertyActivityStreams ¶
func (this Manager) DeserializeClosedPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsClosedProperty, error)
DeserializeClosedPropertyActivityStreams returns the deserialization method for the "ActivityStreamsClosedProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeCollectionActivityStreams ¶
func (this Manager) DeserializeCollectionActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsCollection, error)
DeserializeCollectionActivityStreams returns the deserialization method for the "ActivityStreamsCollection" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeCollectionPageActivityStreams ¶
func (this Manager) DeserializeCollectionPageActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsCollectionPage, error)
DeserializeCollectionPageActivityStreams returns the deserialization method for the "ActivityStreamsCollectionPage" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeCommitForgeFed ¶
func (this Manager) DeserializeCommitForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedCommit, error)
DeserializeCommitForgeFed returns the deserialization method for the "ForgeFedCommit" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeCommittedByPropertyForgeFed ¶
func (this Manager) DeserializeCommittedByPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedCommittedByProperty, error)
DeserializeCommittedByPropertyForgeFed returns the deserialization method for the "ForgeFedCommittedByProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeCommittedPropertyForgeFed ¶
func (this Manager) DeserializeCommittedPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedCommittedProperty, error)
DeserializeCommittedPropertyForgeFed returns the deserialization method for the "ForgeFedCommittedProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeContentPropertyActivityStreams ¶
func (this Manager) DeserializeContentPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsContentProperty, error)
DeserializeContentPropertyActivityStreams returns the deserialization method for the "ActivityStreamsContentProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeContextPropertyActivityStreams ¶
func (this Manager) DeserializeContextPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsContextProperty, error)
DeserializeContextPropertyActivityStreams returns the deserialization method for the "ActivityStreamsContextProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeCreateActivityStreams ¶
func (this Manager) DeserializeCreateActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsCreate, error)
DeserializeCreateActivityStreams returns the deserialization method for the "ActivityStreamsCreate" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeCurrentPropertyActivityStreams ¶
func (this Manager) DeserializeCurrentPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsCurrentProperty, error)
DeserializeCurrentPropertyActivityStreams returns the deserialization method for the "ActivityStreamsCurrentProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeDeleteActivityStreams ¶
func (this Manager) DeserializeDeleteActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsDelete, error)
DeserializeDeleteActivityStreams returns the deserialization method for the "ActivityStreamsDelete" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeDeletedPropertyActivityStreams ¶
func (this Manager) DeserializeDeletedPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsDeletedProperty, error)
DeserializeDeletedPropertyActivityStreams returns the deserialization method for the "ActivityStreamsDeletedProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeDependantsPropertyForgeFed ¶
func (this Manager) DeserializeDependantsPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedDependantsProperty, error)
DeserializeDependantsPropertyForgeFed returns the deserialization method for the "ForgeFedDependantsProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeDependedByPropertyForgeFed ¶
func (this Manager) DeserializeDependedByPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedDependedByProperty, error)
DeserializeDependedByPropertyForgeFed returns the deserialization method for the "ForgeFedDependedByProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeDependenciesPropertyForgeFed ¶
func (this Manager) DeserializeDependenciesPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedDependenciesProperty, error)
DeserializeDependenciesPropertyForgeFed returns the deserialization method for the "ForgeFedDependenciesProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeDependsOnPropertyForgeFed ¶
func (this Manager) DeserializeDependsOnPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedDependsOnProperty, error)
DeserializeDependsOnPropertyForgeFed returns the deserialization method for the "ForgeFedDependsOnProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeDescribesPropertyActivityStreams ¶
func (this Manager) DeserializeDescribesPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsDescribesProperty, error)
DeserializeDescribesPropertyActivityStreams returns the deserialization method for the "ActivityStreamsDescribesProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeDescriptionPropertyForgeFed ¶
func (this Manager) DeserializeDescriptionPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedDescriptionProperty, error)
DeserializeDescriptionPropertyForgeFed returns the deserialization method for the "ForgeFedDescriptionProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeDiscoverablePropertyToot ¶
func (this Manager) DeserializeDiscoverablePropertyToot() func(map[string]interface{}, map[string]string) (vocab.TootDiscoverableProperty, error)
DeserializeDiscoverablePropertyToot returns the deserialization method for the "TootDiscoverableProperty" non-functional property in the vocabulary "Toot"
func (Manager) DeserializeDislikeActivityStreams ¶
func (this Manager) DeserializeDislikeActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsDislike, error)
DeserializeDislikeActivityStreams returns the deserialization method for the "ActivityStreamsDislike" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeDocumentActivityStreams ¶
func (this Manager) DeserializeDocumentActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsDocument, error)
DeserializeDocumentActivityStreams returns the deserialization method for the "ActivityStreamsDocument" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeDurationPropertyActivityStreams ¶
func (this Manager) DeserializeDurationPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsDurationProperty, error)
DeserializeDurationPropertyActivityStreams returns the deserialization method for the "ActivityStreamsDurationProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeEarlyItemsPropertyForgeFed ¶
func (this Manager) DeserializeEarlyItemsPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedEarlyItemsProperty, error)
DeserializeEarlyItemsPropertyForgeFed returns the deserialization method for the "ForgeFedEarlyItemsProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeEmojiToot ¶
func (this Manager) DeserializeEmojiToot() func(map[string]interface{}, map[string]string) (vocab.TootEmoji, error)
DeserializeEmojiToot returns the deserialization method for the "TootEmoji" non-functional property in the vocabulary "Toot"
func (Manager) DeserializeEndTimePropertyActivityStreams ¶
func (this Manager) DeserializeEndTimePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsEndTimeProperty, error)
DeserializeEndTimePropertyActivityStreams returns the deserialization method for the "ActivityStreamsEndTimeProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeEndpointCollectionActivityStreams ¶
func (this Manager) DeserializeEndpointCollectionActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsEndpointCollection, error)
DeserializeEndpointCollectionActivityStreams returns the deserialization method for the "ActivityStreamsEndpointCollection" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeEndpointsPropertyActivityStreams ¶
func (this Manager) DeserializeEndpointsPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsEndpointsProperty, error)
DeserializeEndpointsPropertyActivityStreams returns the deserialization method for the "ActivityStreamsEndpointsProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeEventActivityStreams ¶
func (this Manager) DeserializeEventActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsEvent, error)
DeserializeEventActivityStreams returns the deserialization method for the "ActivityStreamsEvent" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeFeaturedPropertyToot ¶
func (this Manager) DeserializeFeaturedPropertyToot() func(map[string]interface{}, map[string]string) (vocab.TootFeaturedProperty, error)
DeserializeFeaturedPropertyToot returns the deserialization method for the "TootFeaturedProperty" non-functional property in the vocabulary "Toot"
func (Manager) DeserializeFilesAddedPropertyForgeFed ¶
func (this Manager) DeserializeFilesAddedPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedFilesAddedProperty, error)
DeserializeFilesAddedPropertyForgeFed returns the deserialization method for the "ForgeFedFilesAddedProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeFilesModifiedPropertyForgeFed ¶
func (this Manager) DeserializeFilesModifiedPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedFilesModifiedProperty, error)
DeserializeFilesModifiedPropertyForgeFed returns the deserialization method for the "ForgeFedFilesModifiedProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeFilesRemovedPropertyForgeFed ¶
func (this Manager) DeserializeFilesRemovedPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedFilesRemovedProperty, error)
DeserializeFilesRemovedPropertyForgeFed returns the deserialization method for the "ForgeFedFilesRemovedProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeFirstPropertyActivityStreams ¶
func (this Manager) DeserializeFirstPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsFirstProperty, error)
DeserializeFirstPropertyActivityStreams returns the deserialization method for the "ActivityStreamsFirstProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeFlagActivityStreams ¶
func (this Manager) DeserializeFlagActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsFlag, error)
DeserializeFlagActivityStreams returns the deserialization method for the "ActivityStreamsFlag" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeFollowActivityStreams ¶
func (this Manager) DeserializeFollowActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsFollow, error)
DeserializeFollowActivityStreams returns the deserialization method for the "ActivityStreamsFollow" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeFollowersPropertyActivityStreams ¶
func (this Manager) DeserializeFollowersPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsFollowersProperty, error)
DeserializeFollowersPropertyActivityStreams returns the deserialization method for the "ActivityStreamsFollowersProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeFollowingPropertyActivityStreams ¶
func (this Manager) DeserializeFollowingPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsFollowingProperty, error)
DeserializeFollowingPropertyActivityStreams returns the deserialization method for the "ActivityStreamsFollowingProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeForksPropertyForgeFed ¶
func (this Manager) DeserializeForksPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedForksProperty, error)
DeserializeForksPropertyForgeFed returns the deserialization method for the "ForgeFedForksProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeFormerTypePropertyActivityStreams ¶
func (this Manager) DeserializeFormerTypePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsFormerTypeProperty, error)
DeserializeFormerTypePropertyActivityStreams returns the deserialization method for the "ActivityStreamsFormerTypeProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeGeneratorPropertyActivityStreams ¶
func (this Manager) DeserializeGeneratorPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsGeneratorProperty, error)
DeserializeGeneratorPropertyActivityStreams returns the deserialization method for the "ActivityStreamsGeneratorProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeGroupActivityStreams ¶
func (this Manager) DeserializeGroupActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsGroup, error)
DeserializeGroupActivityStreams returns the deserialization method for the "ActivityStreamsGroup" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeHashPropertyForgeFed ¶
func (this Manager) DeserializeHashPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedHashProperty, error)
DeserializeHashPropertyForgeFed returns the deserialization method for the "ForgeFedHashProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeHeightPropertyActivityStreams ¶
func (this Manager) DeserializeHeightPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsHeightProperty, error)
DeserializeHeightPropertyActivityStreams returns the deserialization method for the "ActivityStreamsHeightProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeHrefPropertyActivityStreams ¶
func (this Manager) DeserializeHrefPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsHrefProperty, error)
DeserializeHrefPropertyActivityStreams returns the deserialization method for the "ActivityStreamsHrefProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeHreflangPropertyActivityStreams ¶
func (this Manager) DeserializeHreflangPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsHreflangProperty, error)
DeserializeHreflangPropertyActivityStreams returns the deserialization method for the "ActivityStreamsHreflangProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeIconPropertyActivityStreams ¶
func (this Manager) DeserializeIconPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsIconProperty, error)
DeserializeIconPropertyActivityStreams returns the deserialization method for the "ActivityStreamsIconProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeIdPropertyJSONLD ¶
func (this Manager) DeserializeIdPropertyJSONLD() func(map[string]interface{}, map[string]string) (vocab.JSONLDIdProperty, error)
DeserializeIdPropertyJSONLD returns the deserialization method for the "JSONLDIdProperty" non-functional property in the vocabulary "JSONLD"
func (Manager) DeserializeIdentityProofToot ¶
func (this Manager) DeserializeIdentityProofToot() func(map[string]interface{}, map[string]string) (vocab.TootIdentityProof, error)
DeserializeIdentityProofToot returns the deserialization method for the "TootIdentityProof" non-functional property in the vocabulary "Toot"
func (Manager) DeserializeIgnoreActivityStreams ¶
func (this Manager) DeserializeIgnoreActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsIgnore, error)
DeserializeIgnoreActivityStreams returns the deserialization method for the "ActivityStreamsIgnore" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeImageActivityStreams ¶
func (this Manager) DeserializeImageActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsImage, error)
DeserializeImageActivityStreams returns the deserialization method for the "ActivityStreamsImage" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeImagePropertyActivityStreams ¶
func (this Manager) DeserializeImagePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsImageProperty, error)
DeserializeImagePropertyActivityStreams returns the deserialization method for the "ActivityStreamsImageProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeInReplyToPropertyActivityStreams ¶
func (this Manager) DeserializeInReplyToPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsInReplyToProperty, error)
DeserializeInReplyToPropertyActivityStreams returns the deserialization method for the "ActivityStreamsInReplyToProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeInboxPropertyActivityStreams ¶
func (this Manager) DeserializeInboxPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsInboxProperty, error)
DeserializeInboxPropertyActivityStreams returns the deserialization method for the "ActivityStreamsInboxProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeInstrumentPropertyActivityStreams ¶
func (this Manager) DeserializeInstrumentPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsInstrumentProperty, error)
DeserializeInstrumentPropertyActivityStreams returns the deserialization method for the "ActivityStreamsInstrumentProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeIntransitiveActivityActivityStreams ¶
func (this Manager) DeserializeIntransitiveActivityActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsIntransitiveActivity, error)
DeserializeIntransitiveActivityActivityStreams returns the deserialization method for the "ActivityStreamsIntransitiveActivity" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeInviteActivityStreams ¶
func (this Manager) DeserializeInviteActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsInvite, error)
DeserializeInviteActivityStreams returns the deserialization method for the "ActivityStreamsInvite" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeIsResolvedPropertyForgeFed ¶
func (this Manager) DeserializeIsResolvedPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedIsResolvedProperty, error)
DeserializeIsResolvedPropertyForgeFed returns the deserialization method for the "ForgeFedIsResolvedProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeItemsPropertyActivityStreams ¶
func (this Manager) DeserializeItemsPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsItemsProperty, error)
DeserializeItemsPropertyActivityStreams returns the deserialization method for the "ActivityStreamsItemsProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeJoinActivityStreams ¶
func (this Manager) DeserializeJoinActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsJoin, error)
DeserializeJoinActivityStreams returns the deserialization method for the "ActivityStreamsJoin" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeLastPropertyActivityStreams ¶
func (this Manager) DeserializeLastPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsLastProperty, error)
DeserializeLastPropertyActivityStreams returns the deserialization method for the "ActivityStreamsLastProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeLatitudePropertyActivityStreams ¶
func (this Manager) DeserializeLatitudePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsLatitudeProperty, error)
DeserializeLatitudePropertyActivityStreams returns the deserialization method for the "ActivityStreamsLatitudeProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeLeaveActivityStreams ¶
func (this Manager) DeserializeLeaveActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsLeave, error)
DeserializeLeaveActivityStreams returns the deserialization method for the "ActivityStreamsLeave" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeLikeActivityStreams ¶
func (this Manager) DeserializeLikeActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsLike, error)
DeserializeLikeActivityStreams returns the deserialization method for the "ActivityStreamsLike" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeLikedPropertyActivityStreams ¶
func (this Manager) DeserializeLikedPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsLikedProperty, error)
DeserializeLikedPropertyActivityStreams returns the deserialization method for the "ActivityStreamsLikedProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeLikesPropertyActivityStreams ¶
func (this Manager) DeserializeLikesPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsLikesProperty, error)
DeserializeLikesPropertyActivityStreams returns the deserialization method for the "ActivityStreamsLikesProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeLinkActivityStreams ¶
func (this Manager) DeserializeLinkActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsLink, error)
DeserializeLinkActivityStreams returns the deserialization method for the "ActivityStreamsLink" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeListenActivityStreams ¶
func (this Manager) DeserializeListenActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsListen, error)
DeserializeListenActivityStreams returns the deserialization method for the "ActivityStreamsListen" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeLocationPropertyActivityStreams ¶
func (this Manager) DeserializeLocationPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsLocationProperty, error)
DeserializeLocationPropertyActivityStreams returns the deserialization method for the "ActivityStreamsLocationProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeLongitudePropertyActivityStreams ¶
func (this Manager) DeserializeLongitudePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsLongitudeProperty, error)
DeserializeLongitudePropertyActivityStreams returns the deserialization method for the "ActivityStreamsLongitudeProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeManuallyApprovesFollowersPropertyActivityStreams ¶
func (this Manager) DeserializeManuallyApprovesFollowersPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsManuallyApprovesFollowersProperty, error)
DeserializeManuallyApprovesFollowersPropertyActivityStreams returns the deserialization method for the "ActivityStreamsManuallyApprovesFollowersProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeMediaTypePropertyActivityStreams ¶
func (this Manager) DeserializeMediaTypePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsMediaTypeProperty, error)
DeserializeMediaTypePropertyActivityStreams returns the deserialization method for the "ActivityStreamsMediaTypeProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeMentionActivityStreams ¶
func (this Manager) DeserializeMentionActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsMention, error)
DeserializeMentionActivityStreams returns the deserialization method for the "ActivityStreamsMention" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeMoveActivityStreams ¶
func (this Manager) DeserializeMoveActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsMove, error)
DeserializeMoveActivityStreams returns the deserialization method for the "ActivityStreamsMove" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeNamePropertyActivityStreams ¶
func (this Manager) DeserializeNamePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsNameProperty, error)
DeserializeNamePropertyActivityStreams returns the deserialization method for the "ActivityStreamsNameProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeNextPropertyActivityStreams ¶
func (this Manager) DeserializeNextPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsNextProperty, error)
DeserializeNextPropertyActivityStreams returns the deserialization method for the "ActivityStreamsNextProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeNoteActivityStreams ¶
func (this Manager) DeserializeNoteActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsNote, error)
DeserializeNoteActivityStreams returns the deserialization method for the "ActivityStreamsNote" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeObjectActivityStreams ¶
func (this Manager) DeserializeObjectActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsObject, error)
DeserializeObjectActivityStreams returns the deserialization method for the "ActivityStreamsObject" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeObjectPropertyActivityStreams ¶
func (this Manager) DeserializeObjectPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsObjectProperty, error)
DeserializeObjectPropertyActivityStreams returns the deserialization method for the "ActivityStreamsObjectProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeOfferActivityStreams ¶
func (this Manager) DeserializeOfferActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsOffer, error)
DeserializeOfferActivityStreams returns the deserialization method for the "ActivityStreamsOffer" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeOneOfPropertyActivityStreams ¶
func (this Manager) DeserializeOneOfPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsOneOfProperty, error)
DeserializeOneOfPropertyActivityStreams returns the deserialization method for the "ActivityStreamsOneOfProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeOrderedCollectionActivityStreams ¶
func (this Manager) DeserializeOrderedCollectionActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsOrderedCollection, error)
DeserializeOrderedCollectionActivityStreams returns the deserialization method for the "ActivityStreamsOrderedCollection" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeOrderedCollectionPageActivityStreams ¶
func (this Manager) DeserializeOrderedCollectionPageActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsOrderedCollectionPage, error)
DeserializeOrderedCollectionPageActivityStreams returns the deserialization method for the "ActivityStreamsOrderedCollectionPage" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeOrderedItemsPropertyActivityStreams ¶
func (this Manager) DeserializeOrderedItemsPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsOrderedItemsProperty, error)
DeserializeOrderedItemsPropertyActivityStreams returns the deserialization method for the "ActivityStreamsOrderedItemsProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeOrganizationActivityStreams ¶
func (this Manager) DeserializeOrganizationActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsOrganization, error)
DeserializeOrganizationActivityStreams returns the deserialization method for the "ActivityStreamsOrganization" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeOriginPropertyActivityStreams ¶
func (this Manager) DeserializeOriginPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsOriginProperty, error)
DeserializeOriginPropertyActivityStreams returns the deserialization method for the "ActivityStreamsOriginProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeOutboxPropertyActivityStreams ¶
func (this Manager) DeserializeOutboxPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsOutboxProperty, error)
DeserializeOutboxPropertyActivityStreams returns the deserialization method for the "ActivityStreamsOutboxProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeOwnerPropertyW3IDSecurityV1 ¶
func (this Manager) DeserializeOwnerPropertyW3IDSecurityV1() func(map[string]interface{}, map[string]string) (vocab.W3IDSecurityV1OwnerProperty, error)
DeserializeOwnerPropertyW3IDSecurityV1 returns the deserialization method for the "W3IDSecurityV1OwnerProperty" non-functional property in the vocabulary "W3IDSecurityV1"
func (Manager) DeserializePageActivityStreams ¶
func (this Manager) DeserializePageActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsPage, error)
DeserializePageActivityStreams returns the deserialization method for the "ActivityStreamsPage" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializePartOfPropertyActivityStreams ¶
func (this Manager) DeserializePartOfPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsPartOfProperty, error)
DeserializePartOfPropertyActivityStreams returns the deserialization method for the "ActivityStreamsPartOfProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializePersonActivityStreams ¶
func (this Manager) DeserializePersonActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsPerson, error)
DeserializePersonActivityStreams returns the deserialization method for the "ActivityStreamsPerson" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializePlaceActivityStreams ¶
func (this Manager) DeserializePlaceActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsPlace, error)
DeserializePlaceActivityStreams returns the deserialization method for the "ActivityStreamsPlace" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializePreferredUsernamePropertyActivityStreams ¶
func (this Manager) DeserializePreferredUsernamePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsPreferredUsernameProperty, error)
DeserializePreferredUsernamePropertyActivityStreams returns the deserialization method for the "ActivityStreamsPreferredUsernameProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializePrevPropertyActivityStreams ¶
func (this Manager) DeserializePrevPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsPrevProperty, error)
DeserializePrevPropertyActivityStreams returns the deserialization method for the "ActivityStreamsPrevProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializePreviewPropertyActivityStreams ¶
func (this Manager) DeserializePreviewPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsPreviewProperty, error)
DeserializePreviewPropertyActivityStreams returns the deserialization method for the "ActivityStreamsPreviewProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeProfileActivityStreams ¶
func (this Manager) DeserializeProfileActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsProfile, error)
DeserializeProfileActivityStreams returns the deserialization method for the "ActivityStreamsProfile" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializePublicKeyPemPropertyW3IDSecurityV1 ¶
func (this Manager) DeserializePublicKeyPemPropertyW3IDSecurityV1() func(map[string]interface{}, map[string]string) (vocab.W3IDSecurityV1PublicKeyPemProperty, error)
DeserializePublicKeyPemPropertyW3IDSecurityV1 returns the deserialization method for the "W3IDSecurityV1PublicKeyPemProperty" non-functional property in the vocabulary "W3IDSecurityV1"
func (Manager) DeserializePublicKeyPropertyW3IDSecurityV1 ¶
func (this Manager) DeserializePublicKeyPropertyW3IDSecurityV1() func(map[string]interface{}, map[string]string) (vocab.W3IDSecurityV1PublicKeyProperty, error)
DeserializePublicKeyPropertyW3IDSecurityV1 returns the deserialization method for the "W3IDSecurityV1PublicKeyProperty" non-functional property in the vocabulary "W3IDSecurityV1"
func (Manager) DeserializePublicKeyW3IDSecurityV1 ¶
func (this Manager) DeserializePublicKeyW3IDSecurityV1() func(map[string]interface{}, map[string]string) (vocab.W3IDSecurityV1PublicKey, error)
DeserializePublicKeyW3IDSecurityV1 returns the deserialization method for the "W3IDSecurityV1PublicKey" non-functional property in the vocabulary "W3IDSecurityV1"
func (Manager) DeserializePublishedPropertyActivityStreams ¶
func (this Manager) DeserializePublishedPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsPublishedProperty, error)
DeserializePublishedPropertyActivityStreams returns the deserialization method for the "ActivityStreamsPublishedProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializePushForgeFed ¶
func (this Manager) DeserializePushForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedPush, error)
DeserializePushForgeFed returns the deserialization method for the "ForgeFedPush" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeQuestionActivityStreams ¶
func (this Manager) DeserializeQuestionActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsQuestion, error)
DeserializeQuestionActivityStreams returns the deserialization method for the "ActivityStreamsQuestion" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeRadiusPropertyActivityStreams ¶
func (this Manager) DeserializeRadiusPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsRadiusProperty, error)
DeserializeRadiusPropertyActivityStreams returns the deserialization method for the "ActivityStreamsRadiusProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeReadActivityStreams ¶
func (this Manager) DeserializeReadActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsRead, error)
DeserializeReadActivityStreams returns the deserialization method for the "ActivityStreamsRead" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeRefPropertyForgeFed ¶
func (this Manager) DeserializeRefPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedRefProperty, error)
DeserializeRefPropertyForgeFed returns the deserialization method for the "ForgeFedRefProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeRejectActivityStreams ¶
func (this Manager) DeserializeRejectActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsReject, error)
DeserializeRejectActivityStreams returns the deserialization method for the "ActivityStreamsReject" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeRelPropertyActivityStreams ¶
func (this Manager) DeserializeRelPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsRelProperty, error)
DeserializeRelPropertyActivityStreams returns the deserialization method for the "ActivityStreamsRelProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeRelationshipActivityStreams ¶
func (this Manager) DeserializeRelationshipActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsRelationship, error)
DeserializeRelationshipActivityStreams returns the deserialization method for the "ActivityStreamsRelationship" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeRelationshipPropertyActivityStreams ¶
func (this Manager) DeserializeRelationshipPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsRelationshipProperty, error)
DeserializeRelationshipPropertyActivityStreams returns the deserialization method for the "ActivityStreamsRelationshipProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeRemoveActivityStreams ¶
func (this Manager) DeserializeRemoveActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsRemove, error)
DeserializeRemoveActivityStreams returns the deserialization method for the "ActivityStreamsRemove" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeRepliesPropertyActivityStreams ¶
func (this Manager) DeserializeRepliesPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsRepliesProperty, error)
DeserializeRepliesPropertyActivityStreams returns the deserialization method for the "ActivityStreamsRepliesProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeRepositoryForgeFed ¶
func (this Manager) DeserializeRepositoryForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedRepository, error)
DeserializeRepositoryForgeFed returns the deserialization method for the "ForgeFedRepository" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeResultPropertyActivityStreams ¶
func (this Manager) DeserializeResultPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsResultProperty, error)
DeserializeResultPropertyActivityStreams returns the deserialization method for the "ActivityStreamsResultProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeSensitivePropertyActivityStreams ¶
func (this Manager) DeserializeSensitivePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsSensitiveProperty, error)
DeserializeSensitivePropertyActivityStreams returns the deserialization method for the "ActivityStreamsSensitiveProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeServiceActivityStreams ¶
func (this Manager) DeserializeServiceActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsService, error)
DeserializeServiceActivityStreams returns the deserialization method for the "ActivityStreamsService" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeSharedInboxPropertyActivityStreams ¶
func (this Manager) DeserializeSharedInboxPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsSharedInboxProperty, error)
DeserializeSharedInboxPropertyActivityStreams returns the deserialization method for the "ActivityStreamsSharedInboxProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeSharesPropertyActivityStreams ¶
func (this Manager) DeserializeSharesPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsSharesProperty, error)
DeserializeSharesPropertyActivityStreams returns the deserialization method for the "ActivityStreamsSharesProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeSignatureAlgorithmPropertyToot ¶
func (this Manager) DeserializeSignatureAlgorithmPropertyToot() func(map[string]interface{}, map[string]string) (vocab.TootSignatureAlgorithmProperty, error)
DeserializeSignatureAlgorithmPropertyToot returns the deserialization method for the "TootSignatureAlgorithmProperty" non-functional property in the vocabulary "Toot"
func (Manager) DeserializeSignatureValuePropertyToot ¶
func (this Manager) DeserializeSignatureValuePropertyToot() func(map[string]interface{}, map[string]string) (vocab.TootSignatureValueProperty, error)
DeserializeSignatureValuePropertyToot returns the deserialization method for the "TootSignatureValueProperty" non-functional property in the vocabulary "Toot"
func (Manager) DeserializeSourcePropertyActivityStreams ¶
func (this Manager) DeserializeSourcePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsSourceProperty, error)
DeserializeSourcePropertyActivityStreams returns the deserialization method for the "ActivityStreamsSourceProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeStartIndexPropertyActivityStreams ¶
func (this Manager) DeserializeStartIndexPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsStartIndexProperty, error)
DeserializeStartIndexPropertyActivityStreams returns the deserialization method for the "ActivityStreamsStartIndexProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeStartTimePropertyActivityStreams ¶
func (this Manager) DeserializeStartTimePropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsStartTimeProperty, error)
DeserializeStartTimePropertyActivityStreams returns the deserialization method for the "ActivityStreamsStartTimeProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeStreamsPropertyActivityStreams ¶
func (this Manager) DeserializeStreamsPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsStreamsProperty, error)
DeserializeStreamsPropertyActivityStreams returns the deserialization method for the "ActivityStreamsStreamsProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeSubjectPropertyActivityStreams ¶
func (this Manager) DeserializeSubjectPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsSubjectProperty, error)
DeserializeSubjectPropertyActivityStreams returns the deserialization method for the "ActivityStreamsSubjectProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeSummaryPropertyActivityStreams ¶
func (this Manager) DeserializeSummaryPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsSummaryProperty, error)
DeserializeSummaryPropertyActivityStreams returns the deserialization method for the "ActivityStreamsSummaryProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeTagPropertyActivityStreams ¶
func (this Manager) DeserializeTagPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsTagProperty, error)
DeserializeTagPropertyActivityStreams returns the deserialization method for the "ActivityStreamsTagProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeTargetPropertyActivityStreams ¶
func (this Manager) DeserializeTargetPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsTargetProperty, error)
DeserializeTargetPropertyActivityStreams returns the deserialization method for the "ActivityStreamsTargetProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeTeamPropertyForgeFed ¶
func (this Manager) DeserializeTeamPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedTeamProperty, error)
DeserializeTeamPropertyForgeFed returns the deserialization method for the "ForgeFedTeamProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeTentativeAcceptActivityStreams ¶
func (this Manager) DeserializeTentativeAcceptActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsTentativeAccept, error)
DeserializeTentativeAcceptActivityStreams returns the deserialization method for the "ActivityStreamsTentativeAccept" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeTentativeRejectActivityStreams ¶
func (this Manager) DeserializeTentativeRejectActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsTentativeReject, error)
DeserializeTentativeRejectActivityStreams returns the deserialization method for the "ActivityStreamsTentativeReject" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeTicketDependencyForgeFed ¶
func (this Manager) DeserializeTicketDependencyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedTicketDependency, error)
DeserializeTicketDependencyForgeFed returns the deserialization method for the "ForgeFedTicketDependency" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeTicketForgeFed ¶
func (this Manager) DeserializeTicketForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedTicket, error)
DeserializeTicketForgeFed returns the deserialization method for the "ForgeFedTicket" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeTicketsTrackedByPropertyForgeFed ¶
func (this Manager) DeserializeTicketsTrackedByPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedTicketsTrackedByProperty, error)
DeserializeTicketsTrackedByPropertyForgeFed returns the deserialization method for the "ForgeFedTicketsTrackedByProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeToPropertyActivityStreams ¶
func (this Manager) DeserializeToPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsToProperty, error)
DeserializeToPropertyActivityStreams returns the deserialization method for the "ActivityStreamsToProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeTombstoneActivityStreams ¶
func (this Manager) DeserializeTombstoneActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsTombstone, error)
DeserializeTombstoneActivityStreams returns the deserialization method for the "ActivityStreamsTombstone" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeTotalItemsPropertyActivityStreams ¶
func (this Manager) DeserializeTotalItemsPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsTotalItemsProperty, error)
DeserializeTotalItemsPropertyActivityStreams returns the deserialization method for the "ActivityStreamsTotalItemsProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeTracksTicketsForPropertyForgeFed ¶
func (this Manager) DeserializeTracksTicketsForPropertyForgeFed() func(map[string]interface{}, map[string]string) (vocab.ForgeFedTracksTicketsForProperty, error)
DeserializeTracksTicketsForPropertyForgeFed returns the deserialization method for the "ForgeFedTracksTicketsForProperty" non-functional property in the vocabulary "ForgeFed"
func (Manager) DeserializeTravelActivityStreams ¶
func (this Manager) DeserializeTravelActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsTravel, error)
DeserializeTravelActivityStreams returns the deserialization method for the "ActivityStreamsTravel" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeTypePropertyJSONLD ¶
func (this Manager) DeserializeTypePropertyJSONLD() func(map[string]interface{}, map[string]string) (vocab.JSONLDTypeProperty, error)
DeserializeTypePropertyJSONLD returns the deserialization method for the "JSONLDTypeProperty" non-functional property in the vocabulary "JSONLD"
func (Manager) DeserializeUndoActivityStreams ¶
func (this Manager) DeserializeUndoActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsUndo, error)
DeserializeUndoActivityStreams returns the deserialization method for the "ActivityStreamsUndo" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeUnitsPropertyActivityStreams ¶
func (this Manager) DeserializeUnitsPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsUnitsProperty, error)
DeserializeUnitsPropertyActivityStreams returns the deserialization method for the "ActivityStreamsUnitsProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeUpdateActivityStreams ¶
func (this Manager) DeserializeUpdateActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsUpdate, error)
DeserializeUpdateActivityStreams returns the deserialization method for the "ActivityStreamsUpdate" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeUpdatedPropertyActivityStreams ¶
func (this Manager) DeserializeUpdatedPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsUpdatedProperty, error)
DeserializeUpdatedPropertyActivityStreams returns the deserialization method for the "ActivityStreamsUpdatedProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeUrlPropertyActivityStreams ¶
func (this Manager) DeserializeUrlPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsUrlProperty, error)
DeserializeUrlPropertyActivityStreams returns the deserialization method for the "ActivityStreamsUrlProperty" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeVideoActivityStreams ¶
func (this Manager) DeserializeVideoActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsVideo, error)
DeserializeVideoActivityStreams returns the deserialization method for the "ActivityStreamsVideo" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeViewActivityStreams ¶
func (this Manager) DeserializeViewActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsView, error)
DeserializeViewActivityStreams returns the deserialization method for the "ActivityStreamsView" non-functional property in the vocabulary "ActivityStreams"
func (Manager) DeserializeVotersCountPropertyToot ¶
func (this Manager) DeserializeVotersCountPropertyToot() func(map[string]interface{}, map[string]string) (vocab.TootVotersCountProperty, error)
DeserializeVotersCountPropertyToot returns the deserialization method for the "TootVotersCountProperty" non-functional property in the vocabulary "Toot"
func (Manager) DeserializeWidthPropertyActivityStreams ¶
func (this Manager) DeserializeWidthPropertyActivityStreams() func(map[string]interface{}, map[string]string) (vocab.ActivityStreamsWidthProperty, error)
DeserializeWidthPropertyActivityStreams returns the deserialization method for the "ActivityStreamsWidthProperty" non-functional property in the vocabulary "ActivityStreams"
type Resolver ¶
type Resolver interface { // Resolve will attempt to resolve an untyped ActivityStreams value into a // Go concrete type. Resolve(ctx context.Context, o ActivityStreamsInterface) error }
Resolver represents any TypeResolver.
type TypePredicatedResolver ¶
type TypePredicatedResolver struct {
// contains filtered or unexported fields
}
TypePredicatedResolver resolves ActivityStreams values if the value satisfies a predicate condition based on its type.
func NewTypePredicatedResolver ¶
func NewTypePredicatedResolver(delegate Resolver, predicate interface{}) (*TypePredicatedResolver, error)
NewTypePredicatedResolver creates a new Resolver that applies a predicate to an ActivityStreams value to determine whether to Resolve or not. The ActivityStreams value's type is examined to determine if the predicate can apply itself to the value. This guarantees the predicate will receive a concrete value whose underlying ActivityStreams type matches the concrete interface name. The predicate function must be of the form:
func(context.Context, <TypeInterface>) (bool, error)
where TypeInterface is the code-generated interface for an ActivityStreams type. An error is returned if the predicate does not match this signature.
func (TypePredicatedResolver) Apply ¶
func (this TypePredicatedResolver) Apply(ctx context.Context, o ActivityStreamsInterface) (bool, error)
Apply uses a predicate to determine whether to resolve the ActivityStreams value. The predicate's signature is matched with the ActivityStreams value's type. This strictly assures that the predicate will only be passed ActivityStream objects whose type matches its interface. Returns an error if the ActivityStreams type does not match the predicate, is not a type handled by the generated code, or the resolver returns an error. Returns true if the predicate returned true.
type TypeResolver ¶
type TypeResolver struct {
// contains filtered or unexported fields
}
TypeResolver resolves ActivityStreams values based on their type name.
func NewTypeResolver ¶
func NewTypeResolver(callbacks ...interface{}) (*TypeResolver, error)
NewTypeResolver creates a new Resolver that examines the type of an ActivityStream value to determine what callback function to pass the concretely typed value. The callback is guaranteed to receive a value whose underlying ActivityStreams type matches the concrete interface name in its signature. The callback functions must be of the form:
func(context.Context, <TypeInterface>) error
where TypeInterface is the code-generated interface for an ActivityStream type. An error is returned if a callback function does not match this signature.
func (TypeResolver) Resolve ¶
func (this TypeResolver) Resolve(ctx context.Context, o ActivityStreamsInterface) error
Resolve applies the first callback function whose signature accepts the ActivityStreams value's type. This strictly assures that the callback function will only be passed ActivityStream objects whose type matches its interface. Returns an error if the ActivityStreams type does not match callbackers, is not a type handled by the generated code, or the value passed in is not go-fed compatible.
Source Files ¶
- gen_consts.go
- gen_doc.go
- gen_init.go
- gen_json_resolver.go
- gen_manager.go
- gen_pkg_activitystreams_disjoint.go
- gen_pkg_activitystreams_extendedby.go
- gen_pkg_activitystreams_extends.go
- gen_pkg_activitystreams_isorextends.go
- gen_pkg_activitystreams_property_constructors.go
- gen_pkg_activitystreams_type_constructors.go
- gen_pkg_forgefed_disjoint.go
- gen_pkg_forgefed_extendedby.go
- gen_pkg_forgefed_extends.go
- gen_pkg_forgefed_isorextends.go
- gen_pkg_forgefed_property_constructors.go
- gen_pkg_forgefed_type_constructors.go
- gen_pkg_jsonld_property_constructors.go
- gen_pkg_toot_disjoint.go
- gen_pkg_toot_extendedby.go
- gen_pkg_toot_extends.go
- gen_pkg_toot_isorextends.go
- gen_pkg_toot_property_constructors.go
- gen_pkg_toot_type_constructors.go
- gen_pkg_w3idsecurityv1_disjoint.go
- gen_pkg_w3idsecurityv1_extendedby.go
- gen_pkg_w3idsecurityv1_extends.go
- gen_pkg_w3idsecurityv1_isorextends.go
- gen_pkg_w3idsecurityv1_property_constructors.go
- gen_pkg_w3idsecurityv1_type_constructors.go
- gen_resolver_utils.go
- gen_type_predicated_resolver.go
- gen_type_resolver.go
- util.go
Directories ¶
Path | Synopsis |
---|---|
impl
|
|
activitystreams/property_accuracy
Package propertyaccuracy contains the implementation for the accuracy property.
|
Package propertyaccuracy contains the implementation for the accuracy property. |
activitystreams/property_actor
Package propertyactor contains the implementation for the actor property.
|
Package propertyactor contains the implementation for the actor property. |
activitystreams/property_altitude
Package propertyaltitude contains the implementation for the altitude property.
|
Package propertyaltitude contains the implementation for the altitude property. |
activitystreams/property_anyof
Package propertyanyof contains the implementation for the anyOf property.
|
Package propertyanyof contains the implementation for the anyOf property. |
activitystreams/property_attachment
Package propertyattachment contains the implementation for the attachment property.
|
Package propertyattachment contains the implementation for the attachment property. |
activitystreams/property_attributedto
Package propertyattributedto contains the implementation for the attributedTo property.
|
Package propertyattributedto contains the implementation for the attributedTo property. |
activitystreams/property_audience
Package propertyaudience contains the implementation for the audience property.
|
Package propertyaudience contains the implementation for the audience property. |
activitystreams/property_bcc
Package propertybcc contains the implementation for the bcc property.
|
Package propertybcc contains the implementation for the bcc property. |
activitystreams/property_bto
Package propertybto contains the implementation for the bto property.
|
Package propertybto contains the implementation for the bto property. |
activitystreams/property_cc
Package propertycc contains the implementation for the cc property.
|
Package propertycc contains the implementation for the cc property. |
activitystreams/property_closed
Package propertyclosed contains the implementation for the closed property.
|
Package propertyclosed contains the implementation for the closed property. |
activitystreams/property_content
Package propertycontent contains the implementation for the content property.
|
Package propertycontent contains the implementation for the content property. |
activitystreams/property_context
Package propertycontext contains the implementation for the context property.
|
Package propertycontext contains the implementation for the context property. |
activitystreams/property_current
Package propertycurrent contains the implementation for the current property.
|
Package propertycurrent contains the implementation for the current property. |
activitystreams/property_deleted
Package propertydeleted contains the implementation for the deleted property.
|
Package propertydeleted contains the implementation for the deleted property. |
activitystreams/property_describes
Package propertydescribes contains the implementation for the describes property.
|
Package propertydescribes contains the implementation for the describes property. |
activitystreams/property_duration
Package propertyduration contains the implementation for the duration property.
|
Package propertyduration contains the implementation for the duration property. |
activitystreams/property_endpoints
Package propertyendpoints contains the implementation for the endpoints property.
|
Package propertyendpoints contains the implementation for the endpoints property. |
activitystreams/property_endtime
Package propertyendtime contains the implementation for the endTime property.
|
Package propertyendtime contains the implementation for the endTime property. |
activitystreams/property_first
Package propertyfirst contains the implementation for the first property.
|
Package propertyfirst contains the implementation for the first property. |
activitystreams/property_followers
Package propertyfollowers contains the implementation for the followers property.
|
Package propertyfollowers contains the implementation for the followers property. |
activitystreams/property_following
Package propertyfollowing contains the implementation for the following property.
|
Package propertyfollowing contains the implementation for the following property. |
activitystreams/property_formertype
Package propertyformertype contains the implementation for the formerType property.
|
Package propertyformertype contains the implementation for the formerType property. |
activitystreams/property_generator
Package propertygenerator contains the implementation for the generator property.
|
Package propertygenerator contains the implementation for the generator property. |
activitystreams/property_height
Package propertyheight contains the implementation for the height property.
|
Package propertyheight contains the implementation for the height property. |
activitystreams/property_href
Package propertyhref contains the implementation for the href property.
|
Package propertyhref contains the implementation for the href property. |
activitystreams/property_hreflang
Package propertyhreflang contains the implementation for the hreflang property.
|
Package propertyhreflang contains the implementation for the hreflang property. |
activitystreams/property_icon
Package propertyicon contains the implementation for the icon property.
|
Package propertyicon contains the implementation for the icon property. |
activitystreams/property_image
Package propertyimage contains the implementation for the image property.
|
Package propertyimage contains the implementation for the image property. |
activitystreams/property_inbox
Package propertyinbox contains the implementation for the inbox property.
|
Package propertyinbox contains the implementation for the inbox property. |
activitystreams/property_inreplyto
Package propertyinreplyto contains the implementation for the inReplyTo property.
|
Package propertyinreplyto contains the implementation for the inReplyTo property. |
activitystreams/property_instrument
Package propertyinstrument contains the implementation for the instrument property.
|
Package propertyinstrument contains the implementation for the instrument property. |
activitystreams/property_items
Package propertyitems contains the implementation for the items property.
|
Package propertyitems contains the implementation for the items property. |
activitystreams/property_last
Package propertylast contains the implementation for the last property.
|
Package propertylast contains the implementation for the last property. |
activitystreams/property_latitude
Package propertylatitude contains the implementation for the latitude property.
|
Package propertylatitude contains the implementation for the latitude property. |
activitystreams/property_liked
Package propertyliked contains the implementation for the liked property.
|
Package propertyliked contains the implementation for the liked property. |
activitystreams/property_likes
Package propertylikes contains the implementation for the likes property.
|
Package propertylikes contains the implementation for the likes property. |
activitystreams/property_location
Package propertylocation contains the implementation for the location property.
|
Package propertylocation contains the implementation for the location property. |
activitystreams/property_longitude
Package propertylongitude contains the implementation for the longitude property.
|
Package propertylongitude contains the implementation for the longitude property. |
activitystreams/property_manuallyapprovesfollowers
Package propertymanuallyapprovesfollowers contains the implementation for the manuallyApprovesFollowers property.
|
Package propertymanuallyapprovesfollowers contains the implementation for the manuallyApprovesFollowers property. |
activitystreams/property_mediatype
Package propertymediatype contains the implementation for the mediaType property.
|
Package propertymediatype contains the implementation for the mediaType property. |
activitystreams/property_name
Package propertyname contains the implementation for the name property.
|
Package propertyname contains the implementation for the name property. |
activitystreams/property_next
Package propertynext contains the implementation for the next property.
|
Package propertynext contains the implementation for the next property. |
activitystreams/property_object
Package propertyobject contains the implementation for the object property.
|
Package propertyobject contains the implementation for the object property. |
activitystreams/property_oneof
Package propertyoneof contains the implementation for the oneOf property.
|
Package propertyoneof contains the implementation for the oneOf property. |
activitystreams/property_ordereditems
Package propertyordereditems contains the implementation for the orderedItems property.
|
Package propertyordereditems contains the implementation for the orderedItems property. |
activitystreams/property_origin
Package propertyorigin contains the implementation for the origin property.
|
Package propertyorigin contains the implementation for the origin property. |
activitystreams/property_outbox
Package propertyoutbox contains the implementation for the outbox property.
|
Package propertyoutbox contains the implementation for the outbox property. |
activitystreams/property_partof
Package propertypartof contains the implementation for the partOf property.
|
Package propertypartof contains the implementation for the partOf property. |
activitystreams/property_preferredusername
Package propertypreferredusername contains the implementation for the preferredUsername property.
|
Package propertypreferredusername contains the implementation for the preferredUsername property. |
activitystreams/property_prev
Package propertyprev contains the implementation for the prev property.
|
Package propertyprev contains the implementation for the prev property. |
activitystreams/property_preview
Package propertypreview contains the implementation for the preview property.
|
Package propertypreview contains the implementation for the preview property. |
activitystreams/property_published
Package propertypublished contains the implementation for the published property.
|
Package propertypublished contains the implementation for the published property. |
activitystreams/property_radius
Package propertyradius contains the implementation for the radius property.
|
Package propertyradius contains the implementation for the radius property. |
activitystreams/property_rel
Package propertyrel contains the implementation for the rel property.
|
Package propertyrel contains the implementation for the rel property. |
activitystreams/property_relationship
Package propertyrelationship contains the implementation for the relationship property.
|
Package propertyrelationship contains the implementation for the relationship property. |
activitystreams/property_replies
Package propertyreplies contains the implementation for the replies property.
|
Package propertyreplies contains the implementation for the replies property. |
activitystreams/property_result
Package propertyresult contains the implementation for the result property.
|
Package propertyresult contains the implementation for the result property. |
activitystreams/property_sensitive
Package propertysensitive contains the implementation for the sensitive property.
|
Package propertysensitive contains the implementation for the sensitive property. |
activitystreams/property_sharedinbox
Package propertysharedinbox contains the implementation for the sharedInbox property.
|
Package propertysharedinbox contains the implementation for the sharedInbox property. |
activitystreams/property_shares
Package propertyshares contains the implementation for the shares property.
|
Package propertyshares contains the implementation for the shares property. |
activitystreams/property_source
Package propertysource contains the implementation for the source property.
|
Package propertysource contains the implementation for the source property. |
activitystreams/property_startindex
Package propertystartindex contains the implementation for the startIndex property.
|
Package propertystartindex contains the implementation for the startIndex property. |
activitystreams/property_starttime
Package propertystarttime contains the implementation for the startTime property.
|
Package propertystarttime contains the implementation for the startTime property. |
activitystreams/property_streams
Package propertystreams contains the implementation for the streams property.
|
Package propertystreams contains the implementation for the streams property. |
activitystreams/property_subject
Package propertysubject contains the implementation for the subject property.
|
Package propertysubject contains the implementation for the subject property. |
activitystreams/property_summary
Package propertysummary contains the implementation for the summary property.
|
Package propertysummary contains the implementation for the summary property. |
activitystreams/property_tag
Package propertytag contains the implementation for the tag property.
|
Package propertytag contains the implementation for the tag property. |
activitystreams/property_target
Package propertytarget contains the implementation for the target property.
|
Package propertytarget contains the implementation for the target property. |
activitystreams/property_to
Package propertyto contains the implementation for the to property.
|
Package propertyto contains the implementation for the to property. |
activitystreams/property_totalitems
Package propertytotalitems contains the implementation for the totalItems property.
|
Package propertytotalitems contains the implementation for the totalItems property. |
activitystreams/property_units
Package propertyunits contains the implementation for the units property.
|
Package propertyunits contains the implementation for the units property. |
activitystreams/property_updated
Package propertyupdated contains the implementation for the updated property.
|
Package propertyupdated contains the implementation for the updated property. |
activitystreams/property_url
Package propertyurl contains the implementation for the url property.
|
Package propertyurl contains the implementation for the url property. |
activitystreams/property_width
Package propertywidth contains the implementation for the width property.
|
Package propertywidth contains the implementation for the width property. |
activitystreams/type_accept
Package typeaccept contains the implementation for the Accept type.
|
Package typeaccept contains the implementation for the Accept type. |
activitystreams/type_activity
Package typeactivity contains the implementation for the Activity type.
|
Package typeactivity contains the implementation for the Activity type. |
activitystreams/type_add
Package typeadd contains the implementation for the Add type.
|
Package typeadd contains the implementation for the Add type. |
activitystreams/type_announce
Package typeannounce contains the implementation for the Announce type.
|
Package typeannounce contains the implementation for the Announce type. |
activitystreams/type_application
Package typeapplication contains the implementation for the Application type.
|
Package typeapplication contains the implementation for the Application type. |
activitystreams/type_arrive
Package typearrive contains the implementation for the Arrive type.
|
Package typearrive contains the implementation for the Arrive type. |
activitystreams/type_article
Package typearticle contains the implementation for the Article type.
|
Package typearticle contains the implementation for the Article type. |
activitystreams/type_audio
Package typeaudio contains the implementation for the Audio type.
|
Package typeaudio contains the implementation for the Audio type. |
activitystreams/type_block
Package typeblock contains the implementation for the Block type.
|
Package typeblock contains the implementation for the Block type. |
activitystreams/type_collection
Package typecollection contains the implementation for the Collection type.
|
Package typecollection contains the implementation for the Collection type. |
activitystreams/type_collectionpage
Package typecollectionpage contains the implementation for the CollectionPage type.
|
Package typecollectionpage contains the implementation for the CollectionPage type. |
activitystreams/type_create
Package typecreate contains the implementation for the Create type.
|
Package typecreate contains the implementation for the Create type. |
activitystreams/type_delete
Package typedelete contains the implementation for the Delete type.
|
Package typedelete contains the implementation for the Delete type. |
activitystreams/type_dislike
Package typedislike contains the implementation for the Dislike type.
|
Package typedislike contains the implementation for the Dislike type. |
activitystreams/type_document
Package typedocument contains the implementation for the Document type.
|
Package typedocument contains the implementation for the Document type. |
activitystreams/type_endpointcollection
Package typeendpointcollection contains the implementation for the EndpointCollection type.
|
Package typeendpointcollection contains the implementation for the EndpointCollection type. |
activitystreams/type_event
Package typeevent contains the implementation for the Event type.
|
Package typeevent contains the implementation for the Event type. |
activitystreams/type_flag
Package typeflag contains the implementation for the Flag type.
|
Package typeflag contains the implementation for the Flag type. |
activitystreams/type_follow
Package typefollow contains the implementation for the Follow type.
|
Package typefollow contains the implementation for the Follow type. |
activitystreams/type_group
Package typegroup contains the implementation for the Group type.
|
Package typegroup contains the implementation for the Group type. |
activitystreams/type_ignore
Package typeignore contains the implementation for the Ignore type.
|
Package typeignore contains the implementation for the Ignore type. |
activitystreams/type_image
Package typeimage contains the implementation for the Image type.
|
Package typeimage contains the implementation for the Image type. |
activitystreams/type_intransitiveactivity
Package typeintransitiveactivity contains the implementation for the IntransitiveActivity type.
|
Package typeintransitiveactivity contains the implementation for the IntransitiveActivity type. |
activitystreams/type_invite
Package typeinvite contains the implementation for the Invite type.
|
Package typeinvite contains the implementation for the Invite type. |
activitystreams/type_join
Package typejoin contains the implementation for the Join type.
|
Package typejoin contains the implementation for the Join type. |
activitystreams/type_leave
Package typeleave contains the implementation for the Leave type.
|
Package typeleave contains the implementation for the Leave type. |
activitystreams/type_like
Package typelike contains the implementation for the Like type.
|
Package typelike contains the implementation for the Like type. |
activitystreams/type_link
Package typelink contains the implementation for the Link type.
|
Package typelink contains the implementation for the Link type. |
activitystreams/type_listen
Package typelisten contains the implementation for the Listen type.
|
Package typelisten contains the implementation for the Listen type. |
activitystreams/type_mention
Package typemention contains the implementation for the Mention type.
|
Package typemention contains the implementation for the Mention type. |
activitystreams/type_move
Package typemove contains the implementation for the Move type.
|
Package typemove contains the implementation for the Move type. |
activitystreams/type_note
Package typenote contains the implementation for the Note type.
|
Package typenote contains the implementation for the Note type. |
activitystreams/type_object
Package typeobject contains the implementation for the Object type.
|
Package typeobject contains the implementation for the Object type. |
activitystreams/type_offer
Package typeoffer contains the implementation for the Offer type.
|
Package typeoffer contains the implementation for the Offer type. |
activitystreams/type_orderedcollection
Package typeorderedcollection contains the implementation for the OrderedCollection type.
|
Package typeorderedcollection contains the implementation for the OrderedCollection type. |
activitystreams/type_orderedcollectionpage
Package typeorderedcollectionpage contains the implementation for the OrderedCollectionPage type.
|
Package typeorderedcollectionpage contains the implementation for the OrderedCollectionPage type. |
activitystreams/type_organization
Package typeorganization contains the implementation for the Organization type.
|
Package typeorganization contains the implementation for the Organization type. |
activitystreams/type_page
Package typepage contains the implementation for the Page type.
|
Package typepage contains the implementation for the Page type. |
activitystreams/type_person
Package typeperson contains the implementation for the Person type.
|
Package typeperson contains the implementation for the Person type. |
activitystreams/type_place
Package typeplace contains the implementation for the Place type.
|
Package typeplace contains the implementation for the Place type. |
activitystreams/type_profile
Package typeprofile contains the implementation for the Profile type.
|
Package typeprofile contains the implementation for the Profile type. |
activitystreams/type_question
Package typequestion contains the implementation for the Question type.
|
Package typequestion contains the implementation for the Question type. |
activitystreams/type_read
Package typeread contains the implementation for the Read type.
|
Package typeread contains the implementation for the Read type. |
activitystreams/type_reject
Package typereject contains the implementation for the Reject type.
|
Package typereject contains the implementation for the Reject type. |
activitystreams/type_relationship
Package typerelationship contains the implementation for the Relationship type.
|
Package typerelationship contains the implementation for the Relationship type. |
activitystreams/type_remove
Package typeremove contains the implementation for the Remove type.
|
Package typeremove contains the implementation for the Remove type. |
activitystreams/type_service
Package typeservice contains the implementation for the Service type.
|
Package typeservice contains the implementation for the Service type. |
activitystreams/type_tentativeaccept
Package typetentativeaccept contains the implementation for the TentativeAccept type.
|
Package typetentativeaccept contains the implementation for the TentativeAccept type. |
activitystreams/type_tentativereject
Package typetentativereject contains the implementation for the TentativeReject type.
|
Package typetentativereject contains the implementation for the TentativeReject type. |
activitystreams/type_tombstone
Package typetombstone contains the implementation for the Tombstone type.
|
Package typetombstone contains the implementation for the Tombstone type. |
activitystreams/type_travel
Package typetravel contains the implementation for the Travel type.
|
Package typetravel contains the implementation for the Travel type. |
activitystreams/type_undo
Package typeundo contains the implementation for the Undo type.
|
Package typeundo contains the implementation for the Undo type. |
activitystreams/type_update
Package typeupdate contains the implementation for the Update type.
|
Package typeupdate contains the implementation for the Update type. |
activitystreams/type_video
Package typevideo contains the implementation for the Video type.
|
Package typevideo contains the implementation for the Video type. |
activitystreams/type_view
Package typeview contains the implementation for the View type.
|
Package typeview contains the implementation for the View type. |
forgefed/property_assignedto
Package propertyassignedto contains the implementation for the assignedTo property.
|
Package propertyassignedto contains the implementation for the assignedTo property. |
forgefed/property_committed
Package propertycommitted contains the implementation for the committed property.
|
Package propertycommitted contains the implementation for the committed property. |
forgefed/property_committedby
Package propertycommittedby contains the implementation for the committedBy property.
|
Package propertycommittedby contains the implementation for the committedBy property. |
forgefed/property_dependants
Package propertydependants contains the implementation for the dependants property.
|
Package propertydependants contains the implementation for the dependants property. |
forgefed/property_dependedby
Package propertydependedby contains the implementation for the dependedBy property.
|
Package propertydependedby contains the implementation for the dependedBy property. |
forgefed/property_dependencies
Package propertydependencies contains the implementation for the dependencies property.
|
Package propertydependencies contains the implementation for the dependencies property. |
forgefed/property_dependson
Package propertydependson contains the implementation for the dependsOn property.
|
Package propertydependson contains the implementation for the dependsOn property. |
forgefed/property_description
Package propertydescription contains the implementation for the description property.
|
Package propertydescription contains the implementation for the description property. |
forgefed/property_earlyitems
Package propertyearlyitems contains the implementation for the earlyItems property.
|
Package propertyearlyitems contains the implementation for the earlyItems property. |
forgefed/property_filesadded
Package propertyfilesadded contains the implementation for the filesAdded property.
|
Package propertyfilesadded contains the implementation for the filesAdded property. |
forgefed/property_filesmodified
Package propertyfilesmodified contains the implementation for the filesModified property.
|
Package propertyfilesmodified contains the implementation for the filesModified property. |
forgefed/property_filesremoved
Package propertyfilesremoved contains the implementation for the filesRemoved property.
|
Package propertyfilesremoved contains the implementation for the filesRemoved property. |
forgefed/property_forks
Package propertyforks contains the implementation for the forks property.
|
Package propertyforks contains the implementation for the forks property. |
forgefed/property_hash
Package propertyhash contains the implementation for the hash property.
|
Package propertyhash contains the implementation for the hash property. |
forgefed/property_isresolved
Package propertyisresolved contains the implementation for the isResolved property.
|
Package propertyisresolved contains the implementation for the isResolved property. |
forgefed/property_ref
Package propertyref contains the implementation for the ref property.
|
Package propertyref contains the implementation for the ref property. |
forgefed/property_team
Package propertyteam contains the implementation for the team property.
|
Package propertyteam contains the implementation for the team property. |
forgefed/property_ticketstrackedby
Package propertyticketstrackedby contains the implementation for the ticketsTrackedBy property.
|
Package propertyticketstrackedby contains the implementation for the ticketsTrackedBy property. |
forgefed/property_tracksticketsfor
Package propertytracksticketsfor contains the implementation for the tracksTicketsFor property.
|
Package propertytracksticketsfor contains the implementation for the tracksTicketsFor property. |
forgefed/type_branch
Package typebranch contains the implementation for the Branch type.
|
Package typebranch contains the implementation for the Branch type. |
forgefed/type_commit
Package typecommit contains the implementation for the Commit type.
|
Package typecommit contains the implementation for the Commit type. |
forgefed/type_push
Package typepush contains the implementation for the Push type.
|
Package typepush contains the implementation for the Push type. |
forgefed/type_repository
Package typerepository contains the implementation for the Repository type.
|
Package typerepository contains the implementation for the Repository type. |
forgefed/type_ticket
Package typeticket contains the implementation for the Ticket type.
|
Package typeticket contains the implementation for the Ticket type. |
forgefed/type_ticketdependency
Package typeticketdependency contains the implementation for the TicketDependency type.
|
Package typeticketdependency contains the implementation for the TicketDependency type. |
jsonld/property_id
Package propertyid contains the implementation for the id property.
|
Package propertyid contains the implementation for the id property. |
jsonld/property_type
Package propertytype contains the implementation for the type property.
|
Package propertytype contains the implementation for the type property. |
toot/property_blurhash
Package propertyblurhash contains the implementation for the blurhash property.
|
Package propertyblurhash contains the implementation for the blurhash property. |
toot/property_discoverable
Package propertydiscoverable contains the implementation for the discoverable property.
|
Package propertydiscoverable contains the implementation for the discoverable property. |
toot/property_featured
Package propertyfeatured contains the implementation for the featured property.
|
Package propertyfeatured contains the implementation for the featured property. |
toot/property_signaturealgorithm
Package propertysignaturealgorithm contains the implementation for the signatureAlgorithm property.
|
Package propertysignaturealgorithm contains the implementation for the signatureAlgorithm property. |
toot/property_signaturevalue
Package propertysignaturevalue contains the implementation for the signatureValue property.
|
Package propertysignaturevalue contains the implementation for the signatureValue property. |
toot/property_voterscount
Package propertyvoterscount contains the implementation for the votersCount property.
|
Package propertyvoterscount contains the implementation for the votersCount property. |
toot/type_emoji
Package typeemoji contains the implementation for the Emoji type.
|
Package typeemoji contains the implementation for the Emoji type. |
toot/type_identityproof
Package typeidentityproof contains the implementation for the IdentityProof type.
|
Package typeidentityproof contains the implementation for the IdentityProof type. |
w3idsecurityv1/property_owner
Package propertyowner contains the implementation for the owner property.
|
Package propertyowner contains the implementation for the owner property. |
w3idsecurityv1/property_publickey
Package propertypublickey contains the implementation for the publicKey property.
|
Package propertypublickey contains the implementation for the publicKey property. |
w3idsecurityv1/property_publickeypem
Package propertypublickeypem contains the implementation for the publicKeyPem property.
|
Package propertypublickeypem contains the implementation for the publicKeyPem property. |
w3idsecurityv1/type_publickey
Package typepublickey contains the implementation for the PublicKey type.
|
Package typepublickey contains the implementation for the PublicKey type. |
values
|
|
Package vocab contains the interfaces for the JSONLD vocabulary.
|
Package vocab contains the interfaces for the JSONLD vocabulary. |