Versions in this module Expand all Collapse all v1 v1.4.9 Jul 22, 2021 Changes in this version + type MetadataProvider struct + func (carMetadataProv *MetadataProvider) GetMetadataAsTarEntries() ([]byte, error) + type Platform struct + func (carPlatform *Platform) GenerateDockerBuild(path string, code []byte, tw *tar.Writer) error + func (carPlatform *Platform) GenerateDockerfile() (string, error) + func (carPlatform *Platform) GetDeploymentPayload(path string) ([]byte, error) + func (carPlatform *Platform) GetMetadataProvider(code []byte) platforms.MetadataProvider + func (carPlatform *Platform) Name() string + func (carPlatform *Platform) ValidateCodePackage(codePackage []byte) error + func (carPlatform *Platform) ValidatePath(path string) error