We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94aaa74 commit 65374a3Copy full SHA for 65374a3
health-monitors/csp-health-monitor/pkg/config/config.go
@@ -65,6 +65,7 @@ type AWSConfig struct {
65
// LoadConfig reads the configuration from a TOML file.
66
func LoadConfig(filePath string) (*Config, error) {
67
var cfg Config
68
+
69
// Read the file content
70
content, err := os.ReadFile(filePath)
71
if err != nil {
0 commit comments