typeidentityproof

package
v1.2.0-gts Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2022 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Package typeidentityproof contains the implementation for the IdentityProof type. All applications are strongly encouraged to use the interface instead of this concrete definition. The interfaces allow applications to consume only the types and properties needed and be independent of the go-fed implementation if another alternative implementation is created. This package is code-generated and subject to the same license as the go-fed tool used to generate it.

This package is independent of other types' and properties' implementations by having a Manager injected into it to act as a factory for the concrete implementations. The implementations have been generated into their own separate subpackages for each vocabulary.

Strongly consider using the interfaces instead of this package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IdentityProofIsDisjointWith

func IdentityProofIsDisjointWith(other vocab.Type) bool

IdentityProofIsDisjointWith returns true if the other provided type is disjoint with the IdentityProof type.

func IdentityProofIsExtendedBy

func IdentityProofIsExtendedBy(other vocab.Type) bool

IdentityProofIsExtendedBy returns true if the other provided type extends from the IdentityProof type. Note that it returns false if the types are the same; see the "IsOrExtendsIdentityProof" variant instead.

func IsOrExtendsIdentityProof

func IsOrExtendsIdentityProof(other vocab.Type) bool

IsOrExtendsIdentityProof returns true if the other provided type is the IdentityProof type or extends from the IdentityProof type.

func SetManager

func SetManager(m privateManager)

SetManager sets the manager package-global variable. For internal use only, do not use as part of Application behavior. Must be called at golang init time.

func SetTypePropertyConstructor

func SetTypePropertyConstructor(f func() vocab.JSONLDTypeProperty)

SetTypePropertyConstructor sets the "type" property's constructor in the package-global variable. For internal use only, do not use as part of Application behavior. Must be called at golang init time. Permits ActivityStreams types to correctly set their "type" property at construction time, so users don't have to remember to do so each time. It is dependency injected so other go-fed compatible implementations could inject their own type.

func TootIdentityProofExtends

func TootIdentityProofExtends(other vocab.Type) bool

TootIdentityProofExtends returns true if the IdentityProof type extends from the other type.

Types

type TootIdentityProof

type TootIdentityProof struct {
	ActivityStreamsAltitude     vocab.ActivityStreamsAltitudeProperty
	ActivityStreamsAttachment   vocab.ActivityStreamsAttachmentProperty
	ActivityStreamsAttributedTo vocab.ActivityStreamsAttributedToProperty
	ActivityStreamsAudience     vocab.ActivityStreamsAudienceProperty
	ActivityStreamsBcc          vocab.ActivityStreamsBccProperty
	ActivityStreamsBto          vocab.ActivityStreamsBtoProperty
	ActivityStreamsCc           vocab.ActivityStreamsCcProperty
	ActivityStreamsContent      vocab.ActivityStreamsContentProperty
	ActivityStreamsContext      vocab.ActivityStreamsContextProperty
	ActivityStreamsDuration     vocab.ActivityStreamsDurationProperty
	ActivityStreamsEndTime      vocab.ActivityStreamsEndTimeProperty
	ActivityStreamsGenerator    vocab.ActivityStreamsGeneratorProperty
	ActivityStreamsIcon         vocab.ActivityStreamsIconProperty
	JSONLDId                    vocab.JSONLDIdProperty
	ActivityStreamsImage        vocab.ActivityStreamsImageProperty
	ActivityStreamsInReplyTo    vocab.ActivityStreamsInReplyToProperty
	ActivityStreamsLikes        vocab.ActivityStreamsLikesProperty
	ActivityStreamsLocation     vocab.ActivityStreamsLocationProperty
	ActivityStreamsMediaType    vocab.ActivityStreamsMediaTypeProperty
	ActivityStreamsName         vocab.ActivityStreamsNameProperty
	ActivityStreamsObject       vocab.ActivityStreamsObjectProperty
	ActivityStreamsPreview      vocab.ActivityStreamsPreviewProperty
	ActivityStreamsPublished    vocab.ActivityStreamsPublishedProperty
	ActivityStreamsReplies      vocab.ActivityStreamsRepliesProperty
	ActivityStreamsSensitive    vocab.ActivityStreamsSensitiveProperty
	ActivityStreamsShares       vocab.ActivityStreamsSharesProperty
	TootSignatureAlgorithm      vocab.TootSignatureAlgorithmProperty
	TootSignatureValue          vocab.TootSignatureValueProperty
	ActivityStreamsSource       vocab.ActivityStreamsSourceProperty
	ActivityStreamsStartTime    vocab.ActivityStreamsStartTimeProperty
	ActivityStreamsSummary      vocab.ActivityStreamsSummaryProperty
	ActivityStreamsTag          vocab.ActivityStreamsTagProperty
	ForgeFedTeam                vocab.ForgeFedTeamProperty
	ForgeFedTicketsTrackedBy    vocab.ForgeFedTicketsTrackedByProperty
	ActivityStreamsTo           vocab.ActivityStreamsToProperty
	ForgeFedTracksTicketsFor    vocab.ForgeFedTracksTicketsForProperty
	JSONLDType                  vocab.JSONLDTypeProperty
	ActivityStreamsUpdated      vocab.ActivityStreamsUpdatedProperty
	ActivityStreamsUrl          vocab.ActivityStreamsUrlProperty
	// contains filtered or unexported fields
}

null

func DeserializeIdentityProof

func DeserializeIdentityProof(m map[string]interface{}, aliasMap map[string]string) (*TootIdentityProof, error)

DeserializeIdentityProof creates a IdentityProof from a map representation that has been unmarshalled from a text or binary format.

func NewTootIdentityProof

func NewTootIdentityProof() *TootIdentityProof

NewTootIdentityProof creates a new IdentityProof type

func (TootIdentityProof) GetActivityStreamsAltitude

func (this TootIdentityProof) GetActivityStreamsAltitude() vocab.ActivityStreamsAltitudeProperty

GetActivityStreamsAltitude returns the "altitude" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsAttachment

func (this TootIdentityProof) GetActivityStreamsAttachment() vocab.ActivityStreamsAttachmentProperty

GetActivityStreamsAttachment returns the "attachment" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsAttributedTo

func (this TootIdentityProof) GetActivityStreamsAttributedTo() vocab.ActivityStreamsAttributedToProperty

GetActivityStreamsAttributedTo returns the "attributedTo" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsAudience

func (this TootIdentityProof) GetActivityStreamsAudience() vocab.ActivityStreamsAudienceProperty

GetActivityStreamsAudience returns the "audience" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsBcc

func (this TootIdentityProof) GetActivityStreamsBcc() vocab.ActivityStreamsBccProperty

GetActivityStreamsBcc returns the "bcc" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsBto

func (this TootIdentityProof) GetActivityStreamsBto() vocab.ActivityStreamsBtoProperty

GetActivityStreamsBto returns the "bto" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsCc

func (this TootIdentityProof) GetActivityStreamsCc() vocab.ActivityStreamsCcProperty

GetActivityStreamsCc returns the "cc" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsContent

func (this TootIdentityProof) GetActivityStreamsContent() vocab.ActivityStreamsContentProperty

GetActivityStreamsContent returns the "content" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsContext

func (this TootIdentityProof) GetActivityStreamsContext() vocab.ActivityStreamsContextProperty

GetActivityStreamsContext returns the "context" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsDuration

func (this TootIdentityProof) GetActivityStreamsDuration() vocab.ActivityStreamsDurationProperty

GetActivityStreamsDuration returns the "duration" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsEndTime

func (this TootIdentityProof) GetActivityStreamsEndTime() vocab.ActivityStreamsEndTimeProperty

GetActivityStreamsEndTime returns the "endTime" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsGenerator

func (this TootIdentityProof) GetActivityStreamsGenerator() vocab.ActivityStreamsGeneratorProperty

GetActivityStreamsGenerator returns the "generator" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsIcon

func (this TootIdentityProof) GetActivityStreamsIcon() vocab.ActivityStreamsIconProperty

GetActivityStreamsIcon returns the "icon" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsImage

func (this TootIdentityProof) GetActivityStreamsImage() vocab.ActivityStreamsImageProperty

GetActivityStreamsImage returns the "image" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsInReplyTo

func (this TootIdentityProof) GetActivityStreamsInReplyTo() vocab.ActivityStreamsInReplyToProperty

GetActivityStreamsInReplyTo returns the "inReplyTo" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsLikes

func (this TootIdentityProof) GetActivityStreamsLikes() vocab.ActivityStreamsLikesProperty

GetActivityStreamsLikes returns the "likes" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsLocation

func (this TootIdentityProof) GetActivityStreamsLocation() vocab.ActivityStreamsLocationProperty

GetActivityStreamsLocation returns the "location" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsMediaType

func (this TootIdentityProof) GetActivityStreamsMediaType() vocab.ActivityStreamsMediaTypeProperty

GetActivityStreamsMediaType returns the "mediaType" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsName

func (this TootIdentityProof) GetActivityStreamsName() vocab.ActivityStreamsNameProperty

GetActivityStreamsName returns the "name" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsObject

func (this TootIdentityProof) GetActivityStreamsObject() vocab.ActivityStreamsObjectProperty

GetActivityStreamsObject returns the "object" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsPreview

func (this TootIdentityProof) GetActivityStreamsPreview() vocab.ActivityStreamsPreviewProperty

GetActivityStreamsPreview returns the "preview" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsPublished

func (this TootIdentityProof) GetActivityStreamsPublished() vocab.ActivityStreamsPublishedProperty

GetActivityStreamsPublished returns the "published" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsReplies

func (this TootIdentityProof) GetActivityStreamsReplies() vocab.ActivityStreamsRepliesProperty

GetActivityStreamsReplies returns the "replies" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsSensitive

func (this TootIdentityProof) GetActivityStreamsSensitive() vocab.ActivityStreamsSensitiveProperty

GetActivityStreamsSensitive returns the "sensitive" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsShares

func (this TootIdentityProof) GetActivityStreamsShares() vocab.ActivityStreamsSharesProperty

GetActivityStreamsShares returns the "shares" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsSource

func (this TootIdentityProof) GetActivityStreamsSource() vocab.ActivityStreamsSourceProperty

GetActivityStreamsSource returns the "source" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsStartTime

func (this TootIdentityProof) GetActivityStreamsStartTime() vocab.ActivityStreamsStartTimeProperty

GetActivityStreamsStartTime returns the "startTime" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsSummary

func (this TootIdentityProof) GetActivityStreamsSummary() vocab.ActivityStreamsSummaryProperty

GetActivityStreamsSummary returns the "summary" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsTag

func (this TootIdentityProof) GetActivityStreamsTag() vocab.ActivityStreamsTagProperty

GetActivityStreamsTag returns the "tag" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsTo

func (this TootIdentityProof) GetActivityStreamsTo() vocab.ActivityStreamsToProperty

GetActivityStreamsTo returns the "to" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsUpdated

func (this TootIdentityProof) GetActivityStreamsUpdated() vocab.ActivityStreamsUpdatedProperty

GetActivityStreamsUpdated returns the "updated" property if it exists, and nil otherwise.

func (TootIdentityProof) GetActivityStreamsUrl

func (this TootIdentityProof) GetActivityStreamsUrl() vocab.ActivityStreamsUrlProperty

GetActivityStreamsUrl returns the "url" property if it exists, and nil otherwise.

func (TootIdentityProof) GetForgeFedTeam

func (this TootIdentityProof) GetForgeFedTeam() vocab.ForgeFedTeamProperty

GetForgeFedTeam returns the "team" property if it exists, and nil otherwise.

func (TootIdentityProof) GetForgeFedTicketsTrackedBy

func (this TootIdentityProof) GetForgeFedTicketsTrackedBy() vocab.ForgeFedTicketsTrackedByProperty

GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if it exists, and nil otherwise.

func (TootIdentityProof) GetForgeFedTracksTicketsFor

func (this TootIdentityProof) GetForgeFedTracksTicketsFor() vocab.ForgeFedTracksTicketsForProperty

GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if it exists, and nil otherwise.

func (TootIdentityProof) GetJSONLDId

func (this TootIdentityProof) GetJSONLDId() vocab.JSONLDIdProperty

GetJSONLDId returns the "id" property if it exists, and nil otherwise.

func (TootIdentityProof) GetJSONLDType

func (this TootIdentityProof) GetJSONLDType() vocab.JSONLDTypeProperty

GetJSONLDType returns the "type" property if it exists, and nil otherwise.

func (TootIdentityProof) GetTootSignatureAlgorithm

func (this TootIdentityProof) GetTootSignatureAlgorithm() vocab.TootSignatureAlgorithmProperty

GetTootSignatureAlgorithm returns the "signatureAlgorithm" property if it exists, and nil otherwise.

func (TootIdentityProof) GetTootSignatureValue

func (this TootIdentityProof) GetTootSignatureValue() vocab.TootSignatureValueProperty

GetTootSignatureValue returns the "signatureValue" property if it exists, and nil otherwise.

func (TootIdentityProof) GetTypeName

func (this TootIdentityProof) GetTypeName() string

GetTypeName returns the name of this type.

func (TootIdentityProof) GetUnknownProperties

func (this TootIdentityProof) GetUnknownProperties() map[string]interface{}

GetUnknownProperties returns the unknown properties for the IdentityProof type. Note that this should not be used by app developers. It is only used to help determine which implementation is LessThan the other. Developers who are creating a different implementation of this type's interface can use this method in their LessThan implementation, but routine ActivityPub applications should not use this to bypass the code generation tool.

func (TootIdentityProof) IsExtending

func (this TootIdentityProof) IsExtending(other vocab.Type) bool

IsExtending returns true if the IdentityProof type extends from the other type.

func (TootIdentityProof) JSONLDContext

func (this TootIdentityProof) JSONLDContext() map[string]string

JSONLDContext returns the JSONLD URIs required in the context string for this type and the specific properties that are set. The value in the map is the alias used to import the type and its properties.

func (TootIdentityProof) LessThan

func (this TootIdentityProof) LessThan(o vocab.TootIdentityProof) bool

LessThan computes if this IdentityProof is lesser, with an arbitrary but stable determination.

func (TootIdentityProof) Serialize

func (this TootIdentityProof) Serialize() (map[string]interface{}, error)

Serialize converts this into an interface representation suitable for marshalling into a text or binary format.

func (*TootIdentityProof) SetActivityStreamsAltitude

func (this *TootIdentityProof) SetActivityStreamsAltitude(i vocab.ActivityStreamsAltitudeProperty)

SetActivityStreamsAltitude sets the "altitude" property.

func (*TootIdentityProof) SetActivityStreamsAttachment

func (this *TootIdentityProof) SetActivityStreamsAttachment(i vocab.ActivityStreamsAttachmentProperty)

SetActivityStreamsAttachment sets the "attachment" property.

func (*TootIdentityProof) SetActivityStreamsAttributedTo

func (this *TootIdentityProof) SetActivityStreamsAttributedTo(i vocab.ActivityStreamsAttributedToProperty)

SetActivityStreamsAttributedTo sets the "attributedTo" property.

func (*TootIdentityProof) SetActivityStreamsAudience

func (this *TootIdentityProof) SetActivityStreamsAudience(i vocab.ActivityStreamsAudienceProperty)

SetActivityStreamsAudience sets the "audience" property.

func (*TootIdentityProof) SetActivityStreamsBcc

func (this *TootIdentityProof) SetActivityStreamsBcc(i vocab.ActivityStreamsBccProperty)

SetActivityStreamsBcc sets the "bcc" property.

func (*TootIdentityProof) SetActivityStreamsBto

func (this *TootIdentityProof) SetActivityStreamsBto(i vocab.ActivityStreamsBtoProperty)

SetActivityStreamsBto sets the "bto" property.

func (*TootIdentityProof) SetActivityStreamsCc

func (this *TootIdentityProof) SetActivityStreamsCc(i vocab.ActivityStreamsCcProperty)

SetActivityStreamsCc sets the "cc" property.

func (*TootIdentityProof) SetActivityStreamsContent

func (this *TootIdentityProof) SetActivityStreamsContent(i vocab.ActivityStreamsContentProperty)

SetActivityStreamsContent sets the "content" property.

func (*TootIdentityProof) SetActivityStreamsContext

func (this *TootIdentityProof) SetActivityStreamsContext(i vocab.ActivityStreamsContextProperty)

SetActivityStreamsContext sets the "context" property.

func (*TootIdentityProof) SetActivityStreamsDuration

func (this *TootIdentityProof) SetActivityStreamsDuration(i vocab.ActivityStreamsDurationProperty)

SetActivityStreamsDuration sets the "duration" property.

func (*TootIdentityProof) SetActivityStreamsEndTime

func (this *TootIdentityProof) SetActivityStreamsEndTime(i vocab.ActivityStreamsEndTimeProperty)

SetActivityStreamsEndTime sets the "endTime" property.

func (*TootIdentityProof) SetActivityStreamsGenerator

func (this *TootIdentityProof) SetActivityStreamsGenerator(i vocab.ActivityStreamsGeneratorProperty)

SetActivityStreamsGenerator sets the "generator" property.

func (*TootIdentityProof) SetActivityStreamsIcon

func (this *TootIdentityProof) SetActivityStreamsIcon(i vocab.ActivityStreamsIconProperty)

SetActivityStreamsIcon sets the "icon" property.

func (*TootIdentityProof) SetActivityStreamsImage

func (this *TootIdentityProof) SetActivityStreamsImage(i vocab.ActivityStreamsImageProperty)

SetActivityStreamsImage sets the "image" property.

func (*TootIdentityProof) SetActivityStreamsInReplyTo

func (this *TootIdentityProof) SetActivityStreamsInReplyTo(i vocab.ActivityStreamsInReplyToProperty)

SetActivityStreamsInReplyTo sets the "inReplyTo" property.

func (*TootIdentityProof) SetActivityStreamsLikes

func (this *TootIdentityProof) SetActivityStreamsLikes(i vocab.ActivityStreamsLikesProperty)

SetActivityStreamsLikes sets the "likes" property.

func (*TootIdentityProof) SetActivityStreamsLocation

func (this *TootIdentityProof) SetActivityStreamsLocation(i vocab.ActivityStreamsLocationProperty)

SetActivityStreamsLocation sets the "location" property.

func (*TootIdentityProof) SetActivityStreamsMediaType

func (this *TootIdentityProof) SetActivityStreamsMediaType(i vocab.ActivityStreamsMediaTypeProperty)

SetActivityStreamsMediaType sets the "mediaType" property.

func (*TootIdentityProof) SetActivityStreamsName

func (this *TootIdentityProof) SetActivityStreamsName(i vocab.ActivityStreamsNameProperty)

SetActivityStreamsName sets the "name" property.

func (*TootIdentityProof) SetActivityStreamsObject

func (this *TootIdentityProof) SetActivityStreamsObject(i vocab.ActivityStreamsObjectProperty)

SetActivityStreamsObject sets the "object" property.

func (*TootIdentityProof) SetActivityStreamsPreview

func (this *TootIdentityProof) SetActivityStreamsPreview(i vocab.ActivityStreamsPreviewProperty)

SetActivityStreamsPreview sets the "preview" property.

func (*TootIdentityProof) SetActivityStreamsPublished

func (this *TootIdentityProof) SetActivityStreamsPublished(i vocab.ActivityStreamsPublishedProperty)

SetActivityStreamsPublished sets the "published" property.

func (*TootIdentityProof) SetActivityStreamsReplies

func (this *TootIdentityProof) SetActivityStreamsReplies(i vocab.ActivityStreamsRepliesProperty)

SetActivityStreamsReplies sets the "replies" property.

func (*TootIdentityProof) SetActivityStreamsSensitive

func (this *TootIdentityProof) SetActivityStreamsSensitive(i vocab.ActivityStreamsSensitiveProperty)

SetActivityStreamsSensitive sets the "sensitive" property.

func (*TootIdentityProof) SetActivityStreamsShares

func (this *TootIdentityProof) SetActivityStreamsShares(i vocab.ActivityStreamsSharesProperty)

SetActivityStreamsShares sets the "shares" property.

func (*TootIdentityProof) SetActivityStreamsSource

func (this *TootIdentityProof) SetActivityStreamsSource(i vocab.ActivityStreamsSourceProperty)

SetActivityStreamsSource sets the "source" property.

func (*TootIdentityProof) SetActivityStreamsStartTime

func (this *TootIdentityProof) SetActivityStreamsStartTime(i vocab.ActivityStreamsStartTimeProperty)

SetActivityStreamsStartTime sets the "startTime" property.

func (*TootIdentityProof) SetActivityStreamsSummary

func (this *TootIdentityProof) SetActivityStreamsSummary(i vocab.ActivityStreamsSummaryProperty)

SetActivityStreamsSummary sets the "summary" property.

func (*TootIdentityProof) SetActivityStreamsTag

func (this *TootIdentityProof) SetActivityStreamsTag(i vocab.ActivityStreamsTagProperty)

SetActivityStreamsTag sets the "tag" property.

func (*TootIdentityProof) SetActivityStreamsTo

func (this *TootIdentityProof) SetActivityStreamsTo(i vocab.ActivityStreamsToProperty)

SetActivityStreamsTo sets the "to" property.

func (*TootIdentityProof) SetActivityStreamsUpdated

func (this *TootIdentityProof) SetActivityStreamsUpdated(i vocab.ActivityStreamsUpdatedProperty)

SetActivityStreamsUpdated sets the "updated" property.

func (*TootIdentityProof) SetActivityStreamsUrl

func (this *TootIdentityProof) SetActivityStreamsUrl(i vocab.ActivityStreamsUrlProperty)

SetActivityStreamsUrl sets the "url" property.

func (*TootIdentityProof) SetForgeFedTeam

func (this *TootIdentityProof) SetForgeFedTeam(i vocab.ForgeFedTeamProperty)

SetForgeFedTeam sets the "team" property.

func (*TootIdentityProof) SetForgeFedTicketsTrackedBy

func (this *TootIdentityProof) SetForgeFedTicketsTrackedBy(i vocab.ForgeFedTicketsTrackedByProperty)

SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property.

func (*TootIdentityProof) SetForgeFedTracksTicketsFor

func (this *TootIdentityProof) SetForgeFedTracksTicketsFor(i vocab.ForgeFedTracksTicketsForProperty)

SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property.

func (*TootIdentityProof) SetJSONLDId

func (this *TootIdentityProof) SetJSONLDId(i vocab.JSONLDIdProperty)

SetJSONLDId sets the "id" property.

func (*TootIdentityProof) SetJSONLDType

func (this *TootIdentityProof) SetJSONLDType(i vocab.JSONLDTypeProperty)

SetJSONLDType sets the "type" property.

func (*TootIdentityProof) SetTootSignatureAlgorithm

func (this *TootIdentityProof) SetTootSignatureAlgorithm(i vocab.TootSignatureAlgorithmProperty)

SetTootSignatureAlgorithm sets the "signatureAlgorithm" property.

func (*TootIdentityProof) SetTootSignatureValue

func (this *TootIdentityProof) SetTootSignatureValue(i vocab.TootSignatureValueProperty)

SetTootSignatureValue sets the "signatureValue" property.

func (TootIdentityProof) VocabularyURI

func (this TootIdentityProof) VocabularyURI() string

VocabularyURI returns the vocabulary's URI as a string.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL