Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) AddFirst ¶
func (s *Store) AddFirst(partner *id.ID, mt catalog.MessageType, messageID uint64, partNum, numParts uint8, senderTimestamp, storageTimestamp time.Time, part []byte, relationshipFingerprint []byte, residue e2e.KeyResidue) ( receive.Message, e2e.KeyResidue, bool)
AddFirst adds the first partition message to the Store object.
Click to show internal directories.
Click to hide internal directories.