Documentation ¶
Index ¶
Constants ¶
View Source
const (
Image = "ghcr.io/pojntfx/hydrapp-build-msi"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder( ctx context.Context, cli *client.Client, image string, pull bool, src, dst string, onID func(id string), stdout io.Writer, iconFilePath, appID, appName string, pgpKey []byte, pgpKeyPassword, architecture string, packages []string, releases []renderers.Release, overwrite bool, branchID, branchName string, branchTimestamp time.Time, goMain, goFlags, include, goGenerate string, ) *Builder
Click to show internal directories.
Click to hide internal directories.