MCPcopy Create free account
hub / github.com/AdRoll/baker / InputParams

Struct InputParams

desc.go:33–35  ·  view source on GitHub ↗

InputParams holds the parameters passed to Input constructor.

Source from the content-addressed store, hash-verified

31
32// InputParams holds the parameters passed to Input constructor.
33type InputParams struct {
34 ComponentParams
35}
36
37// FilterParams holds the parameters passed to Filter constructor.
38type FilterParams struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected