master/slave => leader/follower

This commit is contained in:
2020-04-18 09:00:03 +02:00
parent 1cd8873e5b
commit 308e980bfd
72 changed files with 399 additions and 399 deletions

View File

@ -10,10 +10,10 @@
<property>normal</property>
<value type="string">non</value>
</variable>
<leader doc="master" name="master">
<leader doc="leader" name="leader">
<property>normal</property>
<variable doc="master" multi="True" name="master" type="string"/>
<variable doc="slave1" multi="True" name="slave1" type="choice">
<variable doc="leader" multi="True" name="leader" type="string"/>
<variable doc="follower1" multi="True" name="follower1" type="choice">
<choice type="string">a</choice>
<choice type="string">b</choice>
<choice type="string">c</choice>
@ -21,7 +21,7 @@
<property>normal</property>
<value type="string">a</value>
</variable>
<variable doc="slave2" multi="True" name="slave2" type="string">
<variable doc="follower2" multi="True" name="follower2" type="string">
<property>normal</property>
</variable>
</leader>