Home
last modified time | relevance | path

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

/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go335 type RetryLayerSharedChannelStore struct { struct
336 store.SharedChannelStore
337 Root *RetryLayer
7853 func (s *RetryLayerSharedChannelStore) Delete(channelId string) (bool, error) {
7873 func (s *RetryLayerSharedChannelStore) DeleteRemote(remoteId string) (bool, error) {
7893 func (s *RetryLayerSharedChannelStore) Get(channelId string) (*model.SharedChannel, error) {
7973 func (s *RetryLayerSharedChannelStore) GetRemote(id string) (*model.SharedChannelRemote, error) {
8133 func (s *RetryLayerSharedChannelStore) HasChannel(channelID string) (bool, error) {
8153 func (s *RetryLayerSharedChannelStore) HasRemote(channelID string, remoteId string) (bool, error) {
8173 func (s *RetryLayerSharedChannelStore) Save(sc *model.SharedChannel) (*model.SharedChannel, error) {
[all …]