mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
apply gofmt
This commit is contained in:
@@ -28,10 +28,10 @@ type TLSConfig struct {
|
||||
// KeyFile is used to provide a TLS key that is used for serving TLS connections.
|
||||
// Must be provided to serve TLS connections.
|
||||
KeyFile string `mapstructure:"key_file"`
|
||||
|
||||
|
||||
// VerifyIncoming
|
||||
VerifyIncoming bool `mapstructure:"verify_incoming"`
|
||||
|
||||
|
||||
// VerifyOutgoing
|
||||
VerifyOutgoing bool `mapstructure:"verify_outgoing"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user