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

Struct Random

input/inputtest/random.go:34–36  ·  view source on GitHub ↗

A Random input is baker input used for testing. It generates a specified number of random, but valid, records.

Source from the content-addressed store, hash-verified

32// A Random input is baker input used for testing. It generates a specified
33// number of random, but valid, records.
34type Random struct {
35 Cfg *RandomConfig
36}
37
38// NewRandom creates a Random baker input.
39func NewRandom(cfg baker.InputParams) (baker.Input, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected