Documentation ¶
Index ¶
Constants ¶
View Source
const ( PACKAGE_DEFINITION string = `package main ` CONFIG_CONTROLLER_FILE string = "config.go" ZIP_ARCHIVE_PATH string = "%v/%v.zip" CONSTANTS string = `const ( ALGORITHM_TYPE string = "%v" KUBE_MAIN_IP string = "%v" ) ` VARIABLES string = `var ( functionList = [...]string{"%v"} profiledExecutionTimes = [...]int64{%v} ) ` )
View Source
const ( OPENWHISK_CONTROLLER_TEMPLATE string = "/tmp/controller/openwhisk/" OPENFAAS_CONTROLLER_TEMPLATE string = "/tmp/controller/openfaas/" GO_RUNTIME string = "go:1.15" )
Variables ¶
This section is empty.
Functions ¶
func NewFileZiper ¶
func NewFileZiper(dstFolder, baseFolder string) *fileZiper
Types ¶
type Template ¶
func NewTemplate ¶
Creates a new Template struct.
type TemplateInterface ¶
Click to show internal directories.
Click to hide internal directories.