Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NEBStore ¶
type NEBStore struct { mautrix.InMemoryStore Database database.Storer ClientConfig api.ClientConfig }
NEBStore implements the mautrix.Storer interface.
It persists the next batch token in the database, and includes a ClientConfig for the client.
func (*NEBStore) LoadNextBatch ¶
LoadNextBatch loads from the database.
type StarterLinkMessage ¶
StarterLinkMessage represents a message with a starter_link custom data.
func (StarterLinkMessage) MarshalJSON ¶
func (m StarterLinkMessage) MarshalJSON() ([]byte, error)
MarshalJSON converts this message into actual event content JSON.
Click to show internal directories.
Click to hide internal directories.