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

TypeAlias Metadata

api.go:12–12  ·  view source on GitHub ↗

Metadata about the input data; each Input will directly populate this map as appropriate. Consumers (filters) will access via Get()

Source from the content-addressed store, hash-verified

10// Metadata about the input data; each Input will directly populate this
11// map as appropriate. Consumers (filters) will access via Get()
12type Metadata map[string]interface{}
13
14func (m *Metadata) get(key string) (val interface{}, ok bool) {
15 if *m == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected