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

Struct URLParam

filter/url_param.go:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type URLParam struct {
37 srcField baker.FieldIndex
38 dstField baker.FieldIndex
39 param string
40}
41
42func NewURLParam(cfg baker.FilterParams) (baker.Filter, error) {
43 dcfg := cfg.DecodedConfig.(*URLParamConfig)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected