1 2 3 4 5 6 7
//! Gitlab API module pub(crate) mod config; pub(crate) mod platform; pub(crate) mod repo; /// Gitlab URL const GITLAB_URL: &str = "gitlab.com";