Home
last modified time | relevance | path

Searched defs:SharedChannelRemote (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dshared_channel.go106 type SharedChannelRemote struct { struct
107 Id string `json:"id"`
108 ChannelId string `json:"channel_id"`
109 CreatorId string `json:"creator_id"`
110 CreateAt int64 `json:"create_at"`
111 UpdateAt int64 `json:"update_at"`
114 RemoteId string `json:"remote_id"`
116 LastPostId string `json:"last_post_id"`
119 func (sc *SharedChannelRemote) ToJson() string {
153 func (sc *SharedChannelRemote) PreSave() {
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dshared_channel.go93 type SharedChannelRemote struct { struct
94 Id string `json:"id"`
95 ChannelId string `json:"channel_id"`
96 CreatorId string `json:"creator_id"`
97 CreateAt int64 `json:"create_at"`
98 UpdateAt int64 `json:"update_at"`
101 RemoteId string `json:"remote_id"`
103 LastPostId string `json:"last_post_id"`
106 func (sc *SharedChannelRemote) IsValid() *AppError {
129 func (sc *SharedChannelRemote) PreSave() {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dshared_channel.go93 type SharedChannelRemote struct { struct
94 Id string `json:"id"`
95 ChannelId string `json:"channel_id"`
96 CreatorId string `json:"creator_id"`
97 CreateAt int64 `json:"create_at"`
98 UpdateAt int64 `json:"update_at"`
101 RemoteId string `json:"remote_id"`
103 LastPostId string `json:"last_post_id"`
106 func (sc *SharedChannelRemote) IsValid() *AppError {
129 func (sc *SharedChannelRemote) PreSave() {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dshared_channel.go98 func (a *App) SaveSharedChannelRemote(remote *model.SharedChannelRemote) (*model.SharedChannelRemot…
H A Dapp_iface.go948 SaveSharedChannelRemote(remote *model.SharedChannelRemote) (*model.SharedChannelRemote, error)
/dports/www/mattermost-server/mattermost-server-6.0.2/services/sharedchannel/
H A Dsync_send_remote.go41 func newSyncData(task syncTask, rc *model.RemoteCluster, scr *model.SharedChannelRemote) *syncData {
/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go864 SaveRemote(remote *model.SharedChannelRemote) (*model.SharedChannelRemote, error)
865 UpdateRemote(remote *model.SharedChannelRemote) (*model.SharedChannelRemote, error)