pub async fn create_platform_service(
config: &PlatformConfig,
) -> Result<Box<dyn PlatformService>>Expand description
Create a platform service from configuration
Handles authentication and client construction for both GitHub and GitLab.
pub async fn create_platform_service(
config: &PlatformConfig,
) -> Result<Box<dyn PlatformService>>Create a platform service from configuration
Handles authentication and client construction for both GitHub and GitLab.