Searched defs:SharedChannelRemote (Results 1 – 7 of 7) sorted by relevance
106 type SharedChannelRemote struct { struct107 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 …]
93 type SharedChannelRemote struct { struct94 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 …]
98 func (a *App) SaveSharedChannelRemote(remote *model.SharedChannelRemote) (*model.SharedChannelRemot…
948 SaveSharedChannelRemote(remote *model.SharedChannelRemote) (*model.SharedChannelRemote, error)
41 func newSyncData(task syncTask, rc *model.RemoteCluster, scr *model.SharedChannelRemote) *syncData {
864 SaveRemote(remote *model.SharedChannelRemote) (*model.SharedChannelRemote, error)865 UpdateRemote(remote *model.SharedChannelRemote) (*model.SharedChannelRemote, error)