Home
last modified time | relevance | path

Searched refs:RetryLayerReactionStore (Results 1 – 1 of 1) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go305 type RetryLayerReactionStore struct { struct
6493 func (s *RetryLayerReactionStore) BulkGetForPosts(postIds []string) ([]*model.Reaction, error) { argument
6513 func (s *RetryLayerReactionStore) Delete(reaction *model.Reaction) (*model.Reaction, error) { argument
6533 func (s *RetryLayerReactionStore) DeleteAllWithEmojiName(emojiName string) error { argument
6553 func (s *RetryLayerReactionStore) DeleteOrphanedRows(limit int) (int64, error) { argument
6573 func (s *RetryLayerReactionStore) GetForPost(postID string, allowFromCache bool) ([]*model.Reaction… argument
6593 func (s *RetryLayerReactionStore) GetForPostSince(postId string, since int64, excludeRemoteId strin… argument
6613 func (s *RetryLayerReactionStore) PermanentDeleteBatch(endTime int64, limit int64) (int64, error) { argument
6633 func (s *RetryLayerReactionStore) Save(reaction *model.Reaction) (*model.Reaction, error) { argument
12529 …newStore.ReactionStore = &RetryLayerReactionStore{ReactionStore: childStore.Reaction(), Root: &new…