New satisfies the method on the CoordinationController interface
(client CoordinatorClient)
| 169 | |
| 170 | // New satisfies the method on the CoordinationController interface |
| 171 | func (c *BasicCoordinationController) New(client CoordinatorClient) CloserWaiter { |
| 172 | return c.NewCoordination(client) |
| 173 | } |
| 174 | |
| 175 | // NewCoordination creates a BasicCoordination |
| 176 | func (c *BasicCoordinationController) NewCoordination(client CoordinatorClient) *BasicCoordination { |
nothing calls this directly
no test coverage detected