Home
last modified time | relevance | path

Searched refs:SearchMore (Results 1 – 8 of 8) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go232 SearchMore(userID string, teamID string, term string) (model.ChannelList, error) methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/
H A Dchannel_store.go4956 channels, err := ss.Channel().SearchMore(m1.UserId, teamId, "ChannelA")
4962 channels, err := ss.Channel().SearchMore(m1.UserId, teamId, o4.Name)
4968 channels, err := ss.Channel().SearchMore(m1.UserId, teamId, "off-")
4974 channels, err := ss.Channel().SearchMore(m1.UserId, teamId, "off-topic")
4980 channels, err := ss.Channel().SearchMore(m1.UserId, teamId, "now searchable")
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/
H A DChannelStore.go1768 func (_m *ChannelStore) SearchMore(userID string, teamID string, term string) (model.ChannelList, e… func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dchannel_store.go2798 func (s SqlChannelStore) SearchMore(userId string, teamId string, term string) (model.ChannelList, … func
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dchannel.go2801 channelList, err := a.Srv().Store.Channel().SearchMore(userID, teamID, term)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go2211 func (s *RetryLayerChannelStore) SearchMore(userID string, teamID string, term string) (model.Chann… func
2215 result, err := s.ChannelStore.SearchMore(userID, teamID, term)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/
H A Dtimerlayer.go1937 func (s *TimerLayerChannelStore) SearchMore(userID string, teamID string, term string) (model.Chann… func
1940 result, err := s.ChannelStore.SearchMore(userID, teamID, term)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/
H A Dopentracinglayer.go2089 func (s *OpenTracingLayerChannelStore) SearchMore(userID string, teamID string, term string) (model… func
2098 result, err := s.ChannelStore.SearchMore(userID, teamID, term)