AddFencing instructs the client to execute the logic of adding a instance
()
| 154 | |
| 155 | // AddFencing instructs the client to execute the logic of adding a instance |
| 156 | func (fb *FencingMetadataExecutor) AddFencing() *FencingMetadataExecutor { |
| 157 | fb.fenceFunc = AddFencedInstance |
| 158 | return fb |
| 159 | } |
| 160 | |
| 161 | // RemoveFencing instructs the client to execute the logic of removing an instance |
| 162 | func (fb *FencingMetadataExecutor) RemoveFencing() *FencingMetadataExecutor { |
no outgoing calls
no test coverage detected