Crate tmf639_resource_inventory

Crate tmf639_resource_inventory 

Source
Expand description

TMF639 - Resource Inventory Management API

This module implements the TM Forum Resource Inventory Management API, providing a standardized interface for managing physical and virtual network resources.

Re-exports§

pub use db::get_resource_inventories as db_get_resource_inventories;
pub use db::get_resource_inventory_by_id as db_get_resource_inventory_by_id;
pub use auth::*;
pub use handlers::*;
pub use models::*;

Modules§

api
API route configuration for TMF639
auth
JWT Authentication for TMF639 API
db
Database operations for TMF639 Resource Inventory
handlers
Request handlers for TMF639 API endpoints
models
TMF639 Resource Inventory models