mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-21 17:00:50 -05:00
* 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> |
||
|---|---|---|
| .. | ||
| AccessControlServiceInterface.go | ||
| AccessControlSyncJobInterface.go | ||
| AccountMigrationInterface.go | ||
| CloudInterface.go | ||
| CloudJobInterface.go | ||
| ClusterInterface.go | ||
| ClusterMessageHandler.go | ||
| ComplianceInterface.go | ||
| DataRetentionInterface.go | ||
| DataRetentionJobInterface.go | ||
| ElasticsearchAggregatorInterface.go | ||
| ElasticsearchFixChannelIndexInterface.go | ||
| ElasticsearchIndexerInterface.go | ||
| IndexerJobInterface.go | ||
| IPFilteringInterface.go | ||
| LdapDiagnosticInterface.go | ||
| LdapInterface.go | ||
| LdapSyncInterface.go | ||
| LicenseInterface.go | ||
| MessageExportInterface.go | ||
| MessageExportJobInterface.go | ||
| MetricsInterface.go | ||
| MfaInterface.go | ||
| NotificationInterface.go | ||
| OAuthOutgoingConnectionInterface.go | ||
| OAuthProvider.go | ||
| OutgoingOAuthConnectionInterface.go | ||
| PolicyAdministrationPointInterface.go | ||
| PolicyDecisionPointInterface.go | ||
| SamlInterface.go | ||
| Scheduler.go | ||