package
1.0.0
Repository: https://github.com/project-stacker/stacker.git
Documentation: pkg.go.dev

# Packages

containers/image/storage has a dependency on libdevmapper.so; having this in its own package allows downstream users to import it if they want to use it, but means they can also avoid importing it if they don't want to add this dependency.

# Functions

Chmod changes file permissions.
Chown changes file ownership.
CopyThing copies either a dir or file to the target.
DirCopy copies a whole directory recursively.
No description provided by the author
No description provided by the author
FindFiles searches for paths matching a particular regex under a given folder.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewDAG creates a new DAG.
No description provided by the author
No description provided by the author

# Constants

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

# Variables

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

# Structs

No description provided by the author
No description provided by the author
Vertex in the graph has the entry of <key, value> for a component.

# Interfaces

Graph is collection of vertices and edges between them.
Key for a component.
Value is the actual component object.