activity

module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2020 License: BSD-3-Clause

README

activity

go get github.com/go-fed/activity

This repository contains two libraries and a tool:

  • astool: A linked-data aware tool to generate golang native types for any ActivityStreams vocabulary.
  • streams: The ActivityStreams native types generated with the astool.
  • pub: ActivityPub Social Protocol (Client-to-Server or C2S) and Federating Protocol (Server-to-Server or S2S)

Check out go-fed.org for tutorials and documentation.

Status

1.0.0 (Semantic Versioning)

This library has been successfully used to federate since May 17, 2019.

An official implementation report was last submitted for version 0.2.0 here. Unfortunately, the official implementation report tool is no longer maintained. Previous unofficial implementation reports are available in issue #46.

Please see CHANGELOG for changes between versions.

Getting Started

Check out go-fed.org for tutorials and documentation.

Also, see astool, streams, or pub for their own README.

FAQ

What vocabularies are supported?
How well tested are these libraries?

I took great care to add numerous tests using examples directly from specifications, official test repositories, and my own end-to-end tests.

v1.0.0 has around 200 unit tests. The federation or S2S portion of the library is very well tested. The social or C2S portion could use additional unit tests, but is far less popular than federation. About 70% of the lines are covered by unit tests.

Who is using this library currently?

Note: This list only includes those who have reached out to me to explicitly be included.

Application Description Repository Point Of Contact Homepage
Anancus Self-hosted and federated social link aggregation https://gitlab.com/tuxether/anancus @tuxether@floss.social or tuxether@protonmail.ch N/A
WriteFreely Simple, open-source, privacy-focused blogging platform https://github.com/writeas/writefreely @write_as@writing.exchange or hello@write.as https://writefreely.org
Read.as Long-form reader built on open protocols https://github.com/writeas/Read.as @write_as@writing.exchange or hello@write.as https://read.as
go-fed/apcore Generic ActivityPub server framework in Go https://github.com/go-fed/apcore @cj@mastodon.technology or cjslep@gmail.com https://go-fed.org
How do I use these libraries?

Check out go-fed.org for tutorials and documentation.

Please see each subdirectory for its own README for further elaboration.

How can I get help, file issues, or contribute?

Please see the CONTRIBUTING.md file!

Useful References

Thanks

I would like to thank those that have worked hard to create the technologies and standards that created the opportunity to implement this suite of libraries.

Thanks to those who have been early adopters with v0 and/or provided early feedback.

Directories

Path Synopsis
gen
rdf
rdf/rfc
Package RFC contains ontology values that are defined in RFCs, BCPs, and other miscellaneous standards.
Package RFC contains ontology values that are defined in RFCs, BCPs, and other miscellaneous standards.
Package pub implements the ActivityPub protocol.
Package pub implements the ActivityPub protocol.
Package streams contains constructors and functions necessary for applications to serialize, deserialize, and use ActivityStreams types in Go.
Package streams contains constructors and functions necessary for applications to serialize, deserialize, and use ActivityStreams types in Go.
impl/activitystreams/property_accuracy
Package propertyaccuracy contains the implementation for the accuracy property.
Package propertyaccuracy contains the implementation for the accuracy property.
impl/activitystreams/property_actor
Package propertyactor contains the implementation for the actor property.
Package propertyactor contains the implementation for the actor property.
impl/activitystreams/property_altitude
Package propertyaltitude contains the implementation for the altitude property.
Package propertyaltitude contains the implementation for the altitude property.
impl/activitystreams/property_anyof
Package propertyanyof contains the implementation for the anyOf property.
Package propertyanyof contains the implementation for the anyOf property.
impl/activitystreams/property_attachment
Package propertyattachment contains the implementation for the attachment property.
Package propertyattachment contains the implementation for the attachment property.
impl/activitystreams/property_attributedto
Package propertyattributedto contains the implementation for the attributedTo property.
Package propertyattributedto contains the implementation for the attributedTo property.
impl/activitystreams/property_audience
Package propertyaudience contains the implementation for the audience property.
Package propertyaudience contains the implementation for the audience property.
impl/activitystreams/property_bcc
Package propertybcc contains the implementation for the bcc property.
Package propertybcc contains the implementation for the bcc property.
impl/activitystreams/property_bto
Package propertybto contains the implementation for the bto property.
Package propertybto contains the implementation for the bto property.
impl/activitystreams/property_cc
Package propertycc contains the implementation for the cc property.
Package propertycc contains the implementation for the cc property.
impl/activitystreams/property_closed
Package propertyclosed contains the implementation for the closed property.
Package propertyclosed contains the implementation for the closed property.
impl/activitystreams/property_content
Package propertycontent contains the implementation for the content property.
Package propertycontent contains the implementation for the content property.
impl/activitystreams/property_context
Package propertycontext contains the implementation for the context property.
Package propertycontext contains the implementation for the context property.
impl/activitystreams/property_current
Package propertycurrent contains the implementation for the current property.
Package propertycurrent contains the implementation for the current property.
impl/activitystreams/property_deleted
Package propertydeleted contains the implementation for the deleted property.
Package propertydeleted contains the implementation for the deleted property.
impl/activitystreams/property_describes
Package propertydescribes contains the implementation for the describes property.
Package propertydescribes contains the implementation for the describes property.
impl/activitystreams/property_duration
Package propertyduration contains the implementation for the duration property.
Package propertyduration contains the implementation for the duration property.
impl/activitystreams/property_endtime
Package propertyendtime contains the implementation for the endTime property.
Package propertyendtime contains the implementation for the endTime property.
impl/activitystreams/property_first
Package propertyfirst contains the implementation for the first property.
Package propertyfirst contains the implementation for the first property.
impl/activitystreams/property_followers
Package propertyfollowers contains the implementation for the followers property.
Package propertyfollowers contains the implementation for the followers property.
impl/activitystreams/property_following
Package propertyfollowing contains the implementation for the following property.
Package propertyfollowing contains the implementation for the following property.
impl/activitystreams/property_formertype
Package propertyformertype contains the implementation for the formerType property.
Package propertyformertype contains the implementation for the formerType property.
impl/activitystreams/property_generator
Package propertygenerator contains the implementation for the generator property.
Package propertygenerator contains the implementation for the generator property.
impl/activitystreams/property_height
Package propertyheight contains the implementation for the height property.
Package propertyheight contains the implementation for the height property.
impl/activitystreams/property_href
Package propertyhref contains the implementation for the href property.
Package propertyhref contains the implementation for the href property.
impl/activitystreams/property_hreflang
Package propertyhreflang contains the implementation for the hreflang property.
Package propertyhreflang contains the implementation for the hreflang property.
impl/activitystreams/property_icon
Package propertyicon contains the implementation for the icon property.
Package propertyicon contains the implementation for the icon property.
impl/activitystreams/property_image
Package propertyimage contains the implementation for the image property.
Package propertyimage contains the implementation for the image property.
impl/activitystreams/property_inbox
Package propertyinbox contains the implementation for the inbox property.
Package propertyinbox contains the implementation for the inbox property.
impl/activitystreams/property_inreplyto
Package propertyinreplyto contains the implementation for the inReplyTo property.
Package propertyinreplyto contains the implementation for the inReplyTo property.
impl/activitystreams/property_instrument
Package propertyinstrument contains the implementation for the instrument property.
Package propertyinstrument contains the implementation for the instrument property.
impl/activitystreams/property_items
Package propertyitems contains the implementation for the items property.
Package propertyitems contains the implementation for the items property.
impl/activitystreams/property_last
Package propertylast contains the implementation for the last property.
Package propertylast contains the implementation for the last property.
impl/activitystreams/property_latitude
Package propertylatitude contains the implementation for the latitude property.
Package propertylatitude contains the implementation for the latitude property.
impl/activitystreams/property_liked
Package propertyliked contains the implementation for the liked property.
Package propertyliked contains the implementation for the liked property.
impl/activitystreams/property_likes
Package propertylikes contains the implementation for the likes property.
Package propertylikes contains the implementation for the likes property.
impl/activitystreams/property_location
Package propertylocation contains the implementation for the location property.
Package propertylocation contains the implementation for the location property.
impl/activitystreams/property_longitude
Package propertylongitude contains the implementation for the longitude property.
Package propertylongitude contains the implementation for the longitude property.
impl/activitystreams/property_mediatype
Package propertymediatype contains the implementation for the mediaType property.
Package propertymediatype contains the implementation for the mediaType property.
impl/activitystreams/property_name
Package propertyname contains the implementation for the name property.
Package propertyname contains the implementation for the name property.
impl/activitystreams/property_next
Package propertynext contains the implementation for the next property.
Package propertynext contains the implementation for the next property.
impl/activitystreams/property_object
Package propertyobject contains the implementation for the object property.
Package propertyobject contains the implementation for the object property.
impl/activitystreams/property_oneof
Package propertyoneof contains the implementation for the oneOf property.
Package propertyoneof contains the implementation for the oneOf property.
impl/activitystreams/property_ordereditems
Package propertyordereditems contains the implementation for the orderedItems property.
Package propertyordereditems contains the implementation for the orderedItems property.
impl/activitystreams/property_origin
Package propertyorigin contains the implementation for the origin property.
Package propertyorigin contains the implementation for the origin property.
impl/activitystreams/property_outbox
Package propertyoutbox contains the implementation for the outbox property.
Package propertyoutbox contains the implementation for the outbox property.
impl/activitystreams/property_partof
Package propertypartof contains the implementation for the partOf property.
Package propertypartof contains the implementation for the partOf property.
impl/activitystreams/property_preferredusername
Package propertypreferredusername contains the implementation for the preferredUsername property.
Package propertypreferredusername contains the implementation for the preferredUsername property.
impl/activitystreams/property_prev
Package propertyprev contains the implementation for the prev property.
Package propertyprev contains the implementation for the prev property.
impl/activitystreams/property_preview
Package propertypreview contains the implementation for the preview property.
Package propertypreview contains the implementation for the preview property.
impl/activitystreams/property_published
Package propertypublished contains the implementation for the published property.
Package propertypublished contains the implementation for the published property.
impl/activitystreams/property_radius
Package propertyradius contains the implementation for the radius property.
Package propertyradius contains the implementation for the radius property.
impl/activitystreams/property_rel
Package propertyrel contains the implementation for the rel property.
Package propertyrel contains the implementation for the rel property.
impl/activitystreams/property_relationship
Package propertyrelationship contains the implementation for the relationship property.
Package propertyrelationship contains the implementation for the relationship property.
impl/activitystreams/property_replies
Package propertyreplies contains the implementation for the replies property.
Package propertyreplies contains the implementation for the replies property.
impl/activitystreams/property_result
Package propertyresult contains the implementation for the result property.
Package propertyresult contains the implementation for the result property.
impl/activitystreams/property_shares
Package propertyshares contains the implementation for the shares property.
Package propertyshares contains the implementation for the shares property.
impl/activitystreams/property_source
Package propertysource contains the implementation for the source property.
Package propertysource contains the implementation for the source property.
impl/activitystreams/property_startindex
Package propertystartindex contains the implementation for the startIndex property.
Package propertystartindex contains the implementation for the startIndex property.
impl/activitystreams/property_starttime
Package propertystarttime contains the implementation for the startTime property.
Package propertystarttime contains the implementation for the startTime property.
impl/activitystreams/property_streams
Package propertystreams contains the implementation for the streams property.
Package propertystreams contains the implementation for the streams property.
impl/activitystreams/property_subject
Package propertysubject contains the implementation for the subject property.
Package propertysubject contains the implementation for the subject property.
impl/activitystreams/property_summary
Package propertysummary contains the implementation for the summary property.
Package propertysummary contains the implementation for the summary property.
impl/activitystreams/property_tag
Package propertytag contains the implementation for the tag property.
Package propertytag contains the implementation for the tag property.
impl/activitystreams/property_target
Package propertytarget contains the implementation for the target property.
Package propertytarget contains the implementation for the target property.
impl/activitystreams/property_to
Package propertyto contains the implementation for the to property.
Package propertyto contains the implementation for the to property.
impl/activitystreams/property_totalitems
Package propertytotalitems contains the implementation for the totalItems property.
Package propertytotalitems contains the implementation for the totalItems property.
impl/activitystreams/property_units
Package propertyunits contains the implementation for the units property.
Package propertyunits contains the implementation for the units property.
impl/activitystreams/property_updated
Package propertyupdated contains the implementation for the updated property.
Package propertyupdated contains the implementation for the updated property.
impl/activitystreams/property_url
Package propertyurl contains the implementation for the url property.
Package propertyurl contains the implementation for the url property.
impl/activitystreams/property_width
Package propertywidth contains the implementation for the width property.
Package propertywidth contains the implementation for the width property.
impl/activitystreams/type_accept
Package typeaccept contains the implementation for the Accept type.
Package typeaccept contains the implementation for the Accept type.
impl/activitystreams/type_activity
Package typeactivity contains the implementation for the Activity type.
Package typeactivity contains the implementation for the Activity type.
impl/activitystreams/type_add
Package typeadd contains the implementation for the Add type.
Package typeadd contains the implementation for the Add type.
impl/activitystreams/type_announce
Package typeannounce contains the implementation for the Announce type.
Package typeannounce contains the implementation for the Announce type.
impl/activitystreams/type_application
Package typeapplication contains the implementation for the Application type.
Package typeapplication contains the implementation for the Application type.
impl/activitystreams/type_arrive
Package typearrive contains the implementation for the Arrive type.
Package typearrive contains the implementation for the Arrive type.
impl/activitystreams/type_article
Package typearticle contains the implementation for the Article type.
Package typearticle contains the implementation for the Article type.
impl/activitystreams/type_audio
Package typeaudio contains the implementation for the Audio type.
Package typeaudio contains the implementation for the Audio type.
impl/activitystreams/type_block
Package typeblock contains the implementation for the Block type.
Package typeblock contains the implementation for the Block type.
impl/activitystreams/type_collection
Package typecollection contains the implementation for the Collection type.
Package typecollection contains the implementation for the Collection type.
impl/activitystreams/type_collectionpage
Package typecollectionpage contains the implementation for the CollectionPage type.
Package typecollectionpage contains the implementation for the CollectionPage type.
impl/activitystreams/type_create
Package typecreate contains the implementation for the Create type.
Package typecreate contains the implementation for the Create type.
impl/activitystreams/type_delete
Package typedelete contains the implementation for the Delete type.
Package typedelete contains the implementation for the Delete type.
impl/activitystreams/type_dislike
Package typedislike contains the implementation for the Dislike type.
Package typedislike contains the implementation for the Dislike type.
impl/activitystreams/type_document
Package typedocument contains the implementation for the Document type.
Package typedocument contains the implementation for the Document type.
impl/activitystreams/type_event
Package typeevent contains the implementation for the Event type.
Package typeevent contains the implementation for the Event type.
impl/activitystreams/type_flag
Package typeflag contains the implementation for the Flag type.
Package typeflag contains the implementation for the Flag type.
impl/activitystreams/type_follow
Package typefollow contains the implementation for the Follow type.
Package typefollow contains the implementation for the Follow type.
impl/activitystreams/type_group
Package typegroup contains the implementation for the Group type.
Package typegroup contains the implementation for the Group type.
impl/activitystreams/type_ignore
Package typeignore contains the implementation for the Ignore type.
Package typeignore contains the implementation for the Ignore type.
impl/activitystreams/type_image
Package typeimage contains the implementation for the Image type.
Package typeimage contains the implementation for the Image type.
impl/activitystreams/type_intransitiveactivity
Package typeintransitiveactivity contains the implementation for the IntransitiveActivity type.
Package typeintransitiveactivity contains the implementation for the IntransitiveActivity type.
impl/activitystreams/type_invite
Package typeinvite contains the implementation for the Invite type.
Package typeinvite contains the implementation for the Invite type.
impl/activitystreams/type_join
Package typejoin contains the implementation for the Join type.
Package typejoin contains the implementation for the Join type.
impl/activitystreams/type_leave
Package typeleave contains the implementation for the Leave type.
Package typeleave contains the implementation for the Leave type.
impl/activitystreams/type_like
Package typelike contains the implementation for the Like type.
Package typelike contains the implementation for the Like type.
impl/activitystreams/type_link
Package typelink contains the implementation for the Link type.
Package typelink contains the implementation for the Link type.
impl/activitystreams/type_listen
Package typelisten contains the implementation for the Listen type.
Package typelisten contains the implementation for the Listen type.
impl/activitystreams/type_mention
Package typemention contains the implementation for the Mention type.
Package typemention contains the implementation for the Mention type.
impl/activitystreams/type_move
Package typemove contains the implementation for the Move type.
Package typemove contains the implementation for the Move type.
impl/activitystreams/type_note
Package typenote contains the implementation for the Note type.
Package typenote contains the implementation for the Note type.
impl/activitystreams/type_object
Package typeobject contains the implementation for the Object type.
Package typeobject contains the implementation for the Object type.
impl/activitystreams/type_offer
Package typeoffer contains the implementation for the Offer type.
Package typeoffer contains the implementation for the Offer type.
impl/activitystreams/type_orderedcollection
Package typeorderedcollection contains the implementation for the OrderedCollection type.
Package typeorderedcollection contains the implementation for the OrderedCollection type.
impl/activitystreams/type_orderedcollectionpage
Package typeorderedcollectionpage contains the implementation for the OrderedCollectionPage type.
Package typeorderedcollectionpage contains the implementation for the OrderedCollectionPage type.
impl/activitystreams/type_organization
Package typeorganization contains the implementation for the Organization type.
Package typeorganization contains the implementation for the Organization type.
impl/activitystreams/type_page
Package typepage contains the implementation for the Page type.
Package typepage contains the implementation for the Page type.
impl/activitystreams/type_person
Package typeperson contains the implementation for the Person type.
Package typeperson contains the implementation for the Person type.
impl/activitystreams/type_place
Package typeplace contains the implementation for the Place type.
Package typeplace contains the implementation for the Place type.
impl/activitystreams/type_profile
Package typeprofile contains the implementation for the Profile type.
Package typeprofile contains the implementation for the Profile type.
impl/activitystreams/type_question
Package typequestion contains the implementation for the Question type.
Package typequestion contains the implementation for the Question type.
impl/activitystreams/type_read
Package typeread contains the implementation for the Read type.
Package typeread contains the implementation for the Read type.
impl/activitystreams/type_reject
Package typereject contains the implementation for the Reject type.
Package typereject contains the implementation for the Reject type.
impl/activitystreams/type_relationship
Package typerelationship contains the implementation for the Relationship type.
Package typerelationship contains the implementation for the Relationship type.
impl/activitystreams/type_remove
Package typeremove contains the implementation for the Remove type.
Package typeremove contains the implementation for the Remove type.
impl/activitystreams/type_service
Package typeservice contains the implementation for the Service type.
Package typeservice contains the implementation for the Service type.
impl/activitystreams/type_tentativeaccept
Package typetentativeaccept contains the implementation for the TentativeAccept type.
Package typetentativeaccept contains the implementation for the TentativeAccept type.
impl/activitystreams/type_tentativereject
Package typetentativereject contains the implementation for the TentativeReject type.
Package typetentativereject contains the implementation for the TentativeReject type.
impl/activitystreams/type_tombstone
Package typetombstone contains the implementation for the Tombstone type.
Package typetombstone contains the implementation for the Tombstone type.
impl/activitystreams/type_travel
Package typetravel contains the implementation for the Travel type.
Package typetravel contains the implementation for the Travel type.
impl/activitystreams/type_undo
Package typeundo contains the implementation for the Undo type.
Package typeundo contains the implementation for the Undo type.
impl/activitystreams/type_update
Package typeupdate contains the implementation for the Update type.
Package typeupdate contains the implementation for the Update type.
impl/activitystreams/type_video
Package typevideo contains the implementation for the Video type.
Package typevideo contains the implementation for the Video type.
impl/activitystreams/type_view
Package typeview contains the implementation for the View type.
Package typeview contains the implementation for the View type.
impl/forgefed/property_assignedto
Package propertyassignedto contains the implementation for the assignedTo property.
Package propertyassignedto contains the implementation for the assignedTo property.
impl/forgefed/property_committed
Package propertycommitted contains the implementation for the committed property.
Package propertycommitted contains the implementation for the committed property.
impl/forgefed/property_committedby
Package propertycommittedby contains the implementation for the committedBy property.
Package propertycommittedby contains the implementation for the committedBy property.
impl/forgefed/property_dependants
Package propertydependants contains the implementation for the dependants property.
Package propertydependants contains the implementation for the dependants property.
impl/forgefed/property_dependedby
Package propertydependedby contains the implementation for the dependedBy property.
Package propertydependedby contains the implementation for the dependedBy property.
impl/forgefed/property_dependencies
Package propertydependencies contains the implementation for the dependencies property.
Package propertydependencies contains the implementation for the dependencies property.
impl/forgefed/property_dependson
Package propertydependson contains the implementation for the dependsOn property.
Package propertydependson contains the implementation for the dependsOn property.
impl/forgefed/property_description
Package propertydescription contains the implementation for the description property.
Package propertydescription contains the implementation for the description property.
impl/forgefed/property_earlyitems
Package propertyearlyitems contains the implementation for the earlyItems property.
Package propertyearlyitems contains the implementation for the earlyItems property.
impl/forgefed/property_filesadded
Package propertyfilesadded contains the implementation for the filesAdded property.
Package propertyfilesadded contains the implementation for the filesAdded property.
impl/forgefed/property_filesmodified
Package propertyfilesmodified contains the implementation for the filesModified property.
Package propertyfilesmodified contains the implementation for the filesModified property.
impl/forgefed/property_filesremoved
Package propertyfilesremoved contains the implementation for the filesRemoved property.
Package propertyfilesremoved contains the implementation for the filesRemoved property.
impl/forgefed/property_forks
Package propertyforks contains the implementation for the forks property.
Package propertyforks contains the implementation for the forks property.
impl/forgefed/property_hash
Package propertyhash contains the implementation for the hash property.
Package propertyhash contains the implementation for the hash property.
impl/forgefed/property_isresolved
Package propertyisresolved contains the implementation for the isResolved property.
Package propertyisresolved contains the implementation for the isResolved property.
impl/forgefed/property_ref
Package propertyref contains the implementation for the ref property.
Package propertyref contains the implementation for the ref property.
impl/forgefed/property_team
Package propertyteam contains the implementation for the team property.
Package propertyteam contains the implementation for the team property.
impl/forgefed/property_ticketstrackedby
Package propertyticketstrackedby contains the implementation for the ticketsTrackedBy property.
Package propertyticketstrackedby contains the implementation for the ticketsTrackedBy property.
impl/forgefed/property_tracksticketsfor
Package propertytracksticketsfor contains the implementation for the tracksTicketsFor property.
Package propertytracksticketsfor contains the implementation for the tracksTicketsFor property.
impl/forgefed/type_branch
Package typebranch contains the implementation for the Branch type.
Package typebranch contains the implementation for the Branch type.
impl/forgefed/type_commit
Package typecommit contains the implementation for the Commit type.
Package typecommit contains the implementation for the Commit type.
impl/forgefed/type_push
Package typepush contains the implementation for the Push type.
Package typepush contains the implementation for the Push type.
impl/forgefed/type_repository
Package typerepository contains the implementation for the Repository type.
Package typerepository contains the implementation for the Repository type.
impl/forgefed/type_ticket
Package typeticket contains the implementation for the Ticket type.
Package typeticket contains the implementation for the Ticket type.
impl/forgefed/type_ticketdependency
Package typeticketdependency contains the implementation for the TicketDependency type.
Package typeticketdependency contains the implementation for the TicketDependency type.
impl/jsonld/property_id
Package propertyid contains the implementation for the id property.
Package propertyid contains the implementation for the id property.
impl/jsonld/property_type
Package propertytype contains the implementation for the type property.
Package propertytype contains the implementation for the type property.
impl/toot/property_blurhash
Package propertyblurhash contains the implementation for the blurhash property.
Package propertyblurhash contains the implementation for the blurhash property.
impl/toot/property_discoverable
Package propertydiscoverable contains the implementation for the discoverable property.
Package propertydiscoverable contains the implementation for the discoverable property.
impl/toot/property_featured
Package propertyfeatured contains the implementation for the featured property.
Package propertyfeatured contains the implementation for the featured property.
impl/toot/property_signaturealgorithm
Package propertysignaturealgorithm contains the implementation for the signatureAlgorithm property.
Package propertysignaturealgorithm contains the implementation for the signatureAlgorithm property.
impl/toot/property_signaturevalue
Package propertysignaturevalue contains the implementation for the signatureValue property.
Package propertysignaturevalue contains the implementation for the signatureValue property.
impl/toot/property_voterscount
Package propertyvoterscount contains the implementation for the votersCount property.
Package propertyvoterscount contains the implementation for the votersCount property.
impl/toot/type_emoji
Package typeemoji contains the implementation for the Emoji type.
Package typeemoji contains the implementation for the Emoji type.
impl/toot/type_identityproof
Package typeidentityproof contains the implementation for the IdentityProof type.
Package typeidentityproof contains the implementation for the IdentityProof type.
impl/w3idsecurityv1/property_owner
Package propertyowner contains the implementation for the owner property.
Package propertyowner contains the implementation for the owner property.
impl/w3idsecurityv1/property_publickey
Package propertypublickey contains the implementation for the publicKey property.
Package propertypublickey contains the implementation for the publicKey property.
impl/w3idsecurityv1/property_publickeypem
Package propertypublickeypem contains the implementation for the publicKeyPem property.
Package propertypublickeypem contains the implementation for the publicKeyPem property.
impl/w3idsecurityv1/type_publickey
Package typepublickey contains the implementation for the PublicKey type.
Package typepublickey contains the implementation for the PublicKey type.
vocab
Package vocab contains the interfaces for the JSONLD vocabulary.
Package vocab contains the interfaces for the JSONLD vocabulary.

Jump to

Keyboard shortcuts

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