Documentation ¶ Index ¶ func Write(context *Context, manifestToWrite manifest.Manifest) error type Context Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Write ¶ func Write(context *Context, manifestToWrite manifest.Manifest) error Write writes the manifest to the given path Types ¶ type Context ¶ type Context struct { // Fs holds the abstraction of the file system. Fs afero.Fs // ManifestPath holds the path from where the manifest should be written to. ManifestPath string } Context holds all information for Write Source Files ¶ View all Source files manifest_writer.go Click to show internal directories. Click to hide internal directories.