Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckConfig ¶
func Register ¶
func Register(driver IStrategyDriver)
Types ¶
type IStrategyDriver ¶
type IStrategyDriver interface {
	Driver() string
	ToRelease(s *strategy_dto.Strategy, labels map[string][]string, initStep int) *eosc.Base[gateway.StrategyRelease]
	Check(config interface{}) error
}
    func GetDriver ¶
func GetDriver(name string) (IStrategyDriver, bool)
type Manager ¶
type Manager struct {
	// contains filtered or unexported fields
}
    func (*Manager) AddDriver ¶
func (m *Manager) AddDriver(driver IStrategyDriver)
func (*Manager) GetDrivers ¶
 Click to show internal directories. 
   Click to hide internal directories.