View Source Smokestack.ManyBuilder (smokestack v0.9.1)

Handles repeatedly building.

Summary

Types

How many times should we call the builder?

Functions

Run the factory a number of times.

Types

@type count_option() :: {:count, pos_integer()}

How many times should we call the builder?

@type result() :: [Smokestack.RelatedBuilder.result()]

Functions

@spec build(Smokestack.Dsl.Factory.t(), [option()]) ::
  {:ok, result()} | {:error, error()}

Run the factory a number of times.