flowey_hvlite/pipelines_shared/
mod.rs

1
2
3
4
5
6
7
8
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

//! Shared constants and helper functionality used across multiple pipelines.

pub mod cfg_common_params;
pub mod gh_flowey_bootstrap_template;
pub mod gh_pools;