matterbridge/vendor/go.mau.fi/libsignal/state/store/SignalProtocolStore.go

16 lines
281 B
Go
Raw Permalink Normal View History

2022-01-30 15:27:37 -08:00
package store
import (
"go.mau.fi/libsignal/groups/state/store"
)
// SignalProtocol store is an interface that implements the
// methods for all stores needed in the Signal Protocol.
type SignalProtocol interface {
IdentityKey
PreKey
Session
SignedPreKey
store.SenderKey
}