prepare

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2017 License: LGPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const NGINX_CONFIG_TEMPLATE string = `` /* 684-byte string literal not displayed */
View Source
const WRENCH_DOCKER_FILE string = `` /* 361-byte string literal not displayed */

Variables

This section is empty.

Functions

func Prepper

func Prepper() process.Prepper

Types

type AuroraApplication added in v1.3.0

type AuroraApplication struct {
	NodeJS NodeJSApplication `json:"nodejs"`
	Static string            `json:"static"`
}

type DockerMetadata added in v1.3.0

type DockerMetadata struct {
	Maintainer string            `json:"name"`
	Labels     map[string]string `json:"labels"`
}

type NodeJSApplication added in v1.3.0

type NodeJSApplication struct {
	Main    string `json:"main"`
	Waf     string `json:"waf"`
	Runtime string `json:"runtime"`
}

type OpenshiftJson added in v1.3.0

type OpenshiftJson struct {
	Aurora         AuroraApplication `json:"web"`
	DockerMetadata DockerMetadata    `json:"docker"`
}

type PreparedImage

type PreparedImage struct {
	Path string
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL