Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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
type ManifestWriterError ¶ added in v2.10.0
type ManifestWriterError struct { ManifestPath string `json:"manifestPath"` Err error `json:"error"` }
func (ManifestWriterError) Error ¶ added in v2.10.0
func (e ManifestWriterError) Error() string
func (ManifestWriterError) Unwrap ¶ added in v2.10.0
func (e ManifestWriterError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.