Go fmt and add missing `toml:"hmc"` tag

pull/1/head
Jack Punter 2024-04-23 23:20:47 +01:00
parent b3fa772152
commit b59ba24b35
1 changed files with 148 additions and 148 deletions

View File

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