Home
last modified time | relevance | path

Searched refs:GetUsersInChannel (Results 1 – 15 of 15) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/plugin/
H A Dapi.go260 GetUsersInChannel(channelID, sortBy string, page, perPage int) ([]*model.User, *model.AppError) methodSpec
H A Dapi_timer_layer_generated.go297 func (api *apiTimerLayer) GetUsersInChannel(channelID, sortBy string, page, perPage int) ([]*model.… func
299 _returnsA, _returnsB := api.apiImpl.GetUsersInChannel(channelID, sortBy, page, perPage)
H A Dclient_rpc_generated.go1743 func (g *apiRPCClient) GetUsersInChannel(channelID, sortBy string, page, perPage int) ([]*model.Use… func
1752 func (s *apiRPCServer) GetUsersInChannel(args *Z_GetUsersInChannelArgs, returns *Z_GetUsersInChanne… func
1754 GetUsersInChannel(channelID, sortBy string, page, perPage int) ([]*model.User, *model.AppError)
1756 returns.A, returns.B = hook.GetUsersInChannel(args.A, args.B, args.C, args.D)
/dports/net-im/matterircd/matterircd-0.25.0/bridge/mattermost/
H A Dmattermost.go482 mmusersPaged, resp = m.mc.Client.GetUsersInChannel(channelID, idx, max, "")
494 mmusersPaged, resp = m.mc.Client.GetUsersInChannel(channelID, idx, max, "")
/dports/net-im/matterircd/matterircd-0.25.0/bridge/mattermost6/
H A Dmattermost.go481 mmusersPaged, resp, err = m.mc.Client.GetUsersInChannel(channelID, idx, max, "")
493 mmusersPaged, resp, err = m.mc.Client.GetUsersInChannel(channelID, idx, max, "")
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dplugin_api.go341 func (api *PluginAPI) GetUsersInChannel(channelID, sortBy string, page, perPage int) ([]*model.User… func
344 return api.app.GetUsersInChannel(&model.UserGetOptions{
H A Duser.go483 func (a *App) GetUsersInChannel(options *model.UserGetOptions) ([]*model.User, *model.AppError) { func
502 users, err := a.GetUsersInChannel(options)
518 users, err := a.GetUsersInChannel(options)
H A Dapp_iface.go778 GetUsersInChannel(options *model.UserGetOptions) ([]*model.User, *model.AppError) methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/api4/
H A Duser_test.go2629 rusers, _, err := th.Client.GetUsersInChannel(channelId, 0, 60, "")
2635 rusers, _, err = th.Client.GetUsersInChannel(channelId, 0, 1, "")
2639 rusers, _, err = th.Client.GetUsersInChannel(channelId, 1, 1, "")
2643 rusers, _, err = th.Client.GetUsersInChannel(channelId, 10000, 100, "")
2648 _, resp, err := th.Client.GetUsersInChannel(channelId, 0, 60, "")
2654 _, resp, err = th.Client.GetUsersInChannel(channelId, 0, 60, "")
2658 _, _, err = th.SystemAdminClient.GetUsersInChannel(channelId, 0, 60, "")
/dports/www/mattermost-server/mattermost-server-6.0.2/plugin/plugintest/
H A Dapi.go2275 func (_m *API) GetUsersInChannel(channelID string, sortBy string, page int, perPage int) ([]*model.… func
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dclient4.go1004 func (c *Client4) GetUsersInChannel(channelId string, page int, perPage int, etag string) ([]*User,… func
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dclient4.go1051 func (c *Client4) GetUsersInChannel(channelId string, page int, perPage int, etag string) ([]*User,… func
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dclient4.go1139 func (c *Client4) GetUsersInChannel(channelId string, page int, perPage int, etag string) ([]*User,… func
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dclient4.go1139 func (c *Client4) GetUsersInChannel(channelId string, page int, perPage int, etag string) ([]*User,… func
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go9754 func (a *OpenTracingAppLayer) GetUsersInChannel(options *model.UserGetOptions) ([]*model.User, *mod… func
9766 resultVar0, resultVar1 := a.app.GetUsersInChannel(options)