Build workspace agent, capability graph, and versioned cutovers
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
import interface Named;
|
||||
|
||||
interface Owned id "interface:owned" revision "interface:owned@1" {
|
||||
relation owner id "member:owned:owner" : exactly-one interface Named {
|
||||
resolve id "operation:owned:owner:resolve";
|
||||
connect id "operation:owned:owner:connect";
|
||||
disconnect id "operation:owned:owner:disconnect";
|
||||
watch start id "operation:owned:owner:watch-start" stop id "operation:owned:owner:watch-stop";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user