Documentation ¶
Index ¶
Constants ¶
View Source
const AddressbookContactAddedType = "event:nimona.io/identity/addressbook.ContactAdded"
View Source
const AddressbookContactRemovedType = "event:nimona.io/identity/addressbook.ContactRemoved"
View Source
const AddressbookStreamRootType = "stream:nimona.io/identity/addressbook"
View Source
const ProfileStreamRootType = "stream:nimona.io/identity.Profile"
View Source
const ProfileType = "nimona.io/identity.Profile"
View Source
const ProfileUpdatedType = "event:nimona.io/identity.Profile.Updated"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressbookContactAdded ¶
type AddressbookContactAdded struct { Metadata object.Metadata `nimona:"@metadata:m,type=event:nimona.io/identity/addressbook.ContactAdded"` Alias string `nimona:"alias:s"` RemoteParty crypto.PublicKey `nimona:"remoteParty:s"` Profile Profile `nimona:"profile:m"` Timestamp string `nimona:"timestamp:s"` }
type AddressbookStreamRoot ¶
type Profile ¶
type ProfileStreamRoot ¶
type ProfileUpdated ¶
Click to show internal directories.
Click to hide internal directories.