@ -29,11 +29,12 @@ import (
"github.com/kubernetes/helm/pkg/version"
)
const (
// DefaultHTTPTimeout is the default HTTP timeout.
var DefaultHTTPTimeout = time.Second * 10
DefaultHTTPTimeout = time.Second * 10
// DefaultHTTPProtocol is the default HTTP Protocol (http, https).
var DefaultHTTPProtocol = "http"
DefaultHTTPProtocol = "http"
// Client is a DM client.
type Client struct {