Discover Packages
github.com/xoctopus/confx
internal
builtins
package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Jan 1, 2026
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type GoCmdDockerfileGenerator struct {
Platform string `cmd:""`
Builder Image
Runtime Image
Expose uint16 `cmd:""`
TargetName string `cmd:""`
OutputDIR string `cmd:"output"`
}
type Image struct {
Platform string `cmd:",default=linux/amd64"`
Registry string `cmd:""`
Name string `cmd:",required"`
Version string `cmd:"version,default=latest"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.