Searched defs:GetUserThreadsOpts (Results 1 – 8 of 8) sorted by relevance
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/ |
H A D | thread.go | 32 type GetUserThreadsOpts struct { struct 34 PageSize uint64 37 Extended bool 40 Deleted bool 43 Since uint64 46 Before string 49 After string 52 Unread bool 55 TotalsOnly bool 58 TeamOnly bool
|
/dports/www/mattermost-server/mattermost-server-6.0.2/model/ |
H A D | thread.go | 32 type GetUserThreadsOpts struct { struct 34 PageSize uint64 37 Extended bool 40 Deleted bool 43 Since uint64 46 Before string 49 After string 52 Unread bool 55 TotalsOnly bool 58 TeamOnly bool
|
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/ |
H A D | thread.go | 36 type GetUserThreadsOpts struct { struct 38 PageSize uint64 41 Extended bool 44 Deleted bool 47 Since uint64 50 Before string 53 After string 56 Unread bool 59 TotalsOnly bool 62 TeamOnly bool
|
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/ |
H A D | thread.go | 32 type GetUserThreadsOpts struct { struct 34 Page uint64 37 PageSize uint64 40 Extended bool 43 Deleted bool 46 Since uint64
|
/dports/www/mattermost-server/mattermost-server-6.0.2/api4/ |
H A D | user_test.go | 5900 …ient4, userId string, expectedReplies, expectedThreads int, options *model.GetUserThreadsOpts) (*m…
|
/dports/www/mattermost-server/mattermost-server-6.0.2/app/ |
H A D | user.go | 2206 func (a *App) GetThreadsForUser(userID, teamID string, options model.GetUserThreadsOpts) (*model.Th…
|
H A D | app_iface.go | 761 …GetThreadsForUser(userID, teamID string, options model.GetUserThreadsOpts) (*model.Threads, *model…
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/ |
H A D | store.go | 288 GetThreadsForUser(userId, teamID string, opts model.GetUserThreadsOpts) (*model.Threads, error)
|