DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/Vine/Server/Notification/OutputShow.rs
1#![allow(non_snake_case)]
2use serde_json::Value;
3
4use super::Support::RelayToSky::RelayToSky;
5use crate::Vine::Server::MountainVinegRPCService::MountainVinegRPCService;
6pub async fn OutputShow(Service:&MountainVinegRPCService, Parameter:&Value) {
7 RelayToSky(Service, "sky://output/show", Parameter, "grpc", "[Output] show");
8}