Compare commits

..

2 Commits

Author SHA1 Message Date
42bb6f8bad Added config validation 2024-04-23 23:48:29 +01:00
Jack Punter
b59ba24b35 Go fmt and add missing toml:"hmc" tag 2024-04-23 23:20:47 +01:00

View File

@@ -44,7 +44,7 @@ type Config struct {
ApiUrl string `toml:"api_url"`
SharedSecret string `toml:"shared_secret"`
City string `toml:"city"`
}
} `toml:"hmc"`
Postmark struct {
ServerToken string `toml:"server_token"`
ApiUrl string `toml:"api_url"`