package properties rpc endpoint (#462)

This commit is contained in:
Chris Guida
2021-09-11 14:16:08 -05:00
committed by GitHub
parent 1e0583264e
commit 9e30050934
4 changed files with 676 additions and 414 deletions

View File

@@ -26,6 +26,7 @@ pub mod manager;
pub mod middleware;
pub mod migration;
pub mod net;
pub mod properties;
pub mod s9pk;
pub mod setup;
pub mod shutdown;
@@ -79,6 +80,7 @@ pub fn server() -> Result<(), RpcError> {
control::start,
control::stop,
logs::logs,
properties::properties,
))]
pub fn package() -> Result<(), RpcError> {
Ok(())