feat: added config update message handling
This commit is contained in:
@@ -22,6 +22,8 @@ pub trait Validate {
|
||||
/// Agent settings
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Settings {
|
||||
pub agent_id: String,
|
||||
|
||||
pub grpc: GrpcSettings,
|
||||
#[serde(default)]
|
||||
pub log: LogSettings,
|
||||
|
||||
Reference in New Issue
Block a user