# Functions
FileSystem creates a configuration source which uses a filesystem directory to hold entries.
GitHub acts as a source of configuration entries used by Git-Tool.
# Structs
Entry represents a registry entry which may be added to your configuration.
EntryApp is used to configure an application for a user.
EntryConfig is a platform-specific configuration which should be applied for this entry.
EntryService is used to configure a new service for a user.
# Interfaces
A Source is used to provide entries.