Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/RPC/Vine/
VineConnectionInfo.rs

1//! Vine gRPC connection info DTO.
2
3use serde::{Deserialize, Serialize};
4
5#[derive(Debug, Clone, Serialize, Deserialize)]
6pub struct Struct {
7	pub service_name:String,
8
9	pub endpoint:String,
10}