mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
19 lines
201 B
Rust
19 lines
201 B
Rust
use api::resources::resources::Server;
|
|
|
|
#[derive(Debug, Clone)]
|
|
pub struct Resources {
|
|
|
|
}
|
|
|
|
impl Resources {
|
|
pub fn new() -> Self {
|
|
Self {
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
impl Server for Resources {
|
|
|
|
} |