Documentation ¶
Index ¶
- type Builder
- func (b *Builder) BuildCmd(src, appName string) func(context.Context) error
- func (b *Builder) DepsGo(ctx context.Context) error
- func (b *Builder) GenerateTUF(ctx context.Context) error
- func (b *Builder) InstallTools(ctx context.Context) error
- func (b *Builder) PlatformBinaryName(input string) string
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func (*Builder) PlatformBinaryName ¶
PlatformBinaryName is a helper to return the platform specific output path.
type Option ¶
type Option func(*Builder)
func WithFakeData ¶
func WithFakeData() Option
func WithGoPath ¶ added in v0.11.15
func WithOutStripped ¶ added in v0.11.15
func WithOutStripped() Option
func WithStampVersion ¶
func WithStampVersion() Option
func WithStatic ¶
func WithStatic() Option
Click to show internal directories.
Click to hide internal directories.