Documentation ¶
Index ¶
Constants ¶
View Source
const ( DOCKERFILE_TEMPLATE = "Dockerfile.tmpl" DOCKERFILE = "Dockerfile" ALPINE_VERSION = "latest" )
View Source
const ( GOMOD_TEMPLATE = "go.mod.tmpl" GOMOD_FILE = "go.mod" )
View Source
const ( LICENSE_TEMPLATE = "LICENSE.tmpl" LICENSE_FILE = "LICENSE" )
View Source
const ( README_TEMPLATE = "README.tmpl" README_FILE = "README.md" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DockerfileInfo ¶
func NewDockerfileInfo ¶
func NewDockerfileInfo() *DockerfileInfo
type GoModInfo ¶
func NewGoModInfo ¶
type LicenseInfo ¶
func NewLicenceInfo ¶
func NewLicenceInfo(authorName string) *LicenseInfo
type ReadmeInfo ¶
func NewReadmeInfo ¶
func NewReadmeInfo(authorName, description string) *ReadmeInfo
Click to show internal directories.
Click to hide internal directories.