/dports/www/mattermost-server/mattermost-server-6.0.2/app/ |
H A D | group.go | 249 teamGroups, err = a.Srv().Store.Group().GetGroupsByTeam(channel.TeamId, model.GroupSearchOpts{}) 475 func (a *App) GetGroupsByTeam(teamID string, opts model.GroupSearchOpts) ([]*model.GroupWithSchemeA… func 476 groups, err := a.Srv().Store.Group().GetGroupsByTeam(teamID, opts)
|
H A D | group_test.go | 332 groups, _, err := th.App.GetGroupsByTeam(th.BasicTeam.Id, model.GroupSearchOpts{}) 337 groups, _, err = th.App.GetGroupsByTeam(model.NewId(), model.GroupSearchOpts{})
|
H A D | notification.go | 1021 groups, err = a.Srv().Store.Group().GetGroupsByTeam(team.Id, opts)
|
H A D | app_iface.go | 174 …GetGroupsByTeam(teamID string, opts model.GroupSearchOpts) ([]*model.GroupWithSchemeAdmin, int, *m… methodSpec
|
/dports/www/mattermost-server/mattermost-server-6.0.2/api4/ |
H A D | group_test.go | 894 _, _, response, err := client.GetGroupsByTeam("asdfasdf", opts) 902 _, _, response, err := client.GetGroupsByTeam(th.BasicTeam.Id, opts) 910 groups, _, _, err := client.GetGroupsByTeam(th.BasicTeam.Id, opts) 923 groups, _, _, err := client.GetGroupsByTeam(th.BasicTeam.Id, opts) 930 groups, _, _, err = client.GetGroupsByTeam(model.NewId(), opts)
|
H A D | group.go | 681 groups, totalCount, err := c.App.GetGroupsByTeam(c.Params.TeamId, opts)
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/ |
H A D | GroupStore.go | 583 func (_m *GroupStore) GetGroupsByTeam(teamID string, opts model.GroupSearchOpts) ([]*model.GroupWit… func
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/ |
H A D | store.go | 812 GetGroupsByTeam(teamID string, opts model.GroupSearchOpts) ([]*model.GroupWithSchemeAdmin, error) methodSpec
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/ |
H A D | group_store.go | 1103 func (s *SqlGroupStore) GetGroupsByTeam(teamId string, opts model.GroupSearchOpts) ([]*model.GroupW… func
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/ |
H A D | retrylayer.go | 4109 func (s *RetryLayerGroupStore) GetGroupsByTeam(teamID string, opts model.GroupSearchOpts) ([]*model… func 4113 result, err := s.GroupStore.GetGroupsByTeam(teamID, opts)
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/ |
H A D | timerlayer.go | 3486 func (s *TimerLayerGroupStore) GetGroupsByTeam(teamID string, opts model.GroupSearchOpts) ([]*model… func 3489 result, err := s.GroupStore.GetGroupsByTeam(teamID, opts)
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/ |
H A D | group_store.go | 3027 groups, err := ss.Group().GetGroupsByTeam(tc.TeamId, tc.Opts)
|
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/ |
H A D | client4.go | 4003 func (c *Client4) GetGroupsByTeam(teamId string, opts GroupSearchOpts) ([]*GroupWithSchemeAdmin, in… func
|
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/ |
H A D | client4.go | 4156 func (c *Client4) GetGroupsByTeam(teamId string, opts GroupSearchOpts) ([]*GroupWithSchemeAdmin, in… func
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/ |
H A D | opentracinglayer.go | 3820 func (s *OpenTracingLayerGroupStore) GetGroupsByTeam(teamID string, opts model.GroupSearchOpts) ([]… func 3829 result, err := s.GroupStore.GetGroupsByTeam(teamID, opts)
|
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/ |
H A D | client4.go | 5114 func (c *Client4) GetGroupsByTeam(teamId string, opts GroupSearchOpts) ([]*GroupWithSchemeAdmin, in… func
|
/dports/www/mattermost-server/mattermost-server-6.0.2/model/ |
H A D | client4.go | 5114 func (c *Client4) GetGroupsByTeam(teamId string, opts GroupSearchOpts) ([]*GroupWithSchemeAdmin, in… func
|
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/ |
H A D | opentracing_layer.go | 6160 func (a *OpenTracingAppLayer) GetGroupsByTeam(teamID string, opts model.GroupSearchOpts) ([]*model.… func 6172 resultVar0, resultVar1, resultVar2 := a.app.GetGroupsByTeam(teamID, opts)
|