We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cb0a2 commit a3c63dfCopy full SHA for a3c63df
proto
src/application.rs
@@ -555,7 +555,7 @@ impl CoLink {
555
protocol_name: &str,
556
user_id: &str,
557
upgrade: bool,
558
- source_type: &str,
+ source_type: StartProtocolOperatorSourceType,
559
deploy_mode: &str,
560
source: &str,
561
vt_public_addr: &str,
@@ -567,7 +567,7 @@ impl CoLink {
567
protocol_name: protocol_name.to_string(),
568
user_id: user_id.to_string(),
569
upgrade,
570
- source_type: source_type.to_string(),
+ source_type: source_type as i32,
571
deploy_mode: deploy_mode.to_string(),
572
source: source.to_string(),
573
vt_public_addr: vt_public_addr.to_string(),
0 commit comments