Documentation ¶
Index ¶
Constants ¶
View Source
const BuildManifestJSONPath = "./build_manifest.json"
BuildManifestJSONPath defines path of build_manifest.json. This path assumes the app Dockerfile sets the WORKDIR to dir containing build_manifest.json.
Variables ¶
This section is empty.
Functions ¶
func DumpBuildManifest ¶
func DumpBuildManifest(appName string)
DumpBuildManifest reads, parses, and dumps build_manifest.json to stdout. build_manifest.json is generated by the Makefile.
func NewBasicServer ¶
NewBasicServer returns an instance of the default server interface
Types ¶
type BuildManifest ¶
BuildManifest defines structured contents of build_manifest.json
var Manifest *BuildManifest
Manifest ...
Click to show internal directories.
Click to hide internal directories.