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

Struct HashConfig

filter/hash.go:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type HashConfig struct {
34 SrcField string `help:"Name of the field to hash" required:"true"`
35 DstField string `help:"Name of the field to write the result to" required:"true"`
36 Function string `help:"Name of the hash function to use" required:"true"`
37 Encoding string `help:"Name of the encoding function to use" required:"false"`
38}
39
40type Hash struct {
41 numFilteredLines int64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected