# Functions
NewBuilder creates a new builder.
NewExecutor returns a valid executor for the given name, or error.
ResetPulls is a function to facilitate testing of the coordinated pull functionality.
# Structs
BuildConfig is a struct containing the configuration for the builder.
Builder implements the builder core.
BuildResult is an encapsulated tuple of *mruby.MrbValue and error used for communicating..