/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/ |
H A D | AuditStore.go | 41 func (_m *AuditStore) PermanentDeleteByUser(userID string) error { func
|
H A D | PreferenceStore.go | 171 func (_m *PreferenceStore) PermanentDeleteByUser(userID string) error { func
|
H A D | CommandStore.go | 136 func (_m *CommandStore) PermanentDeleteByUser(userID string) error { func
|
H A D | FileInfoStore.go | 303 func (_m *FileInfoStore) PermanentDeleteByUser(userID string) (int64, error) { func
|
H A D | PostStore.go | 781 func (_m *PostStore) PermanentDeleteByUser(userID string) error { func
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/searchlayer/ |
H A D | file_info_layer.go | 152 func (s SearchFileInfoStore) PermanentDeleteByUser(userId string) (int64, error) { func 153 result, err := s.FileInfoStore.PermanentDeleteByUser(userId)
|
H A D | post_layer.go | 123 func (s SearchPostStore) PermanentDeleteByUser(userID string) error { func 124 err := s.PostStore.PermanentDeleteByUser(userID)
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/ |
H A D | audit_store.go | 50 require.NoError(t, ss.Audit().PermanentDeleteByUser(audit.UserId))
|
H A D | command_store.go | 183 nErr = ss.Command().PermanentDeleteByUser(o1.CreatorId)
|
H A D | preference_store.go | 231 err = ss.Preference().PermanentDeleteByUser(userId)
|
H A D | file_info_store.go | 604 _, err = ss.FileInfo().PermanentDeleteByUser(userId)
|
H A D | thread_store.go | 236 err = ss.Post().PermanentDeleteByUser(rootPost.UserId)
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/ |
H A D | audit_store.go | 76 func (s SqlAuditStore) PermanentDeleteByUser(userId string) error { func
|
H A D | command_store.go | 161 func (s SqlCommandStore) PermanentDeleteByUser(userId string) error { func
|
H A D | preference_store.go | 160 func (s SqlPreferenceStore) PermanentDeleteByUser(userId string) error { func
|
H A D | file_info_store.go | 419 func (fs SqlFileInfoStore) PermanentDeleteByUser(userId string) (int64, error) { func
|
H A D | integrity_test.go | 751 ss.Audit().PermanentDeleteByUser(userId) 969 ss.Audit().PermanentDeleteByUser(userId)
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/ |
H A D | store.go | 317 PermanentDeleteByUser(userID string) error methodSpec 461 PermanentDeleteByUser(userID string) error methodSpec 564 PermanentDeleteByUser(userID string) error methodSpec 584 PermanentDeleteByUser(userID string) error methodSpec 639 PermanentDeleteByUser(userID string) (int64, error) methodSpec
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/searchtest/ |
H A D | helper.go | 392 err := th.Store.Post().PermanentDeleteByUser(userID) 400 if _, err := th.Store.FileInfo().PermanentDeleteByUser(userID); err != nil {
|
/dports/www/mattermost-server/mattermost-server-6.0.2/api4/ |
H A D | user_test.go | 5520 defer th.App.Srv().Store.Post().PermanentDeleteByUser(th.BasicUser.Id) 5537 defer th.App.Srv().Store.Post().PermanentDeleteByUser(th.BasicUser.Id) 5556 defer th.App.Srv().Store.Post().PermanentDeleteByUser(th.BasicUser.Id) 5578 defer th.App.Srv().Store.Post().PermanentDeleteByUser(th.BasicUser.Id) 5621 defer th.App.Srv().Store.Post().PermanentDeleteByUser(th.BasicUser.Id) 5648 defer th.App.Srv().Store.Post().PermanentDeleteByUser(th.BasicUser.Id) 5753 defer th.App.Srv().Store.Post().PermanentDeleteByUser(th.BasicUser.Id) 5941 defer th.App.Srv().Store.Post().PermanentDeleteByUser(th.BasicUser.Id) 5998 defer th.App.Srv().Store.Post().PermanentDeleteByUser(th.BasicUser.Id) 6041 defer th.App.Srv().Store.Post().PermanentDeleteByUser(th.BasicUser.Id) [all …]
|
/dports/www/mattermost-server/mattermost-server-6.0.2/app/ |
H A D | auto_responder_test.go | 222 require.NoError(t, th.GetSqlStore().Post().PermanentDeleteByUser(th.BasicUser.Id))
|
H A D | user.go | 1458 if err := a.Srv().Store.Command().PermanentDeleteByUser(user.Id); err != nil { 1462 if err := a.Srv().Store.Preference().PermanentDeleteByUser(user.Id); err != nil { 1474 if err := a.Srv().Store.Post().PermanentDeleteByUser(user.Id); err != nil { 1520 if _, err := a.Srv().Store.FileInfo().PermanentDeleteByUser(user.Id); err != nil { 1528 if err := a.Srv().Store.Audit().PermanentDeleteByUser(user.Id); err != nil {
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/ |
H A D | retrylayer.go | 431 func (s *RetryLayerAuditStore) PermanentDeleteByUser(userID string) error { func 435 err := s.AuditStore.PermanentDeleteByUser(userID) 2851 func (s *RetryLayerCommandStore) PermanentDeleteByUser(userID string) error { func 2855 err := s.CommandStore.PermanentDeleteByUser(userID) 3509 func (s *RetryLayerFileInfoStore) PermanentDeleteByUser(userID string) (int64, error) { func 3513 result, err := s.FileInfoStore.PermanentDeleteByUser(userID) 6093 func (s *RetryLayerPostStore) PermanentDeleteByUser(userID string) error { func 6097 err := s.PostStore.PermanentDeleteByUser(userID) 6373 func (s *RetryLayerPreferenceStore) PermanentDeleteByUser(userID string) error { func 6377 err := s.PreferenceStore.PermanentDeleteByUser(userID)
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/ |
H A D | timerlayer.go | 409 func (s *TimerLayerAuditStore) PermanentDeleteByUser(userID string) error { func 412 err := s.AuditStore.PermanentDeleteByUser(userID) 2449 func (s *TimerLayerCommandStore) PermanentDeleteByUser(userID string) error { func 2452 err := s.CommandStore.PermanentDeleteByUser(userID) 3006 func (s *TimerLayerFileInfoStore) PermanentDeleteByUser(userID string) (int64, error) { func 3009 result, err := s.FileInfoStore.PermanentDeleteByUser(userID) 5116 func (s *TimerLayerPostStore) PermanentDeleteByUser(userID string) error { func 5119 err := s.PostStore.PermanentDeleteByUser(userID) 5340 func (s *TimerLayerPreferenceStore) PermanentDeleteByUser(userID string) error { func 5343 err := s.PreferenceStore.PermanentDeleteByUser(userID)
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/ |
H A D | opentracinglayer.go | 411 func (s *OpenTracingLayerAuditStore) PermanentDeleteByUser(userID string) error { func 420 err := s.AuditStore.PermanentDeleteByUser(userID) 2665 func (s *OpenTracingLayerCommandStore) PermanentDeleteByUser(userID string) error { func 2674 err := s.CommandStore.PermanentDeleteByUser(userID) 3280 func (s *OpenTracingLayerFileInfoStore) PermanentDeleteByUser(userID string) (int64, error) { func 3289 result, err := s.FileInfoStore.PermanentDeleteByUser(userID) 5644 func (s *OpenTracingLayerPostStore) PermanentDeleteByUser(userID string) error { func 5653 err := s.PostStore.PermanentDeleteByUser(userID) 5896 func (s *OpenTracingLayerPreferenceStore) PermanentDeleteByUser(userID string) error { func 5905 err := s.PreferenceStore.PermanentDeleteByUser(userID)
|