Create tables

This commit is contained in:
Neil Alexander 2021-07-28 13:48:23 +01:00
parent ecbc1bcd61
commit dcadec88d9
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
10 changed files with 337 additions and 18 deletions

View file

@ -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{}