package
0.9.1-beta3
Repository: https://github.com/docker/app.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

Metadata adds the specified metadata reader to the app.
MetadataFile adds the specified metadata file to the app.
NewApp creates a new docker app with the specified path and struct modifiers.
NewAppFromDefaultFiles creates a new docker app using the default files in the specified path.
NewInitialComposeFile returns an empty InitialComposeFile object.
WithAttachments adds all local files (exc.
WithCleanup sets the cleanup function of the app.
WithComposeFiles adds the specified compose files to the app.
WithComposes adds the specified compose readers to the app.
WithName sets the application name.
WithParameters adds the specified parameters readers to the app.
WithParametersFiles adds the specified parameters files to the app.
WithPath sets the original path of the app.
WithSource sets the source of the app.

# Constants

AppSourceArchive represents an Application in an archive format.
AppSourceImage represents an Application pulled from an image.
AppSourceSplit represents an Application in multiple file format.

# Structs

App represents an app.
Attachment is a summary of an attachment (attached file) stored in the app definition.
InitialComposeFile represents an initial composefile (used by the init command).
InitialService represents an initial service (used by the init command).

# Type aliases

AppSourceKind represents what format the app was in when read.