()
| 8 | |
| 9 | type IStrategyDriver interface { |
| 10 | Driver() string |
| 11 | ToRelease(s *strategy_dto.Strategy, labels map[string][]string, initStep int) *eosc.Base[gateway.StrategyRelease] |
| 12 | Check(config interface{}) error |
| 13 | } |
no outgoing calls
no test coverage detected