Documentation ¶
Index ¶
Constants ¶
View Source
const (
Image = "ghcr.io/pojntfx/hydrapp-build-apk"
)
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), onOutput func(shortID string, color string, timestamp int64, message string), appID string, pgpKeyContent []byte, pgpKeyPassword string, androidCertContent []byte, androidStorepass string, androidKeypass string, baseURL, appName string, overwrite bool, branchID, branchName, goMain, goFlags, goGenerate string, ) *Builder
Click to show internal directories.
Click to hide internal directories.