package
0.0.0-20200717144329-4e386bd3447e
Repository: https://github.com/bryanl/sheaf.git
Documentation: pkg.go.dev

# Functions

BundleGeneratorConfig sets config for BundleGenerator.
BundleGeneratorCreateBundle sets the bundle creator for BundleGenerator.
BundleGeneratorManifests sets the bundle manifests for BundleGenerator.
DefaultBundleStubs are the default bundle stubs.
GenerateBundle generates a bundle mock.
GenerateBundleConfig generates a bundle config mock.
NormalizeNewlines converts newline conventions for mac and windows with their unix equivalent.
SlurpData reads bytes from a file.
StageFile stages a file to a destination.
Testdata returns test data as bytes.
WithBundleDir creates a bundle directory and runs a function.

# Structs

BundleGenerator generates a sheaf.Bundle mock.

# Type aliases

BundleGeneratorOption is a functional option for configuring BundleGenerator.
CreateBundleFunc is a function that create a Bundle mock.