# Packages

Package cmpath is a library dedicated specifically to handling paths in a Nomos repository in a type safe way.
No description provided by the author
No description provided by the author

# Functions

AsCoreObjects converts a slice of FileObjects to a slice of client.Objects.
FilterHierarchyFiles filters out files that aren't in a top-level directory we care about.
NewParser creates a new Parser using the given Reader and parser options.

# Constants

SourceFormatKey is the OS env variable and ConfigMap key for the SOT repository format.

# Structs

Parser reads files on disk and builds Nomos Config objects to be reconciled by the Syncer.

# Interfaces

ConfigParser defines the minimum interface required for Reconciler to use a Parser to read configs from a filesystem.