Add Galaxy repository API and clients

This commit is contained in:
Joseph Doherty
2026-04-29 07:27:00 -04:00
parent 047d875fe6
commit 133c83029b
103 changed files with 22788 additions and 39 deletions
+8
View File
@@ -13,3 +13,11 @@ pub mod mxaccess_worker {
tonic::include_proto!("mxaccess_worker.v1");
}
}
pub mod galaxy_repository {
pub mod v1 {
#![allow(clippy::large_enum_variant)]
tonic::include_proto!("galaxy_repository.v1");
}
}