Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
Options
// contains filtered or unexported fields
}
Builder builds a Buffalo binary
type Options ¶
type Options struct {
meta.App
ExtractAssets bool `json:"extract_assets"`
WithAssets bool `json:"with_assets"`
LDFlags string `json:"ld_flags"`
Tags []string `json:"tags"`
Static bool `json:"static"`
Debug bool `json:"debug"`
Compress bool `json:"compress"`
Environment string `json:"environment"`
SkipTemplateValidation bool `json:"skip_template_validation"`
}
Options for a build
Click to show internal directories.
Click to hide internal directories.