Lines Matching defs:ChannelSearchOpts
182 GetAllChannels(page, perPage int, opts ChannelSearchOpts) (model.ChannelListWithTeamData, error)
183 GetAllChannelsCount(opts ChannelSearchOpts) (int64, error)
228 …SearchAllChannels(term string, opts ChannelSearchOpts) (model.ChannelListWithTeamData, int64, erro…
896 type ChannelSearchOpts struct { struct
897 Term string
898 NotAssociatedToGroup string
899 IncludeDeleted bool
900 Deleted bool
901 ExcludeChannelNames []string
902 TeamIds []string
903 GroupConstrained bool
904 ExcludeGroupConstrained bool
905 PolicyID string
906 ExcludePolicyConstrained bool
907 IncludePolicyID bool
908 IncludeTeamInfo bool
909 CountOnly bool
910 Public bool
911 Private bool
912 Page *int
913 PerPage *int
916 func (c *ChannelSearchOpts) IsPaginated() bool {