Skip to content

Commit

Permalink
re-org
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 committed Apr 12, 2024
1 parent 9f56c44 commit 13f6ffe
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
File renamed without changes.
File renamed without changes.
27 changes: 0 additions & 27 deletions flyteidl/gen/pb_rust/lib.rs

This file was deleted.

27 changes: 27 additions & 0 deletions flyteidl/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
pub mod datacatalog {
include!("gen/pb_rust/datacatalog.rs");
}
pub mod flyteidl {

pub mod admin {
include!("gen/pb_rust/flyteidl.admin.rs");
}
pub mod cache {
include!("gen/pb_rust/flyteidl.cacheservice.rs");
}
pub mod core {
include!("gen/pb_rust/flyteidl.core.rs");
}
pub mod event {
include!("gen/pb_rust/flyteidl.event.rs");
}
pub mod plugins {
include!("gen/pb_rust/flyteidl.plugins.rs");
pub mod kubeflow {
include!("gen/pb_rust/flyteidl.plugins.kubeflow.rs");
}
}
pub mod service {
include!("gen/pb_rust/flyteidl.service.rs");
}
}

0 comments on commit 13f6ffe

Please sign in to comment.