Home
last modified time | relevance | path

Searched defs:GetPostsOptions (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dpost.go251 type GetPostsOptions struct { struct
252 UserId string
253 ChannelId string
254 PostId string
255 Page int
256 PerPage int
257 SkipFetchThreads bool
258 CollapsedThreads bool
259 CollapsedThreadsExtended bool
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dpost.go257 type GetPostsOptions struct { struct
258 UserId string
259 ChannelId string
260 PostId string
261 Page int
262 PerPage int
263 SkipFetchThreads bool
264 CollapsedThreads bool
265 CollapsedThreadsExtended bool
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dpost.go251 type GetPostsOptions struct { struct
252 UserId string
253 ChannelId string
254 PostId string
255 Page int
256 PerPage int
257 SkipFetchThreads bool
258 CollapsedThreads bool
259 CollapsedThreadsExtended bool
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dpost.go226 type GetPostsOptions struct { struct
227 ChannelId string
228 PostId string
229 Page int
230 PerPage int
231 SkipFetchThreads bool
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dpost.go784 func (a *App) GetPostsPage(options model.GetPostsOptions) (*model.PostList, *model.AppError) {
919 func (a *App) GetPostsBeforePost(options model.GetPostsOptions) (*model.PostList, *model.AppError) {
934 func (a *App) GetPostsAfterPost(options model.GetPostsOptions) (*model.PostList, *model.AppError) {
949 func (a *App) GetPostsAroundPost(before bool, options model.GetPostsOptions) (*model.PostList, *mod…
H A Dapp_iface.go682 GetPostsAfterPost(options model.GetPostsOptions) (*model.PostList, *model.AppError)
683 GetPostsAroundPost(before bool, options model.GetPostsOptions) (*model.PostList, *model.AppError)
684 GetPostsBeforePost(options model.GetPostsOptions) (*model.PostList, *model.AppError)
687 GetPostsPage(options model.GetPostsOptions) (*model.PostList, *model.AppError)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go319 GetPosts(options model.GetPostsOptions, allowFromCache bool) (*model.PostList, error)
324 GetPostsBefore(options model.GetPostsOptions) (*model.PostList, error)
325 GetPostsAfter(options model.GetPostsOptions) (*model.PostList, error)