diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-03 11:38:07 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-03 11:38:07 +0000 |
| commit | e30dfd5e5abb96cdc89b80f1d085466e55c347e0 (patch) | |
| tree | c12c1d54d30f0541c9689acbcb3b64d54cc8b996 /grasp-audit/src/audit.rs | |
| parent | 2eaff5b79fed364d5eba5eb38e4b7bf76326884d (diff) | |
remove depricated audit mode label ci / production ~> isolated / shared
Diffstat (limited to 'grasp-audit/src/audit.rs')
| -rw-r--r-- | grasp-audit/src/audit.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/grasp-audit/src/audit.rs b/grasp-audit/src/audit.rs index 713c948..0a4df42 100644 --- a/grasp-audit/src/audit.rs +++ b/grasp-audit/src/audit.rs | |||
| @@ -68,18 +68,6 @@ impl AuditConfig { | |||
| 68 | } | 68 | } |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | /// Alias for isolated() - for backwards compatibility | ||
| 72 | #[deprecated(since = "0.2.0", note = "Use isolated() instead")] | ||
| 73 | pub fn ci() -> Self { | ||
| 74 | Self::isolated() | ||
| 75 | } | ||
| 76 | |||
| 77 | /// Alias for shared() - for backwards compatibility | ||
| 78 | #[deprecated(since = "0.2.0", note = "Use shared() instead")] | ||
| 79 | pub fn production() -> Self { | ||
| 80 | Self::shared() | ||
| 81 | } | ||
| 82 | |||
| 83 | /// Create config with custom run ID | 71 | /// Create config with custom run ID |
| 84 | pub fn with_run_id(run_id: String, mode: AuditMode) -> Self { | 72 | pub fn with_run_id(run_id: String, mode: AuditMode) -> Self { |
| 85 | Self { | 73 | Self { |