| 34 | } |
| 35 | |
| 36 | type URLParam struct { |
| 37 | srcField baker.FieldIndex |
| 38 | dstField baker.FieldIndex |
| 39 | param string |
| 40 | } |
| 41 | |
| 42 | func NewURLParam(cfg baker.FilterParams) (baker.Filter, error) { |
| 43 | dcfg := cfg.DecodedConfig.(*URLParamConfig) |
nothing calls this directly
no outgoing calls
no test coverage detected