Searched refs:GetPostsSinceForSyncOptions (Results 1 – 11 of 11) sorted by relevance
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/ |
H A D | PostStore.go | 563 func (_m *PostStore) GetPostsSinceForSync(options model.GetPostsSinceForSyncOptions, cursor model.G… 567 …if rf, ok := ret.Get(0).(func(model.GetPostsSinceForSyncOptions, model.GetPostsSinceForSyncCursor,… 576 …if rf, ok := ret.Get(1).(func(model.GetPostsSinceForSyncOptions, model.GetPostsSinceForSyncCursor,… 583 …if rf, ok := ret.Get(2).(func(model.GetPostsSinceForSyncOptions, model.GetPostsSinceForSyncCursor,…
|
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/ |
H A D | post.go | 245 type GetPostsSinceForSyncOptions struct { struct
|
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/ |
H A D | post.go | 251 type GetPostsSinceForSyncOptions struct { struct
|
/dports/www/mattermost-server/mattermost-server-6.0.2/model/ |
H A D | post.go | 245 type GetPostsSinceForSyncOptions struct { struct
|
/dports/www/mattermost-server/mattermost-server-6.0.2/services/sharedchannel/ |
H A D | sync_send_remote.go | 190 options := model.GetPostsSinceForSyncOptions{
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/ |
H A D | post_store.go | 3281 opt := model.GetPostsSinceForSyncOptions{ 3292 opt := model.GetPostsSinceForSyncOptions{ 3304 opt := model.GetPostsSinceForSyncOptions{ 3316 opt := model.GetPostsSinceForSyncOptions{ 3340 opt := model.GetPostsSinceForSyncOptions{
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/ |
H A D | store.go | 353 …GetPostsSinceForSync(options model.GetPostsSinceForSyncOptions, cursor model.GetPostsSinceForSyncC… argument
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/ |
H A D | post_store.go | 1080 func (s *SqlPostStore) GetPostsSinceForSync(options model.GetPostsSinceForSyncOptions, cursor model…
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/ |
H A D | retrylayer.go | 5907 func (s *RetryLayerPostStore) GetPostsSinceForSync(options model.GetPostsSinceForSyncOptions, curso…
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/ |
H A D | timerlayer.go | 4957 func (s *TimerLayerPostStore) GetPostsSinceForSync(options model.GetPostsSinceForSyncOptions, curso…
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/ |
H A D | opentracinglayer.go | 5469 func (s *OpenTracingLayerPostStore) GetPostsSinceForSync(options model.GetPostsSinceForSyncOptions,…
|