Versions in this module Expand all Collapse all v1 v1.4.6 Feb 25, 2020 Changes in this version + type CodeDescriptor struct + Cleanup func() + Gopath string + Pkg string + type Env map[string]string + type Paths map[string]bool + type Platform struct + func (goPlatform *Platform) GenerateDockerBuild(path string, code []byte, tw *tar.Writer) error + func (goPlatform *Platform) GenerateDockerfile() (string, error) + func (goPlatform *Platform) GetDeploymentPayload(path string) ([]byte, error) + func (goPlatform *Platform) GetMetadataProvider(code []byte) platforms.MetadataProvider + func (goPlatform *Platform) Name() string + func (goPlatform *Platform) ValidateCodePackage(code []byte) error + func (goPlatform *Platform) ValidatePath(rawPath string) error + type SourceDescriptor struct + Info os.FileInfo + IsMetadata bool + Name string + Path string + type SourceMap map[string]SourceDescriptor + type Sources []SourceDescriptor + func (s Sources) Len() int + func (s Sources) Less(i, j int) bool + func (s Sources) Swap(i, j int)