Documentation
¶
Index ¶
- type Builder
- func (b *Builder) Build(options *platform.CreateFunctionBuildOptions) (*platform.CreateFunctionBuildResult, error)
- func (b *Builder) GetFunctionDir() string
- func (b *Builder) GetFunctionHandler() string
- func (b *Builder) GetFunctionName() string
- func (b *Builder) GetFunctionPath() string
- func (b *Builder) GetNoBaseImagePull() bool
- func (b *Builder) GetStagingDir() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder builds user handlers
func NewBuilder ¶
NewBuilder returns a new builder
func (*Builder) Build ¶
func (b *Builder) Build(options *platform.CreateFunctionBuildOptions) (*platform.CreateFunctionBuildResult, error)
Build builds the handler
func (*Builder) GetFunctionDir ¶
GetFunctionDir return path to function directory inside the staging directory
func (*Builder) GetFunctionHandler ¶
GetFunctionHandler returns the name of the handler
func (*Builder) GetFunctionName ¶
GetFunctionName returns the name of the function
func (*Builder) GetFunctionPath ¶
GetFunctionPath returns the path to the function
func (*Builder) GetNoBaseImagePull ¶
GetNoBaseImagePull return true if we shouldn't pull base images
func (*Builder) GetStagingDir ¶
GetStagingDir returns path to the staging directory
Click to show internal directories.
Click to hide internal directories.