Fixed JSON tag
This commit is contained in:
parent
a172cbd45f
commit
91bb39bcfd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import "time"
|
||||||
|
|
||||||
// Configuration represents the server configuration.
|
// Configuration represents the server configuration.
|
||||||
type Configuration struct {
|
type Configuration struct {
|
||||||
Timeout TimeoutConfiguration `json:"timeouts"`
|
Timeout TimeoutConfiguration `json:"timeout"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// TimeoutConfiguration lets you configure the different timeout durations.
|
// TimeoutConfiguration lets you configure the different timeout durations.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue