We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6b52b commit 90c6472Copy full SHA for 90c6472
model/src/test_manager/mod.rs
@@ -5,7 +5,7 @@ pub use error::{Error, Result};
5
pub use manager::{read_manifest, TestManager};
6
use serde::{Deserialize, Serialize};
7
use serde_plain::derive_fromstr_from_deserialize;
8
-pub use status::{StatusColumn, StatusSnapshot};
+pub use status::{crd_results, crd_state, crd_type, ResultType, StatusColumn, StatusSnapshot};
9
use std::collections::HashMap;
10
11
mod delete;
0 commit comments