# Packages
Package configurator provides read / write functionalities to manage application configuration.
# Constants
CredentialsProviderKeychain indicates that the credentials provider is keychain.
CredentialsProviderNone indicates that there is no credentials provider.
OutputFormatCSV is csv format.
OutputFormatJSON is json format.
OutputFormatNone is no format.
OutputFormatPrettyJSON is prettified json format.
# Interfaces
Configurator manages application configuration.
ConfiguratorProvider provides configurator.Configurator.
# Type aliases
CredentialsProviderType indicates the type of a credentials provider.