Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface {
Save(msg *pb.DMSMessage, receiverKey []byte) error
GetNext(receiver []byte) (*pb.DMSMessage, error)
Remove(msg *pb.DMSMessage, receiverKey []byte) error
}
Click to show internal directories.
Click to hide internal directories.