Home
last modified time | relevance | path

Searched defs:CreateIncomingWebhookForChannel (Results 1 – 3 of 3) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dwebhook.go325 func (a *App) CreateIncomingWebhookForChannel(creatorId string, channel *model.Channel, hook *model… func
H A Dapp_iface.go464CreateIncomingWebhookForChannel(creatorId string, channel *model.Channel, hook *model.IncomingWebh… methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go2023 func (a *OpenTracingAppLayer) CreateIncomingWebhookForChannel(creatorId string, channel *model.Chan… func