Home
last modified time | relevance | path

Searched defs:ChannelSearchOpts (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 Dchannel.go129 ExcludeDefaultChannels bool
130 IncludeDeleted bool
131 Deleted bool
134 GroupConstrained bool
135 ExcludeGroupConstrained bool
137 ExcludePolicyConstrained bool
138 IncludePolicyID bool
139 Public bool
140 Private bool
141 Page *int
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dchannel.go129 ExcludeDefaultChannels bool
130 IncludeDeleted bool
131 Deleted bool
134 GroupConstrained bool
135 ExcludeGroupConstrained bool
137 ExcludePolicyConstrained bool
138 IncludePolicyID bool
139 Public bool
140 Private bool
141 Page *int
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dchannel.go127 ExcludeDefaultChannels bool
128 IncludeDeleted bool
129 Deleted bool
132 GroupConstrained bool
133 ExcludeGroupConstrained bool
135 ExcludePolicyConstrained bool
136 IncludePolicyID bool
137 Public bool
138 Private bool
139 Page *int
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dchannel.go122 type ChannelSearchOpts struct { struct
123 NotAssociatedToGroup string
124 ExcludeDefaultChannels bool
125 IncludeDeleted bool
126 Deleted bool
129 GroupConstrained bool
130 ExcludeGroupConstrained bool
131 Public bool
132 Private bool
133 Page *int
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go899 IncludeDeleted bool
900 Deleted bool
903 GroupConstrained bool
904 ExcludeGroupConstrained bool
906 ExcludePolicyConstrained bool
907 IncludePolicyID bool
908 IncludeTeamInfo bool
909 CountOnly bool
910 Public bool
911 Private bool
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dchannel.go1782 func (a *App) GetAllChannels(page, perPage int, opts model.ChannelSearchOpts) (model.ChannelListWit…
1801 func (a *App) GetAllChannelsCount(opts model.ChannelSearchOpts) (int64, *model.AppError) {
2719 func (a *App) SearchAllChannels(term string, opts model.ChannelSearchOpts) (model.ChannelListWithTe…
H A Dapp_iface.go284 …SearchAllChannels(term string, opts model.ChannelSearchOpts) (model.ChannelListWithTeamData, int64…
553 …GetAllChannels(page, perPage int, opts model.ChannelSearchOpts) (model.ChannelListWithTeamData, *m…
554 GetAllChannelsCount(opts model.ChannelSearchOpts) (int64, *model.AppError)