Skip to main content

create_platform_service

Function create_platform_service 

Source
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.