Home
last modified time | relevance | path

Searched refs:ChannelUnread (Results 1 – 23 of 23) sorted by relevance

/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dchannel_member.go26 type ChannelUnread struct { struct
81 func (o *ChannelUnread) ToJson() string { argument
97 func ChannelUnreadFromJson(data io.Reader) *ChannelUnread {
98 var o *ChannelUnread
H A Dclient4.go2787 func (c *Client4) GetChannelUnread(channelId, userId string) (*ChannelUnread, *Response) {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dchannel_member.go26 type ChannelUnread struct { struct
75 func (o *ChannelUnread) ToJson() string { argument
91 func ChannelUnreadFromJson(data io.Reader) *ChannelUnread {
92 var o *ChannelUnread
H A Dclient4.go2715 func (c *Client4) GetChannelUnread(channelId, userId string) (*ChannelUnread, *Response) {
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/
H A DTeamStore.go309 …GetChannelUnreadsForAllTeams(excludeTeamID string, userID string) ([]*model.ChannelUnread, error) {
312 var r0 []*model.ChannelUnread
313 if rf, ok := ret.Get(0).(func(string, string) []*model.ChannelUnread); ok {
317 r0 = ret.Get(0).([]*model.ChannelUnread)
332 func (_m *TeamStore) GetChannelUnreadsForTeam(teamID string, userID string) ([]*model.ChannelUnread
335 var r0 []*model.ChannelUnread
336 if rf, ok := ret.Get(0).(func(string, string) []*model.ChannelUnread); ok {
340 r0 = ret.Get(0).([]*model.ChannelUnread)
H A DChannelStore.go609 func (_m *ChannelStore) GetChannelUnread(channelID string, userID string) (*model.ChannelUnread, er…
612 var r0 *model.ChannelUnread
613 if rf, ok := ret.Get(0).(func(string, string) *model.ChannelUnread); ok {
617 r0 = ret.Get(0).(*model.ChannelUnread)
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dchannel_member.go24 type ChannelUnread struct { struct
H A Dclient4.go3395 func (c *Client4) GetChannelUnread(channelId, userId string) (*ChannelUnread, *Response, error) {
3402 var ch *ChannelUnread
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dchannel_member.go24 type ChannelUnread struct { struct
H A Dclient4.go3395 func (c *Client4) GetChannelUnread(channelId, userId string) (*ChannelUnread, *Response, error) {
3402 var ch *ChannelUnread
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/mattermost-api-50200.11.0/src/Network/Mattermost/
H A DTypes.hs1713 data ChannelUnread = ChannelUnread type
1720 instance A.FromJSON ChannelUnread where
1726 return ChannelUnread { .. }
1728 instance A.ToJSON ChannelUnread where
1729 toJSON ChannelUnread { .. } = A.object
H A DEndpoints.hs117 mmGetUnreadMessages :: UserParam -> ChannelId -> Session -> IO ChannelUnread
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dteam_store.go1097 …Store) GetChannelUnreadsForAllTeams(excludeTeamId, userId string) ([]*model.ChannelUnread, error) {
1108 var data []*model.ChannelUnread
1119 func (s SqlTeamStore) GetChannelUnreadsForTeam(teamId, userId string) ([]*model.ChannelUnread, erro…
1130 var channels []*model.ChannelUnread
H A Dchannel_store.go728 func (s SqlChannelStore) GetChannelUnread(channelId, userId string) (*model.ChannelUnread, error) {
729 var unreadChannel model.ChannelUnread
/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go129 GetChannelUnreadsForAllTeams(excludeTeamID, userID string) ([]*model.ChannelUnread, error)
130 GetChannelUnreadsForTeam(teamID, userID string) ([]*model.ChannelUnread, error)
237 GetChannelUnread(channelID, userID string) (*model.ChannelUnread, error)
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dteam.go1674 unreads := func(cu *model.ChannelUnread, tu *model.TeamUnread) *model.TeamUnread {
H A Dapp_iface.go583 GetChannelUnread(channelID, userID string) (*model.ChannelUnread, *model.AppError)
H A Dchannel.go1983 func (a *App) GetChannelUnread(channelID, userID string) (*model.ChannelUnread, *model.AppError) {
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go1117 …ayerChannelStore) GetChannelUnread(channelID string, userID string) (*model.ChannelUnread, error) {
8939 …GetChannelUnreadsForAllTeams(excludeTeamID string, userID string) ([]*model.ChannelUnread, error) {
8959 …TeamStore) GetChannelUnreadsForTeam(teamID string, userID string) ([]*model.ChannelUnread, error) {
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/
H A Dtimerlayer.go968 …ayerChannelStore) GetChannelUnread(channelID string, userID string) (*model.ChannelUnread, error) {
7403 …GetChannelUnreadsForAllTeams(excludeTeamID string, userID string) ([]*model.ChannelUnread, error) {
7419 …TeamStore) GetChannelUnreadsForTeam(teamID string, userID string) ([]*model.ChannelUnread, error) {
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/
H A Dopentracinglayer.go1036 …ayerChannelStore) GetChannelUnread(channelID string, userID string) (*model.ChannelUnread, error) {
8213 …GetChannelUnreadsForAllTeams(excludeTeamID string, userID string) ([]*model.ChannelUnread, error) {
8231 …TeamStore) GetChannelUnreadsForTeam(teamID string, userID string) ([]*model.ChannelUnread, error) {
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go5058 …ngAppLayer) GetChannelUnread(channelID string, userID string) (*model.ChannelUnread, *model.AppErr…
/dports/www/mattermost-webapp/mattermost/client/
H A Dmain.ea67f64bfaca6bdc766a.js.map1ChannelUnread} from 'mattermost-redux/types/channels';\nimport {GlobalState} from 'mattermost-redu…