MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / strategyDriver

Struct strategyDriver

module/strategy/driver/data-masking/driver.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type strategyDriver struct {
21 confName string
22}
23
24func (d *strategyDriver) Driver() string {
25 return "data-masking"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected