]> git.proxmox.com Git - proxmox.git/commitdiff
src/server.rs: improve crate layout
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 6 Apr 2019 07:17:25 +0000 (09:17 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 6 Apr 2019 07:17:25 +0000 (09:17 +0200)
src/server/environment.rs

index 36bbcd9af593a224372a1243d6ff23b92ae9034c..b002b24fa16a55df7aa5701b7851b3df29999ce7 100644 (file)
@@ -3,6 +3,7 @@ use crate::api_schema::router::*;
 use std::collections::HashMap;
 use serde_json::Value;
 
+/// Encapsulates information about the runtime environment
 pub struct RestEnvironment {
     env_type: RpcEnvironmentType,
     result_attributes: HashMap<String, Value>,