Home
last modified time | relevance | path

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 Dthread.go32 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 Dthread.go32 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 Dthread.go36 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 Dthread.go32 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 Duser_test.go5900 …ient4, userId string, expectedReplies, expectedThreads int, options *model.GetUserThreadsOpts) (*m…
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Duser.go2206 func (a *App) GetThreadsForUser(userID, teamID string, options model.GetUserThreadsOpts) (*model.Th…
H A Dapp_iface.go761 …GetThreadsForUser(userID, teamID string, options model.GetUserThreadsOpts) (*model.Threads, *model…
/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go288 GetThreadsForUser(userId, teamID string, opts model.GetUserThreadsOpts) (*model.Threads, error)