merge master

This commit is contained in:
Caleb Doxsey 2020-05-18 08:18:56 -06:00 committed by Travis Groth
parent d514ec2ecf
commit ef399380b7
49 changed files with 1473 additions and 534 deletions

View file

@ -13,8 +13,8 @@ import (
type Cluster struct {
Transport *http.Transport
workingDir string
certs *TLSCerts
workingDir string
certsBundle *TLSCertsBundle
}
// New creates a new Cluster.