View Source Smokestack.ManyBuilder (smokestack v0.9.2)

Handles repeatedly building.

Summary

Types

How many times should we call the builder?

Functions

Run the factory a number of times.

Types

count_option()

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

How many times should we call the builder?

error()

option()

result()

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

Functions

build(factory, options)

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

Run the factory a number of times.