package
Version:
v0.0.0-...-32f009b
Opens a new window with list of versions in this module.
Published: Dec 7, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
README
¶
Events
-
Messages
-
MESSAGE:PERSISTED
db_id
(database id of message as string)
partner
(hex encoded ed25519 public key)
content
raw message content (will be "" if DApp message)
created_at
unix timestamp
-
MESSAGE:DELIVERED
db_id
(database id of message as string)
partner
(hex encoded ed25519 public key)
content
raw message content (will be "" if DApp message)
created_at
unix timestamp
-
MESSAGE:RECEIVED
db_id
(database id of message as string)
partner
(hex encoded ed25519 public key)
content
raw message content (will be "" if DApp message)
created_at
unix timestamp
-
CHAT:UNREAD
chat
id key of the partner
-
DApp
DAPP:PERSISTED
dapp_signing_key
hex encoded signing key used to sign the DApp
Documentation
¶
type UpStream interface {
Send(data string)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.