1
0
mirror of https://github.com/kataras/iris.git synced 2026-02-28 13:35:56 +00:00

Fix Toml Struct Tag on Tunneling conf | #1324

Fix Structtag Tunneling

Former-commit-id: e05d95778773d6377ac8dba06f43b09c892ead22
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-08-05 10:58:32 +03:00
committed by GitHub

View File

@@ -594,7 +594,7 @@ type Configuration struct {
// Tunneling can be optionally set to enable ngrok http(s) tunneling for this Iris app instance. // Tunneling can be optionally set to enable ngrok http(s) tunneling for this Iris app instance.
// See the `WithTunneling` Configurator too. // See the `WithTunneling` Configurator too.
Tunneling TunnelingConfiguration `json:"tunneling,omitempty" yaml:"Tunneling" toml"Tunneling"` Tunneling TunnelingConfiguration `json:"tunneling,omitempty" yaml:"Tunneling" toml:"Tunneling"`
// IgnoreServerErrors will cause to ignore the matched "errors" // IgnoreServerErrors will cause to ignore the matched "errors"
// from the main application's `Run` function. // from the main application's `Run` function.