mattermost/server/einterfaces/mocks
Ben Schumacher d78d59babe
Standardize request.CTX parameter naming to rctx (#33499)
* Standardize request.CTX parameter naming to rctx

- Migrate 886 request.CTX parameters across 147 files to use consistent 'rctx' naming
- Updated function signatures from 'c', 'ctx', and 'cancelContext' to 'rctx'
- Updated function bodies to reference the new parameter names
- Preserved underscore parameters unchanged as they are unused
- Fixed method receiver context issue in store.go

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Use request.CTX interface in batch worker

* Manual fixes

* Fix parameter naming

* Add linter check

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-09-10 15:11:32 +02:00
..
AccessControlServiceInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
AccessControlSyncJobInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
AccountMigrationInterface.go Standardize request.CTX parameter naming to rctx (#33499) 2025-09-10 15:11:32 +02:00
CloudInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
CloudJobInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
ClusterInterface.go Standardize request.CTX parameter naming to rctx (#33499) 2025-09-10 15:11:32 +02:00
ClusterMessageHandler.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
ComplianceInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
DataRetentionInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
DataRetentionJobInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
ElasticsearchAggregatorInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
ElasticsearchFixChannelIndexInterface.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
ElasticsearchIndexerInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
IndexerJobInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
IPFilteringInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
LdapDiagnosticInterface.go [MM-63152] LDAP Wizard (#31417) 2025-06-16 16:19:33 -04:00
LdapInterface.go Standardize request.CTX parameter naming to rctx (#33499) 2025-09-10 15:11:32 +02:00
LdapSyncInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
LicenseInterface.go [CLD-9487] Support for Entry + updates to Edition & License screen (#33672) 2025-08-27 10:05:39 -04:00
MessageExportInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
MessageExportJobInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
MetricsInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
MfaInterface.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
NotificationInterface.go Standardize request.CTX parameter naming to rctx (#33499) 2025-09-10 15:11:32 +02:00
OAuthOutgoingConnectionInterface.go [WIP] [MM-55031] OAuth Outgoing Connection App integration (#25379) 2023-12-26 10:46:20 +01:00
OAuthProvider.go Standardize request.CTX parameter naming to rctx (#33499) 2025-09-10 15:11:32 +02:00
OutgoingOAuthConnectionInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
PolicyAdministrationPointInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
PolicyDecisionPointInterface.go Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
SamlInterface.go Standardize request.CTX parameter naming to rctx (#33499) 2025-09-10 15:11:32 +02:00
Scheduler.go Standardize request.CTX parameter naming to rctx (#33499) 2025-09-10 15:11:32 +02:00