| 219 | } |
| 220 | |
| 221 | type stickyBalanceStrategy struct { |
| 222 | movements partitionMovements |
| 223 | } |
| 224 | |
| 225 | // Name implements BalanceStrategy. |
| 226 | func (s *stickyBalanceStrategy) Name() string { return StickyBalanceStrategyName } |
nothing calls this directly
no outgoing calls
no test coverage detected