MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Driver

Method Driver

module/strategy/driver/driver.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9type 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}

Callers 1

AddDriverMethod · 0.65

Implementers 1

strategyDrivermodule/strategy/driver/data-masking/dr

Calls

no outgoing calls

Tested by

no test coverage detected