# Functions
NewKey creates new Key with slice of strings as inputs.
# Constants
KafkaDBaaSType represents kafka DBaaS type.
MysqlDBaaSType represents mysql DBaaS type.
OpensearchDBaaSType represents opensearch DBaaS type.
PostgresDBaaSType represents postgres DBaaS type.
RedisDBaaSType represents redis DBaaS type.
SosType represents object storage storage type.
# Structs
Aggregated contains information needed to save the metrics of the different resource types in the database.
Context contains necessary data that will be saved in database.
Database holds raw url of the postgresql database with the opened connection.
DBaaSDatabase contains the Database struct needed with the plan, specific of DBaaS.
InitConfig is used to define and then save the initial configuration.
No description provided by the author
SosDatabase contains the Database struct needed.
# Interfaces
SourceString allows to get the full source or query substring.