Searched defs:RetryLayerSharedChannelStore (Results 1 – 1 of 1) sorted by relevance
335 type RetryLayerSharedChannelStore struct { struct336 store.SharedChannelStore337 Root *RetryLayer7853 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 …]