diff --git a/main.go b/main.go index 707b699..01d69f7 100644 --- a/main.go +++ b/main.go @@ -23,8 +23,8 @@ var Plugin = plugins.Plugin{ } var ( - cache *Cache - baseURL *url.URL + cache *Cache + baseURL *url.URL bootScriptBaseURL *url.URL ) diff --git a/smd.go b/smd.go index 5785783..6ec961e 100644 --- a/smd.go +++ b/smd.go @@ -24,7 +24,7 @@ type SmdClient struct { } type RedfishEndpoint struct { - IPAddr string `json:IPAddr` + IPAddr string `json:IPAddr` MACAddr string `json:"MACAddr"` } @@ -74,8 +74,8 @@ func (sc *SmdClient) UseCACert(path string) error { RootCAs: certPool, InsecureSkipVerify: false, }, - DisableKeepAlives: true, - TLSHandshakeTimeout: defaultTlsHandshakeTimeout, + DisableKeepAlives: true, + TLSHandshakeTimeout: defaultTlsHandshakeTimeout, ResponseHeaderTimeout: defaultResponseHeaderTimeout, }