Home
last modified time | relevance | path

Searched defs:GetChannelByName (Results 1 – 12 of 12) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/plugin/
H A Dapi_timer_layer_generated.go458 func (api *apiTimerLayer) GetChannelByName(teamID, name string, includeDeleted bool) (*model.Channe… func
H A Dapi.go412 GetChannelByName(teamID, name string, includeDeleted bool) (*model.Channel, *model.AppError) methodSpec
H A Dclient_rpc_generated.go2425 func (g *apiRPCClient) GetChannelByName(teamID, name string, includeDeleted bool) (*model.Channel, … func
2434 func (s *apiRPCServer) GetChannelByName(args *Z_GetChannelByNameArgs, returns *Z_GetChannelByNameRe… func
/dports/www/mattermost-server/mattermost-server-6.0.2/plugin/plugintest/
H A Dapi.go718 func (_m *API) GetChannelByName(teamID string, name string, includeDeleted bool) (*model.Channel, *… func
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dplugin_api.go407 func (api *PluginAPI) GetChannelByName(teamID, name string, includeDeleted bool) (*model.Channel, *… func
H A Dchannel.go1700 func (a *App) GetChannelByName(channelName, teamID string, includeDeleted bool) (*model.Channel, *m… func
H A Dapp_iface.go570 GetChannelByName(channelName, teamID string, includeDeleted bool) (*model.Channel, *model.AppError) methodSpec
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dclient4.go2622 func (c *Client4) GetChannelByName(channelName, teamId string, etag string) (*Channel, *Response) { func
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dclient4.go2694 func (c *Client4) GetChannelByName(channelName, teamId string, etag string) (*Channel, *Response) { func
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dclient4.go3244 func (c *Client4) GetChannelByName(channelName, teamId string, etag string) (*Channel, *Response, e… func
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dclient4.go3244 func (c *Client4) GetChannelByName(channelName, teamId string, etag string) (*Channel, *Response, e… func
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go4728 func (a *OpenTracingAppLayer) GetChannelByName(channelName string, teamID string, includeDeleted bo… func