Home
last modified time | relevance | path

Searched refs:GetIncomingByChannel (Results 1 – 8 of 8) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/
H A Dwebhook_store.go206 webhooks, err := ss.Webhook().GetIncomingByChannel(o1.ChannelId)
210 webhooks, err = ss.Webhook().GetIncomingByChannel("123")
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dwebhook_store.go205 func (s SqlWebhookStore) GetIncomingByChannel(channelId string) ([]*model.IncomingWebhook, error) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/
H A DWebhookStore.go116 func (_m *WebhookStore) GetIncomingByChannel(channelID string) ([]*model.IncomingWebhook, error) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go533 GetIncomingByChannel(channelID string) ([]*model.IncomingWebhook, error) methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dchannel.go1285 webhooks, err := a.Srv().Store.Webhook().GetIncomingByChannel(channel.Id)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go12059 func (s *RetryLayerWebhookStore) GetIncomingByChannel(channelID string) ([]*model.IncomingWebhook, … func
12063 result, err := s.WebhookStore.GetIncomingByChannel(channelID)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/
H A Dtimerlayer.go10004 func (s *TimerLayerWebhookStore) GetIncomingByChannel(channelID string) ([]*model.IncomingWebhook, … func
10007 result, err := s.WebhookStore.GetIncomingByChannel(channelID)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/
H A Dopentracinglayer.go11097 func (s *OpenTracingLayerWebhookStore) GetIncomingByChannel(channelID string) ([]*model.IncomingWeb… func
11106 result, err := s.WebhookStore.GetIncomingByChannel(channelID)