pub struct GlobalDeploymentClient {
pub config: Config,
/* private fields */
}Fields§
§config: ConfigImplementations§
Source§impl GlobalDeploymentClient
impl GlobalDeploymentClient
pub fn new( config: Config, logger: &'static Logger, ) -> ResultAnyError<GlobalDeploymentClient>
Source§impl GlobalDeploymentClient
impl GlobalDeploymentClient
pub async fn deploy( &self, repo_key: &str, scheme_key: &str, ) -> ResultAnyError<()>
pub async fn merge_feature_branches( &self, task_ids: &Vec<&str>, concurrency_limit: usize, ) -> ResultAnyError<MergeFeatureBranchesOutput>
Auto Trait Implementations§
impl Freeze for GlobalDeploymentClient
impl !RefUnwindSafe for GlobalDeploymentClient
impl Send for GlobalDeploymentClient
impl Sync for GlobalDeploymentClient
impl Unpin for GlobalDeploymentClient
impl !UnwindSafe for GlobalDeploymentClient
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more