TUN-2315: Replace Scope with IntentLabel

This commit is contained in:
Adam Chalmers
2019-09-18 14:57:20 -05:00
parent fe032843f3
commit 4f23da2a6d
6 changed files with 244 additions and 528 deletions

View File

@@ -57,17 +57,8 @@ struct CapnpConnectParameters {
tags @3 :List(Tag);
# release version of cloudflared
cloudflaredVersion @4 :Text;
# identifier for this cloudflared instance
scope @5 :Scope;
}
struct Scope {
value :union {
# Standalone instance
systemName @0 :Text;
# Associated with a group of identical cloudflared instances
group @1 :Text;
}
# which intent this cloudflared instance should get its behaviour from
intentLabel @5 :Text;
}
struct ConnectResult {