mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 14:12:47 +00:00
Create tables
This commit is contained in:
parent
ecbc1bcd61
commit
dcadec88d9
10 changed files with 337 additions and 18 deletions
|
@ -52,3 +52,9 @@ type StaleDeviceLists interface {
|
|||
InsertStaleDeviceList(ctx context.Context, userID string, isStale bool) error
|
||||
SelectUserIDsWithStaleDeviceLists(ctx context.Context, domains []gomatrixserverlib.ServerName) ([]string, error)
|
||||
}
|
||||
|
||||
type CrossSigningKeys interface{}
|
||||
|
||||
type CrossSigningSigs interface{}
|
||||
|
||||
type CrossSigningStreams interface{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue