# Variables
go:embed config.yaml.
# Structs
Config represents all the user-configurable settings for cloudgrep.
Datastore represents the specs cloudgrep uses for creating and/or connecting to the datastore/database used.
Provider represents a cloud provider cloudgrep will scan w/ the current credentials.
Web represents the specs cloudgrep uses for creating the webapp server.