package config type Auth struct { SigningKey string `json:"signingKey" yaml:"signingKey" toml:"signingKey"` }