Documentation ¶
Index ¶
Constants ¶
View Source
const ( // GoLanguage is the language for go GoLanguage = "go" // PythonLanguage is the language for python PythonLanguage = "python" // BashLanguage is the language for bash BashLanguage = "bash" // TemplatesFolder is the folder for the templates in the fixtures TemplatesFolder = "templates" )
Variables ¶
This section is empty.
Functions ¶
func NewBuildContextGetter ¶
Types ¶
type BuildContextGetter ¶
type BuildContextGetter interface {
GetBuildContext(context.Context, BuildContextGetterOptions, io.Writer) error
}
BuildContextGetter is an interface for getting build context for a function
type BuildContextGetterOptions ¶
BuildContextGetterOptions is the options for getting build context for a function
Click to show internal directories.
Click to hide internal directories.