Versions in this module Expand all Collapse all v1 v1.4.11 Mar 2, 2021 Changes in this version + type Platform struct + func (javaPlatform *Platform) GenerateDockerBuild(path string, code []byte, tw *tar.Writer) error + func (javaPlatform *Platform) GenerateDockerfile() (string, error) + func (javaPlatform *Platform) GetDeploymentPayload(path string) ([]byte, error) + func (javaPlatform *Platform) GetMetadataProvider(code []byte) platforms.MetadataProvider + func (javaPlatform *Platform) Name() string + func (javaPlatform *Platform) ValidateCodePackage(code []byte) error + func (javaPlatform *Platform) ValidatePath(rawPath string) error