Home
last modified time | relevance | path

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 DPostStore.go563 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 Dpost.go245 type GetPostsSinceForSyncOptions struct { struct
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dpost.go251 type GetPostsSinceForSyncOptions struct { struct
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dpost.go245 type GetPostsSinceForSyncOptions struct { struct
/dports/www/mattermost-server/mattermost-server-6.0.2/services/sharedchannel/
H A Dsync_send_remote.go190 options := model.GetPostsSinceForSyncOptions{
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/
H A Dpost_store.go3281 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 Dstore.go353 …GetPostsSinceForSync(options model.GetPostsSinceForSyncOptions, cursor model.GetPostsSinceForSyncC… argument
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dpost_store.go1080 func (s *SqlPostStore) GetPostsSinceForSync(options model.GetPostsSinceForSyncOptions, cursor model…
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go5907 func (s *RetryLayerPostStore) GetPostsSinceForSync(options model.GetPostsSinceForSyncOptions, curso…
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/
H A Dtimerlayer.go4957 func (s *TimerLayerPostStore) GetPostsSinceForSync(options model.GetPostsSinceForSyncOptions, curso…
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/
H A Dopentracinglayer.go5469 func (s *OpenTracingLayerPostStore) GetPostsSinceForSync(options model.GetPostsSinceForSyncOptions,…