mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-04 02:53:40 +00:00
8 lines
121 B
Go
8 lines
121 B
Go
|
package storage
|
||
|
|
||
|
import "github.com/matrix-org/dendrite/internal"
|
||
|
|
||
|
type Database interface {
|
||
|
internal.PartitionStorer
|
||
|
}
|