mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-03 10:43:38 +00:00
7 lines
121 B
Go
7 lines
121 B
Go
package storage
|
|
|
|
import "github.com/matrix-org/dendrite/internal"
|
|
|
|
type Database interface {
|
|
internal.PartitionStorer
|
|
}
|