//! Service traits for RunPod API resource management.
//!
//! This module provides service traits that extend [`RunpodClient`](crate::RunpodClient)
//! with methods for managing specific resource types: serverless endpoints, pods,
//! templates, volumes, container registries, and billing information.
pub use BillingService;
pub use EndpointsService;
pub use PodsService;
pub use RegistryService;
pub use TemplatesService;
pub use VolumesService;