Documentation ¶
Index ¶
- Variables
- func DBInit()
- func Get(key string) []byte
- func Set(key string, value []byte)
- type Storer
- func (s *Storer) LoadFilterID(userID id.UserID) string
- func (s *Storer) LoadNextBatch(userID id.UserID) string
- func (s *Storer) LoadRoom(roomID id.RoomID) *mautrix.Room
- func (s *Storer) SaveFilterID(userID id.UserID, filterID string)
- func (s *Storer) SaveNextBatch(userID id.UserID, nextBatchToken string)
- func (s *Storer) SaveRoom(room *mautrix.Room)
Constants ¶
This section is empty.
Variables ¶
View Source
var DataDir = ""
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.