pick

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2022 License: BSD-3-Clause Imports: 3 Imported by: 2

README

pick function

pick() will only include the specified fields from the message when sending down the pipeline. It currently only works for top level fields (i.e. address.street would not work).

configuration
pick({"fields": ["name"]})
example

message in

{
    "_id": 0,
    "name": "transporter",
    "type": "function"
}

config

pick({"fields":["_id", "name"]})

message out

{
    "_id": 0,
    "name": "transporter"
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL