Documentation
¶
Index ¶
Constants ¶
View Source
const NGINX_CONFIG_TEMPLATE string = `` /* 684-byte string literal not displayed */
View Source
const WRENCH_DOCKER_FILE string = `` /* 322-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func Prepper ¶
func Prepper(npmRegistry npm.Downloader) process.Prepper
Types ¶
type NodeJsBuilder ¶
type NodeJsBuilder struct { Registry npm.Downloader // contains filtered or unexported fields }
func (*NodeJsBuilder) Prepare ¶
func (n *NodeJsBuilder) Prepare(c *config.NodeApplication, externalRegistry string) ([]PreparedImage, error)
type PreparedImage ¶
type PreparedImage struct { Path string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.