Skip to content

Commit cb8f3de

Browse files
vlopes11Mr-Leshiy
andauthored
feat(rust/catalyst-types): rename IdUri to CatalystId (#302)
* feat(rust/catalyst-types): rename IdUri to CatalystId This commit renames the IdUri type * revert Catalyst ID URI -> Catalyst ID * Update rust/catalyst-types/src/catalyst_id/mod.rs --------- Co-authored-by: Alex Pozhylenkov <[email protected]>
1 parent 23ece12 commit cb8f3de

File tree

28 files changed

+146
-138
lines changed

28 files changed

+146
-138
lines changed

rust/catalyst-types/src/id_uri/errors.rs renamed to rust/catalyst-types/src/catalyst_id/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use super::{key_rotation::KeyRotationError, role_index::RoleIdError};
77

88
/// Errors that can occur when parsing a `KidUri`
99
#[derive(Display, Error, Debug)]
10-
pub enum IdUriError {
10+
pub enum CatalystIdError {
1111
/// Invalid KID URI
1212
InvalidURI(#[from] fluent_uri::error::ParseError<String>),
1313
/// Invalid Scheme, not a ID URI

0 commit comments

Comments
 (0)