Home
last modified time | relevance | path

Searched defs:GetChannelUnread (Results 1 – 13 of 13) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/
H A DChannelStore.go609 func (_m *ChannelStore) GetChannelUnread(channelID string, userID string) (*model.ChannelUnread, er… func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dchannel_store.go728 func (s SqlChannelStore) GetChannelUnread(channelId, userId string) (*model.ChannelUnread, error) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dchannel.go1983 func (a *App) GetChannelUnread(channelID, userID string) (*model.ChannelUnread, *model.AppError) { func
H A Dapp_iface.go583 GetChannelUnread(channelID, userID string) (*model.ChannelUnread, *model.AppError) methodSpec
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dclient4.go2715 func (c *Client4) GetChannelUnread(channelId, userId string) (*ChannelUnread, *Response) { func
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dclient4.go2787 func (c *Client4) GetChannelUnread(channelId, userId string) (*ChannelUnread, *Response) { func
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dclient4.go3395 func (c *Client4) GetChannelUnread(channelId, userId string) (*ChannelUnread, *Response, error) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dclient4.go3395 func (c *Client4) GetChannelUnread(channelId, userId string) (*ChannelUnread, *Response, error) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go1117 func (s *RetryLayerChannelStore) GetChannelUnread(channelID string, userID string) (*model.ChannelU… func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/
H A Dopentracinglayer.go1036 func (s *OpenTracingLayerChannelStore) GetChannelUnread(channelID string, userID string) (*model.Ch… func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/
H A Dtimerlayer.go968 func (s *TimerLayerChannelStore) GetChannelUnread(channelID string, userID string) (*model.ChannelU… func
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go5058 func (a *OpenTracingAppLayer) GetChannelUnread(channelID string, userID string) (*model.ChannelUnre… func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go237 GetChannelUnread(channelID, userID string) (*model.ChannelUnread, error) methodSpec