Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseStringToCSV ¶
func ParseStringToJSON ¶
func ParseStringToYAML ¶
Types ¶
type CloudProviderType ¶
type CloudProviderType string
const ( AWS CloudProviderType = "aws" GCP CloudProviderType = "gcp" AZURE CloudProviderType = "azure" LOCAL CloudProviderType = "local" )
type Config ¶
type Config struct {
Provider CloudProviderType `json:"provider"`
Service ServiceType `json:"service"`
Name string `json:"name"`
Attribute interface{} `json:"argument"`
DefaultValue string `json:"defaultValue"`
}
type ServiceType ¶
type ServiceType string
const ( S3 ServiceType = "s3" SSM ServiceType = "ssm" SecretsManager ServiceType = "secrets" ENV ServiceType = "env" FILE ServiceType = "file" )
Click to show internal directories.
Click to hide internal directories.