Re-organized providers and added a few

This commit is contained in:
Connor Johnstone
2026-03-20 14:52:16 -04:00
parent fed86c9e85
commit eaaff5f98f
12 changed files with 353 additions and 185 deletions
+6
View File
@@ -97,6 +97,12 @@ impl From<shanty_tag::TagError> for ApiError {
}
}
impl From<shanty_data::DataError> for ApiError {
fn from(e: shanty_data::DataError) -> Self {
ApiError::Internal(e.to_string())
}
}
impl From<shanty_org::OrgError> for ApiError {
fn from(e: shanty_org::OrgError) -> Self {
ApiError::Internal(e.to_string())