Expand description
§Source Control Management (SCM) RPC Service
§⚠️ Placeholder Module
This module is planned for future implementation and will provide:
- Source control management services for Cocoon
- Git repository operations and status tracking
- Diff viewing and change staging
- Commit history and blame information
§Feature Gate
This module is enabled with the scm-support feature:
[features]
scm-support = []§Planned API
SCMService: Main service struct for SCM operations- Repository discovery and management
- Change tracking and staging operations
- Commit and push/pull operations
TODO: Implement SCM RPC services
Structs§
- SCMService
- SCMService - Stub implementation for source control management RPC services