Skip to content

Commit

Permalink
Export LoadMetricReport type to external (#87)
Browse files Browse the repository at this point in the history
Previously LoadMetricReport type is introduced but not properly exported
for external use. This PR exports the type for external use.

Co-authored-by: Oscar Zhang <[email protected]>
  • Loading branch information
OscarTHZhang and OscarTHZhang-msft authored Nov 4, 2024
1 parent de3b0cc commit 27c67ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/libs/core/src/types/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mod replica;
use crate::HSTRING;
pub use replica::*;
mod metrics;
pub use metrics::*;

// FABRIC_SERVICE_NOTIFICATION_FILTER_FLAGS
bitflags::bitflags! {
Expand Down

0 comments on commit 27c67ee

Please sign in to comment.