Expand description
TMF656 - Slice Management API
This module implements the TM Forum Slice Management API, providing a standardized interface for managing 5G network slices.
Re-exports§
pub use db::get_network_slice_by_id as db_get_network_slice_by_id;pub use db::get_network_slices as db_get_network_slices;pub use auth::*;pub use handlers::*;pub use models::*;