Home
last modified time | relevance | path

Searched refs:GetSidebarCategories (Results 1 – 16 of 16) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/
H A Dchannel_store_categories.go43 res2, err := ss.Channel().GetSidebarCategories(userId, teamId)
65 res2, err := ss.Channel().GetSidebarCategories(userId2, teamId)
87 res2, err := ss.Channel().GetSidebarCategories(userId, teamId2)
109 res, err = ss.Channel().GetSidebarCategories(userId, teamId)
132 res, err := ss.Channel().GetSidebarCategories(userId, teamId)
399 res, err = ss.Channel().GetSidebarCategories(userId, teamId)
437 res, err = ss.Channel().GetSidebarCategories(userId, teamId)
903 res, err = ss.Channel().GetSidebarCategories(userId, teamId)
1718 res, err := ss.Channel().GetSidebarCategories(userId, teamId)
1922 res, err = ss.Channel().GetSidebarCategories(userId, teamId)
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dauthorization_test.go110 categories, err := th.App.GetSidebarCategories(th.BasicUser.Id, th.BasicTeam.Id)
117 categories2, err := th.App.GetSidebarCategories(th.BasicUser2.Id, th.BasicTeam.Id)
H A Dchannel_category.go24 func (a *App) GetSidebarCategories(userID, teamID string) (*model.OrderedSidebarCategories, *model.… func
26 categories, err := a.Srv().Store.Channel().GetSidebarCategories(userID, teamID)
H A Dchannel_category_test.go97 categories, err := th.App.GetSidebarCategories(th.BasicUser.Id, th.BasicTeam.Id)
116 categories, appErr := th.App.GetSidebarCategories(th.BasicUser.Id, team.Id)
134 categories, appErr := th.App.GetSidebarCategories(th.BasicUser.Id, th.BasicTeam.Id)
146 categories, err := th.App.GetSidebarCategories(th.BasicUser.Id, th.BasicTeam.Id)
H A Dteam_test.go180 res, err := th.App.GetSidebarCategories(user.Id, team.Id)
424 res, err := th.App.GetSidebarCategories(user.Id, team.Id)
H A Dplugin_api.go460 return api.app.GetSidebarCategories(userID, teamID)
H A Dapp_iface.go729 GetSidebarCategories(userID, teamID string) (*model.OrderedSidebarCategories, *model.AppError) methodSpec
H A Dchannel_test.go220 categories, err := th.App.GetSidebarCategories(th.BasicUser.Id, targetTeam.Id)
/dports/www/mattermost-server/mattermost-server-6.0.2/api4/
H A Dchannel_category.go26 categories, err := c.App.GetSidebarCategories(c.Params.UserId, c.Params.TeamId)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dchannel_store_categories.go511 func (s SqlChannelStore) GetSidebarCategories(userId, teamId string) (*model.OrderedSidebarCategori… func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go245 GetSidebarCategories(userID, teamID string) (*model.OrderedSidebarCategories, error) methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/
H A DChannelStore.go1192 func (_m *ChannelStore) GetSidebarCategories(userID string, teamID string) (*model.OrderedSidebarCa… func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go1623 func (s *RetryLayerChannelStore) GetSidebarCategories(userID string, teamID string) (*model.Ordered… func
1627 result, err := s.ChannelStore.GetSidebarCategories(userID, teamID)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/
H A Dtimerlayer.go1384 func (s *TimerLayerChannelStore) GetSidebarCategories(userID string, teamID string) (*model.Ordered… func
1387 result, err := s.ChannelStore.GetSidebarCategories(userID, teamID)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/
H A Dopentracinglayer.go1499 func (s *OpenTracingLayerChannelStore) GetSidebarCategories(userID string, teamID string) (*model.O… func
1508 result, err := s.ChannelStore.GetSidebarCategories(userID, teamID)
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go8586 func (a *OpenTracingAppLayer) GetSidebarCategories(userID string, teamID string) (*model.OrderedSid… func
8598 resultVar0, resultVar1 := a.app.GetSidebarCategories(userID, teamID)