package utils var ( ErrNotValidConfigDirMessage = "source directory does not contain both of the config.yml and keys.yml files" ErrConfigNotFoundErrorMessage = "config not found" )