Home
last modified time | relevance | path

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

/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go225 type RetryLayerChannelMemberHistoryStore struct { struct
2491 func (s *RetryLayerChannelMemberHistoryStore) DeleteOrphanedRows(limit int) (int64, error) { argument
2511 func (s *RetryLayerChannelMemberHistoryStore) GetUsersInChannelDuring(startTime int64, endTime int6… argument
2531 func (s *RetryLayerChannelMemberHistoryStore) LogJoinEvent(userID string, channelID string, joinTim… argument
2551 func (s *RetryLayerChannelMemberHistoryStore) LogLeaveEvent(userID string, channelID string, leaveT… argument
2571 func (s *RetryLayerChannelMemberHistoryStore) PermanentDeleteBatch(endTime int64, limit int64) (int… argument
2591 func (s *RetryLayerChannelMemberHistoryStore) PermanentDeleteBatchForRetentionPolicies(now int64, g… argument
12513 …newStore.ChannelMemberHistoryStore = &RetryLayerChannelMemberHistoryStore{ChannelMemberHistoryStor…