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

Function init

module/strategy/driver/data-masking/driver.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14)
15
16func init() {
17 strategy_driver.Register(&strategyDriver{confName: "data_mask"})
18}
19
20type strategyDriver struct {
21 confName string

Callers

nothing calls this directly

Calls 1

RegisterMethod · 0.45

Tested by

no test coverage detected